📦 05 Resources¶
Supplemental references that support the notes, exercises, and projects.
Note
Reference PDFs and other large/copyrighted material live locally under 05-resources/ but are not published with the site (they are excluded from the build and from version control).
Reference Material¶
| Type | What it covers |
|---|---|
| Reference guide | End-to-end Linux administration reference (PDF, local) |
| Cheat sheets | Command references for daily terminal work |
Tools¶
| Tool | Use | Link |
|---|---|---|
| Ubuntu / Debian | Beginner-friendly distro for practice | ubuntu.com |
| WSL | Run Linux inside Windows | learn.microsoft.com/windows/wsl |
| VirtualBox | Free VM host for a full Linux install | virtualbox.org |
| man pages | Built-in manual for every command (man <cmd>) |
— |
Study Flow¶
- Read the topic notes.
- Practice with the matching exercises.
- Test recall in the Quiz Hub.
- Apply it in a mini-project.