All 23 DevOps cheatsheets in one compiled PDF — every command, config pattern, and workflow you need at your terminal. No fluff, no tutorials, just the essential reference material organized by category.
What's Included
Containers & Orchestration: Docker, Docker Compose, Kubernetes, Helm
Infrastructure as Code: Terraform, Ansible, Systemd
Databases: PostgreSQL, Redis, Neo4j
Networking: Nginx, SSH, Network Tools, Socat
CI/CD: Git, CI/CD Pipeline Patterns
Editors & Tools: Vim, Emacs, Nano, Markdown, Bash
Monitoring: Monitoring & Observability, Hermes Agent
Sample Snippet
From the Git cheatsheet:
$ git log --oneline --graph --decorate --all
$ git bisect start HEAD v1.0.0
$ git rebase -i HEAD~5
$ git stash push -m "wip: experiment"
$ git cherry-pick abc123..def456
Who This Is For
DevOps engineers, SREs, and platform engineers who need quick access to command syntax and configuration patterns without leaving the terminal. Designed for people who already know the concepts and just need the exact syntax.