root@localhost:~$ ./learn.sh

Root Routes

Your terminal-to-triumph roadmap for Linux system administration. Check things off. Feel powerful.

0%to root
0 of 8 phases complete

The Book-to-Practice Loop

// reading alone rots the brain. run everything.

step 1
Read
Absorb one concept from the book.
step 2
Try
Run it in your lab immediately.
step 3
Break
Poke it until something errors.
step 4
Fix
Diagnose and repair the mess.
step 5
Note
Write it in your own words.
↺ repeat until concept sticks

Lab Setup Recommendations

// you need a box you're allowed to destroy.

VirtualBox VM

Best for beginners

+ Free, snapshot-restore, break things safely.

– Eats RAM.

WSL2

Windows-friendly

+ Zero-friction Linux on Windows.

– Not a full init system out of the box.

Cloud free tier

Real-world feel

+ Public IP, real networking, real SSH.

– Watch the billing meter.

Raspberry Pi

Tactile & fun

+ Actual hardware, always-on server.

– ARM quirks, slower.

Troubleshooting Compass

// when it breaks, don't panic. orient yourself.

🧭
NSWE
N
Logs
journalctl / /var/log — the truth lives here.
E
Config
Did you edit the right file? Typos hide well.
S
Permissions
Can the process even read/write/execute this?
W
Network
Port open? DNS resolving? It's always DNS.