Networking & Security
Linux Networking Explained: Interfaces, IP Addresses, Routes, and the Default Gateway
032
Linux Networking Linux Networking Explained: Interfaces, IP Addresses, Routes, and the Default Gateway A Linux server can have several network interfaces
Networking & Security
Ports and Sockets Explained: How Network Applications Communicate
013
An IP address identifies a network destination, but a server usually runs many networked applications at the same time. A web server, SSH service, database
Linux & Administration
Linux Load Average Explained: What the Numbers Really Mean
037
Run uptime or top on a Linux server and you will see three numbers called load average. They might look like 0.42, 0.68, 1.15. At first glance, they look
Linux & Administration
Linux Memory Explained: RAM, Swap, Buffers, Cache, and the free Command
040
Run free -h on a busy Linux server and you may see something alarming: most of the RAM appears to be used, while the free column is surprisingly small.
Linux & Administration
Linux Processes Explained: ps, top, htop, kill, nice, and Process States
029
A Linux server is rarely doing just one thing. A web server may be accepting requests, a database may be writing data, scheduled jobs may be running, and
Linux & Administration
Linux Load Average Explained: uptime, top, CPU Cores, and I/O Wait
049
You run uptime and see three numbers: load average: 0.42, 0.58, 0.61 Are they percentages? CPU usage? The number of running processes? And at what point
Linux & Administration
Linux Memory Usage Explained: free, Available RAM, Cache, and Swap
033
A Linux server can report very little free memory and still be perfectly healthy. That sounds contradictory, especially if you are used to treating unused
Linux & Administration
Linux Disk Space Explained: Check Usage with df and du
059
A server reports “No space left on device,” but which filesystem is full, and what is using it? Two Linux commands answer different parts of that question
Linux & Administration
Linux find Command Explained: Find Files by Name, Size, and Time
153
You remember saving a configuration file, but not its directory. Or you need to identify which files changed during a deployment. The Linux find command
Linux & Administration
Linux File Permissions Explained: chmod, chown, Users, and Groups
150
Linux does not let every user read, change, or run every file. Instead, each file and directory has an owner, a group, and a set of permissions that determine