Developer Config Center
CLI Cheatsheets & Config Generators
CLI Cheatsheets
48 topicsAider AI Coding Assistant Cheatsheet
41 cmdsComplete Aider AI coding cheatsheet covering launch modes, file management, chat commands, code editing, Git integration, and advanced usage.
Ansible Cheatsheet
36 cmdsA comprehensive Ansible cheatsheet covering ad-hoc commands, playbook writing, module usage, inventory management, variables, and debugging for daily DevOps work.
Bash Scripting Cheatsheet
41 cmdsEssential Bash scripting syntax — variables, conditionals, loops, functions, arrays, I/O, substitution & expansion, and job control. Every command with practical examples.
Claude Code CLI Cheatsheet
31 cmdsComplete Claude Code CLI cheatsheet covering startup, session management, code operations, configuration, and advanced usage for AI-assisted programming.
Codex CLI — AI Coding in Your Terminal
32 cmdsComplete Codex CLI cheatsheet covering installation, chat sessions, code review, configuration, and power user workflows for OpenAI's terminal AI coding tool.
GitHub Copilot CLI Cheatsheet
27 cmdsComplete GitHub Copilot CLI cheatsheet covering installation, command suggestions, command explanations, alias setup, and advanced terminal AI usage.
cURL Command Cheatsheet
40 cmdsEssential curl commands — HTTP methods, headers, authentication, file uploads, debugging, cookie management, and proxy configuration. Every command with practical examples.
Docker Cheatsheet
30 cmdsEssential Docker commands — containers, images, networks, volumes, Compose. Every command with practical examples.
Docker Compose Cheatsheet — Multi-Container Orchestration
20 cmdsMaster Docker Compose for multi-container applications: core CLI commands (up/down/logs/ps/restart), compose.yml structure, networking, volumes, and production patterns.
Docker Network Cheatsheet — Bridge, Host, Overlay & Port Mapping
26 cmdsComplete guide to Docker networking: bridge/host/overlay drivers, port mapping, container communication, custom networks and troubleshooting.
Docker Volume Cheatsheet — Persistent Data & Storage
23 cmdsMaster Docker volumes and bind mounts: create/manage volumes, data persistence between containers, backup/restore, and storage best practices.
Dockerfile Best Practices Cheatsheet
32 cmdsA comprehensive cheatsheet covering Dockerfile best practices including FROM, RUN, COPY, CMD, multi-stage builds, and more.
Find & Xargs Cheatsheet
33 cmdsEssential find and xargs commands — name search, time filters, size filters, execution, type filtering, permission matching, and batch operations. Every command with practical examples.
Git Cheatsheet
26 cmdsEssential Git commands — init, commit, branch, undo, remote, stash. Every command with practical examples for daily development.
Git Advanced Command Cheatsheet
37 cmdsAdvanced Git operations cheatsheet covering Rebase, Bisect, Reflog, Cherry-pick, Submodules, and Worktrees for experienced developers.
Git Branch Cheatsheet — Create, Merge & Manage Branches
17 cmdsMaster Git branching: create/switch/delete branches, merge vs rebase, branch strategies. Every command with practical examples.
Git Remote Cheatsheet — push / pull / fetch & Upstreams
18 cmdsComplete guide to Git remote operations: add/remove remotes, push/pull/fetch, upstream branches, multiple remotes, and troubleshooting.
Git Stash Cheatsheet — save / pop / apply / drop / list / show / branch
20 cmdsComplete Git stash commands guide: git stash push/pop/apply/drop/list/show, git stash branch, and practical workflow examples for pausing and resuming work.
Git Undo Cheatsheet — reset / revert / restore
19 cmdsComplete Git undo commands guide: git reset soft/mixed/hard, git revert for safe undo, git restore to discard changes. Every command with examples.
GnuPG (GPG) — Encryption & Signing Tool
30 cmdsGnuPG encryption cheatsheet covering key management, file encryption and decryption, digital signing and verification with OpenPGP.
Grep Command Cheatsheet
33 cmdsA comprehensive grep cheatsheet covering grep, egrep, fgrep with recursive search, context control, regex, output formatting, and file filtering.
Hermes Agent — Smart AI Agent by Nous Research
50 cmdsComplete Hermes Agent cheatsheet covering basic commands, messaging, configuration, model management, memory, cron automation, and advanced operations.
Homebrew Package Manager Cheatsheet
30 cmdsHomebrew command reference covering package installation/uninstallation, Formula/Cask management, Tap repositories, and system maintenance for macOS developers.
htop/ps — Process Management Tools
31 cmdsLinux process management cheatsheet covering ps, htop, kill, strace and more for process inspection, signal handling, and system monitoring.
iptables/nftables — Firewall Rule Management
33 cmdsLinux firewall cheatsheet covering iptables and nftables basic rules, NAT, port forwarding, persistence, and advanced filtering techniques.
JSON / jq Dev Config Cheatsheet
33 cmdsQuick reference for jq — the command-line JSON processor. Covers basic ops, filtering, arrays, objects, pipes, and built-in functions.
Kubectl Command Cheatsheet
41 cmdsA comprehensive kubectl cheatsheet covering Pod management, workloads, networking, configuration, debugging, and cluster management.
Linux Command Cheatsheet
47 cmdsEssential Linux commands — file operations, process management, networking, search, permissions, disk, package management, and system administration. Every command with practical examples.
lsof File Descriptor Cheatsheet
27 cmdslsof (List Open Files) cheatsheet for troubleshooting open files, network connections, and user processes on Linux and Unix systems.
Makefile Command Cheatsheet
40 cmdsEssential Makefile writing commands — variable definition, target rules, built-in functions, conditionals, implicit rules, and phony targets. Every command with practical examples.
Network Troubleshooting Cheatsheet
40 cmdsEssential Linux network troubleshooting CLI commands — interfaces, sockets, DNS, routing, packet capture, performance testing, and TLS/SSL diagnostics. Every command with practical examples.
Nginx Command Cheatsheet
42 cmdsEssential Nginx configuration directives — location matching, SSL/TLS, reverse proxy, caching, URL rewriting, upstream server groups, and logging. Every directive with practical configuration examples.
npm Command Cheatsheet
28 cmdsEssential npm commands — package installation, publishing, configuration, scripts, package management, and inspection. Every command with practical examples.
Ollama Model Cheatsheet
15 cmdsOllama model cheatsheet covering model comparisons, memory requirements, use-case recommendations, and CLI/API commands for local LLM deployment.
OpenClaw — Personal AI Assistant Gateway
32 cmdsComplete OpenClaw cheatsheet covering basic commands, gateway management, skill configuration, and system administration for the open-source AI assistant.
OpenSSL Command Cheatsheet
33 cmdsComprehensive OpenSSL command cheatsheet covering key management, certificate generation, CSR, SSL testing, and encryption/decryption operations.
PostgreSQL Dev Config Cheatsheet
39 cmdsQuick reference for PostgreSQL dev commands: connection, DDL, DML, queries, indexes, backup/restore, and performance tuning.
Python Dev Config Cheatsheet
41 cmdsQuick reference for Python dev config, environment management, packages, data structures, string ops, file IO, and debugging.
Redis Command Cheatsheet
35 cmdsComprehensive Redis command cheatsheet covering basic operations, strings, lists, sets, hashes, sorted sets, and pub/sub for daily development and ops reference.
Regex Cheatsheet
32 cmdsEssential regex syntax — literals, quantifiers, groups, lookaround, flags, replacement references, and flavor differences. Every pattern with practical examples.
rsync Cheatsheet
30 cmdsA complete rsync cheatsheet covering basic usage, SSH remote sync, filter rules, and advanced options for local/remote file sync and incremental backups.
sed & awk Command Cheatsheet
38 cmdsEssential sed and awk commands — text substitution, line operations, regex patterns, field processing, formatted output, and data aggregation. Every command with practical examples.
sort / uniq / comm Cheatsheet
36 cmdsA complete cheatsheet for sort, uniq, and comm covering basic sorting, advanced sorting, deduplication with counts, and set operations for shell text processing and data analysis.
SSH Command Cheatsheet
37 cmdsEssential SSH commands — remote connection, key management, port forwarding, file transfer, tunneling, and troubleshooting. Every command with practical examples.
Systemd Cheatsheet
40 cmdsEssential systemd commands — service management, timers, journal inspection, unit control, boot analysis, and socket activation. Every command with practical examples.
Tmux Command Cheatsheet
40 cmdsEssential Tmux terminal multiplexer commands — session management, window operations, pane operations, layout adjustments, configuration, and clipboard. Every command with practical examples.
Vim Command Cheatsheet
42 cmdsEssential Vim commands — basic operations, cursor movement, editing, visual mode, search & replace, window management, configuration, and advanced techniques. Every command with practical examples.
YAML Syntax Cheatsheet
32 cmdsComplete YAML syntax cheatsheet covering basic syntax, data types, multiline strings, anchors/aliases, and advanced features for DevOps and CI/CD configuration.