// SHELL READY
Understand Linux
one command at a time.
A plain-language field guide to how Linux actually works — from the shell and permissions to processes and the kernel. Toggle between Simple and Complex depending on how deep you want to go.
- —
- terms defined
- —
- categories
- —
- learning tracks
01 Learning Tracks
New to Linux, or filling gaps? Take a guided, start-to-finish tour — login to root. Pick your level and step through it like a slideshow.
02 Practice Terminal
A safe sandbox to practice the top Linux commands — nothing here touches your real machine. Type help to see what's available, and use ↑/↓ for history and Tab to complete.
Try ls -la · cat readme.txt · grep learn notes/todo.txt · tree · echo hi > test.txt · man grep
03 The Glossary
Search any term, or filter by category. Every entry comes in two depths.
// 404 No terms matched. Try another word or clear the filters.
04 System Anatomy
A Linux system is layers — your apps on top, the kernel managing the hardware at the bottom. See the big picture, or open up the kernel inside.
05 The Shell Pipeline
What really happens when you hit Enter? Follow a command from keystroke to output — and see how pipes chain tools together.
06 The Boot Process
What happens between pressing the power button and the login prompt? Watch the handoff from firmware → GRUB → kernel → systemd.
07 Distributions
A distro is the kernel plus a chosen set of tools, defaults, and a package manager. Most descend from
two families — Debian (.deb/apt) and Red Hat
(.rpm/dnf) — with Arch and a few independents rounding it out.
| Distro | Family | Packages | Release | Best for |
|---|---|---|---|---|
| UbuntuDebian | Debian-based | .deb · apt | Point + LTS | Beginners, servers, the cloud |
| DebianDebian | Debian (the root) | .deb · apt | Point (very stable) | Rock-solid servers, purists |
| Linux MintDebian | Debian (via Ubuntu) | .deb · apt | Point | Windows switchers, desktops |
| Pop!_OSDebian | Debian (via Ubuntu) | .deb · apt | Point | Developers, gamers, NVIDIA |
| KaliDebian | Debian-based | .deb · apt | Rolling | Security & pentesting |
| FedoraRed Hat | Red Hat | .rpm · dnf | Point (fast-moving) | Latest tech, developers |
| RHELRed Hat | Red Hat | .rpm · dnf | Point + long LTS | Enterprise (paid support) |
| Rocky / AlmaRed Hat | Red Hat (RHEL rebuild) | .rpm · dnf | Point + long LTS | Free RHEL-compatible servers |
| openSUSESUSE | RPM (SUSE) | .rpm · zypper | Leap / Tumbleweed | Polished admin, YaST fans |
| ArchArch | Independent | pkg · pacman | Rolling | Enthusiasts who want control |
| ManjaroArch | Arch-based | pkg · pacman | Rolling | Arch, made friendly |
| AlpineIndie | Independent | apk | Rolling | Containers (tiny images) |
| GentooIndie | Independent | source · Portage | Rolling | Source-based tinkerers |
| NixOSIndie | Independent | Nix | Rolling | Reproducible, declarative systems |
// Skills transfer across families — only the package manager and a few conventions really differ.
08 About
Clanker University — Linux edition makes the vocabulary of Linux approachable for everyone — beginners, developers, and sysadmins alike. No gatekeeping, no assumed greybeard. Just clear definitions with a depth dial you control.
Also available: the AI edition and the Kubernetes edition — same idea, different worlds.