How to Use These Cheat Sheets
This guide will help you navigate and get the most out of this cheat sheet collection.
Navigation
Sidebar
The sidebar on the left organizes all cheat sheets by category:
- DevOps: Containerization, infrastructure, and configuration management
- Cloud Platforms: CLI commands for AWS, Azure, and Google Cloud
- CI/CD: Continuous integration and deployment tools
- Databases: Relational and NoSQL database commands
- Monitoring: Observability and logging tools
- Security: Encryption, authentication, and security practices
- Other: General tools like Git, Linux, and networking
Search
Press Ctrl+K (or Cmd+K on Mac) to open the search dialog. This searches across all content in real-time.
Breadcrumbs
Each page shows a breadcrumb trail at the top, making it easy to navigate back to parent sections.
Content Format
Each cheat sheet uses a consistent table format:
| COMMAND | DESCRIPTION |
|---|---|
command | Description of what the command does |
another command | Another useful command |
Code Blocks
Code examples are displayed with syntax highlighting:
docker run -d -p 8080:80 --name myapp nginxKeyboard Shortcuts
Keyboard shortcuts are shown in inline format: Ctrl+C or Cmd+K.
Tips for Learning
- Practice Commands: Don't just read - run the commands in a safe environment
- Build Muscle Memory: Repetition is key to remembering CLI commands
- Combine Tools: Learn how different DevOps tools work together
- Bookmark Favorites: Keep your most-used pages handy
- Check Updates: Tools change frequently, so review regularly
Theme Settings
Toggle between light and dark mode using the button in the navbar. The site remembers your preference.
Next Steps
Explore the cheat sheets by category that interests you most:
- Start with Docker for containerization
- Learn Terraform for infrastructure as code
- Set up GitHub Actions for CI/CD
Did you know?
You can edit these pages directly on GitHub! Click the "Edit this page" link at the bottom of any page.