Written: 2026-05-11 08:00
Posts for: #Tutorial
jq: The Swiss Army Knife for JSON Processing
When processing JSON on the command line, many reach for grep with regex or write a quick Python one-liner. But jq, designed specifically for J…
From ifconfig to ip Command: Modern Linux Network Configuration
While setting up a server recently, I noticed many tutorials still use ifconfig, but running it shows “command not found”. Turns out ifconfig i…
Linux htop Command Deep Dive: Implementation Principles of Interactive Process Monitoring
As an upgraded version of top, htop has become a daily tool for Linux system administrators thanks to its intuitive interface and powerful inte…
Linux hostname Command Deep Dive: A Complete Guide to System Identity Management
Have you ever wondered why your SSH terminal shows something like root@web-server-01? That web-server-01 is the hostname - the system’s identif…
Linux head Command Deep Dive: From File Preview to Pipeline Stream Processing
Written: May 9, 2026 at 01:52
Linux grep Command Deep Dive: From Regex to High-Performance Text Search
The name grep comes from the ed editor command g/re/p (global regular expression print). Born in 1973, this tool remains one of every program…
Linux free Command: A Deep Dive into Memory Monitoring and OOM Troubleshooting
Server OOM again? I spent hours staring at top trying to figure out where the memory went. Turns out, free is the right tool for memory analysi…
Linux find Command Deep Dive: From Recursive Traversal to Performance Optimization
Published: May 8, 2026 at 02:44
Linux file Command: Deep Dive into File Type Detection Magic
Published: May 13, 2026, 06:19