// 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.

clanker@linux — practice shell
$

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.

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.

Level:

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.

Level:

06 The Boot Process

What happens between pressing the power button and the login prompt? Watch the handoff from firmware → GRUB → kernel → systemd.

Level:

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.

DistroFamilyPackagesReleaseBest for
UbuntuDebianDebian-based.deb · aptPoint + LTSBeginners, servers, the cloud
DebianDebianDebian (the root).deb · aptPoint (very stable)Rock-solid servers, purists
Linux MintDebianDebian (via Ubuntu).deb · aptPointWindows switchers, desktops
Pop!_OSDebianDebian (via Ubuntu).deb · aptPointDevelopers, gamers, NVIDIA
KaliDebianDebian-based.deb · aptRollingSecurity & pentesting
FedoraRed HatRed Hat.rpm · dnfPoint (fast-moving)Latest tech, developers
RHELRed HatRed Hat.rpm · dnfPoint + long LTSEnterprise (paid support)
Rocky / AlmaRed HatRed Hat (RHEL rebuild).rpm · dnfPoint + long LTSFree RHEL-compatible servers
openSUSESUSERPM (SUSE).rpm · zypperLeap / TumbleweedPolished admin, YaST fans
ArchArchIndependentpkg · pacmanRollingEnthusiasts who want control
ManjaroArchArch-basedpkg · pacmanRollingArch, made friendly
AlpineIndieIndependentapkRollingContainers (tiny images)
GentooIndieIndependentsource · PortageRollingSource-based tinkerers
NixOSIndieIndependentNixRollingReproducible, 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.