Save products you love by clicking the heart icon.
All 23 DevOps cheatsheets in one compiled PDF — every command, config pattern, and workflow you need at your terminal.
Free digital delivery
Save €35 — Go Mega!
Upgrade to the DevOps Mega Bundle for all 22 cheatsheets
The information, code snippets, configuration files, and instructions provided in this product are shared for educational and informational purposes only. While every effort has been made to ensure accuracy, you are solely responsible for reviewing, testing, and adapting any code or configurations to your own environment before using them in production.
No liability: The author(s) shall not be held liable for any damages, data loss, system outages, security breaches, or other issues arising from the use, misuse, or inability to use the code, configurations, or instructions provided in this product. By downloading or using this product, you acknowledge that you understand and accept these terms.
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.
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
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
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.