>
Everything on Linux — every server you'll harden, every container you'll ship, every log you'll read — sits on top of a handful of fundamentals. This is where you build them. The Basics track is a deliberate ladder: understand how the shell reads a command, learn to identify the disks under your mounts, see exactly what hardware the kernel exposes, and capture what's on screen without reaching for a mouse. No hand-waving, no "just trust me" — every command comes with the output you should expect and the reasoning behind it. Start here and the rest of Linuxier stops feeling like magic and starts feeling like muscle memory.
Start at the prompt: the essential navigation commands, reading file listings and permissions, and the small customizations that make the terminal feel like home.
read the guide →Three dependable ways to read the universally unique identifiers your partitions rely on — the key to mounts in /etc/fstab that survive a reboot and a reordered disk.
From lsusb to walking /sys by hand — eight ways to see precisely what's plugged in, at which speed, and on which bus.
Keyboard shortcuts, GUI tools and command-line grabbers for X11 and Wayland — pick the method that fits your desktop and workflow.
read the guide →ls -la instead of skimming past them.