A single repository of bash-first, minimal examples that teach how systems actually work.
Each sub-folder is a standalone topic with its own README. You can clone this repo and run any topic independently without setting up the others.
In this repo, “magic” is anything that:
- hides important behavior behind defaults
- works only if you already know how it works
- breaks outside the happy path
- prevents you from reasoning about failure
So the examples here prefer:
- explicit configuration
- minimal dependencies
- commands over screenshots
- clear failure modes
See TOPICS.md for the list of available topics.
If this was useful, consider starring the repo so others can find it.