DevOps Tools
Docker, Linux, Nginx, and command-line references for DevOps workflows.
13 tools
Docker Cheatsheet
NewComplete reference for Docker CLI commands — containers, images, volumes, networks, and Compose.
Linux Commands Reference
NewSearchable reference for essential Linux/Unix commands with examples, flags, and descriptions.
Kubernetes Cheatsheet
Newkubectl reference — resources, deployments, rollouts, debugging, and troubleshooting.
Terraform Cheatsheet
NewTerraform/OpenTofu reference — CLI commands, resource blocks, variables, and state management.
Bash Cheatsheet
NewBash scripting reference — variables, arrays, loops, functions, and redirection.
Dockerfile Generator
NewBuild a Dockerfile visually with base image presets, COPY/RUN/ENV rows, and multi-stage builds.
Docker Compose Generator
NewBuild a docker-compose.yml with multiple services, ports, volumes, and dependencies.
Nginx Config Generator
NewGenerate an Nginx server block for static sites or reverse proxies.
.env File Generator
NewBuild .env and .env.example files from common presets or custom key-value pairs.
Makefile Generator
NewBuild a Makefile with targets, prerequisites, and commands using correct tab indentation.
.editorconfig Generator
NewGenerate an .editorconfig file with root settings and per-file-type overrides.
Prettier Config Generator
NewBuild a .prettierrc configuration with all common formatting options.
ESLint Config Generator
NewBuild an .eslintrc.json configuration with environments, extends, and custom rules.