Skip to content

Efficiency🔗

Essentials got you fluent with the command line, permissions, and Bash. Efficiency goes underneath the commands, into the kernel mechanisms that make Linux processes behave the way they do — the same primitives that quietly run every container on every cluster.

Five categories planned; System is live first.

  • System


    Namespaces and cgroups (the kernel isolation and limiting primitives behind every container), Linux capabilities (splitting root into ~40 distinct privileges), and what actually happens when the OOM killer takes a process out.

  • The Command Line (coming soon)


    Shell shortcuts and command history — the muscle memory that separates fluent from functional.

  • Users & Access (coming soon)


    Deeper access control beyond the Essentials permission model.

  • Text & Pipelines (coming soon)


    sed and stream editing — transforming text, not just filtering it.

  • Bash Scripting (coming soon)


    Safe scripts, getopts, trap/cleanup handlers, logging patterns, and parsing command output reliably.


What's Next🔗

Start with Namespaces and cgroups — the two kernel mechanisms everything else in System builds on.

After Efficiency, the Mastery track goes further into storage, LVM, network file shares, system tuning, and containers with Podman. (Coming soon)