Personal knowledge base for DevOps learning. Cheat sheets, command references, and quick guides built while working through the 90 Days of DevOps challenge.
Organized notes and references for DevOps tools and practices. Everything here is stuff I actually use and refer back to.
- Git & GitHub - Commands, workflows, branching strategies
- Shell Scripting - Bash cheat sheet, patterns, one-liners
- Linux - System admin commands, file management, networking
- CI/CD - GitHub Actions, pipelines (coming soon)
- Containers - Docker, Kubernetes (coming soon)
Documentation I wish I had when starting. Written for my future self when I forget how something works.
No fluff. Just commands that work and explanations that make sense.
- Browse by topic
- Copy-paste what you need
- All examples are tested and working
This is my personal learning repo, but if you spot an error or have a better way to do something, open an issue.
- [90-days-of-devops] - Daily challenge progress
- [shell-scripts] - Bash automation scripts
Status: Active and updated regularly as I learn new stuff
Building a reference library one command at a time