Skip to main content

Developer Config Center

CLI Cheatsheets & Config Generators

CLI Cheatsheets

48 topics

Aider AI Coding Assistant Cheatsheet

41 cmds

Complete Aider AI coding cheatsheet covering launch modes, file management, chat commands, code editing, Git integration, and advanced usage.

Ansible Cheatsheet

36 cmds

A comprehensive Ansible cheatsheet covering ad-hoc commands, playbook writing, module usage, inventory management, variables, and debugging for daily DevOps work.

Bash Scripting Cheatsheet

41 cmds

Essential 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 cmds

Complete 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 cmds

Complete 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 cmds

Complete GitHub Copilot CLI cheatsheet covering installation, command suggestions, command explanations, alias setup, and advanced terminal AI usage.

cURL Command Cheatsheet

40 cmds

Essential curl commands — HTTP methods, headers, authentication, file uploads, debugging, cookie management, and proxy configuration. Every command with practical examples.

Docker Cheatsheet

30 cmds

Essential Docker commands — containers, images, networks, volumes, Compose. Every command with practical examples.

Docker Compose Cheatsheet — Multi-Container Orchestration

20 cmds

Master 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 cmds

Complete guide to Docker networking: bridge/host/overlay drivers, port mapping, container communication, custom networks and troubleshooting.

Docker Volume Cheatsheet — Persistent Data & Storage

23 cmds

Master Docker volumes and bind mounts: create/manage volumes, data persistence between containers, backup/restore, and storage best practices.

Dockerfile Best Practices Cheatsheet

32 cmds

A comprehensive cheatsheet covering Dockerfile best practices including FROM, RUN, COPY, CMD, multi-stage builds, and more.

Find & Xargs Cheatsheet

33 cmds

Essential 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 cmds

Essential Git commands — init, commit, branch, undo, remote, stash. Every command with practical examples for daily development.

Git Advanced Command Cheatsheet

37 cmds

Advanced Git operations cheatsheet covering Rebase, Bisect, Reflog, Cherry-pick, Submodules, and Worktrees for experienced developers.

Git Branch Cheatsheet — Create, Merge & Manage Branches

17 cmds

Master Git branching: create/switch/delete branches, merge vs rebase, branch strategies. Every command with practical examples.

Git Remote Cheatsheet — push / pull / fetch & Upstreams

18 cmds

Complete 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 cmds

Complete 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 cmds

Complete 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 cmds

GnuPG encryption cheatsheet covering key management, file encryption and decryption, digital signing and verification with OpenPGP.

Grep Command Cheatsheet

33 cmds

A 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 cmds

Complete Hermes Agent cheatsheet covering basic commands, messaging, configuration, model management, memory, cron automation, and advanced operations.

Homebrew Package Manager Cheatsheet

30 cmds

Homebrew command reference covering package installation/uninstallation, Formula/Cask management, Tap repositories, and system maintenance for macOS developers.

htop/ps — Process Management Tools

31 cmds

Linux process management cheatsheet covering ps, htop, kill, strace and more for process inspection, signal handling, and system monitoring.

iptables/nftables — Firewall Rule Management

33 cmds

Linux firewall cheatsheet covering iptables and nftables basic rules, NAT, port forwarding, persistence, and advanced filtering techniques.

JSON / jq Dev Config Cheatsheet

33 cmds

Quick reference for jq — the command-line JSON processor. Covers basic ops, filtering, arrays, objects, pipes, and built-in functions.

Kubectl Command Cheatsheet

41 cmds

A comprehensive kubectl cheatsheet covering Pod management, workloads, networking, configuration, debugging, and cluster management.

Linux Command Cheatsheet

47 cmds

Essential 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 cmds

lsof (List Open Files) cheatsheet for troubleshooting open files, network connections, and user processes on Linux and Unix systems.

Makefile Command Cheatsheet

40 cmds

Essential 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 cmds

Essential 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 cmds

Essential 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 cmds

Essential npm commands — package installation, publishing, configuration, scripts, package management, and inspection. Every command with practical examples.

Ollama Model Cheatsheet

15 cmds

Ollama model cheatsheet covering model comparisons, memory requirements, use-case recommendations, and CLI/API commands for local LLM deployment.

OpenClaw — Personal AI Assistant Gateway

32 cmds

Complete OpenClaw cheatsheet covering basic commands, gateway management, skill configuration, and system administration for the open-source AI assistant.

OpenSSL Command Cheatsheet

33 cmds

Comprehensive OpenSSL command cheatsheet covering key management, certificate generation, CSR, SSL testing, and encryption/decryption operations.

PostgreSQL Dev Config Cheatsheet

39 cmds

Quick reference for PostgreSQL dev commands: connection, DDL, DML, queries, indexes, backup/restore, and performance tuning.

Python Dev Config Cheatsheet

41 cmds

Quick reference for Python dev config, environment management, packages, data structures, string ops, file IO, and debugging.

Redis Command Cheatsheet

35 cmds

Comprehensive Redis command cheatsheet covering basic operations, strings, lists, sets, hashes, sorted sets, and pub/sub for daily development and ops reference.

Regex Cheatsheet

32 cmds

Essential regex syntax — literals, quantifiers, groups, lookaround, flags, replacement references, and flavor differences. Every pattern with practical examples.

rsync Cheatsheet

30 cmds

A 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 cmds

Essential 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 cmds

A 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 cmds

Essential SSH commands — remote connection, key management, port forwarding, file transfer, tunneling, and troubleshooting. Every command with practical examples.

Systemd Cheatsheet

40 cmds

Essential systemd commands — service management, timers, journal inspection, unit control, boot analysis, and socket activation. Every command with practical examples.

Tmux Command Cheatsheet

40 cmds

Essential Tmux terminal multiplexer commands — session management, window operations, pane operations, layout adjustments, configuration, and clipboard. Every command with practical examples.

Vim Command Cheatsheet

42 cmds

Essential 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 cmds

Complete YAML syntax cheatsheet covering basic syntax, data types, multiline strings, anchors/aliases, and advanced features for DevOps and CI/CD configuration.

Config Generators

Ctrl + KSearch anytime