07 ยท Networking
Mar 21, 2026
Most people who use Docker have no idea what happens under the hood when they type docker run. I didn’t either. I knew containers got their own IP, I knew…
07 ยท Networking
Mar 19, 2026
IP Addressing & Subnetting โ What You Actually Need to Know Before you can touch a single firewall rule, debug a routing problem, or deploy anything to the cloud, you…
06 ยท Systemd & Services
Mar 18, 2026
The Three States Nobody Explains Clearly Every service has three state fields, not one. When you run systemctl status nginx you see something like: These are independent of each other.…
05 ยท Package Management
Mar 17, 2026
This is Round 2 of Domain 5 in my Linux Mastery: Road to Cloud series. If Round 1 was about learning what package management tools exist and how to use…
04 ยท Process Management
Mar 16, 2026
Linux Mastery Road to Cloud โ Domain 4 Before We Start Every time you run a command, the kernel creates something called a process โ a running instance of a…
02 ยท Users & Groups
Mar 14, 2026
Series: Linux Mastery Road to CloudDomain: 2 of 12Level: Round 2 depthFormat: Command explanation + real-world scenarios I am currently going through a structured Linux mastery curriculum across 12 domains…
09 ยท SSH & Remote Access
Mar 13, 2026
Description: A QA tester sits on test-srv and needs to test a web app that a developer is running locally on dev-box at port 3000. The developer’s machine is behind…
09 ยท SSH & Remote Access
Mar 13, 2026
While hardening SSH on my home server I changed PasswordAuthentication no before copying my key. Instantly lost access. What I ran: The error: How I fixed it: I had physical…
02 ยท Users & Groups
Mar 13, 2026
Question Bank โ Full Coverage /etc/passwd, /etc/shadow, /etc/group โ Deep Structure Password Aging & Account Expiry Account Locking & Unlocking sudo โ Deep Configuration su โ Substituting Users Groups โ…
01 ยท Filesystem & Hierarchy
Mar 13, 2026
Today marks the beginning of my self-hosting journey! I successfully installed Nginx on my server and configured it to serve my first website. The default “Welcome to nginx” page never…