Skip to main content

Cheatsheets

Cheatsheets are compact, copy-paste friendly references for common Linux commands and tools, so you can find syntax, options, and examples quickly.

Sep 16, 2026

Nginx Cheatsheet

Nginx directives at a glance: server blocks, location matching, reverse proxy headers, TLS, redirects, rate limits, caching, and log formats.

Sep 13, 2026

ffmpeg Cheatsheet

Keep essential ffmpeg commands close at hand, from stream inspection and lossless remuxing to CRF encoding, filters, subtitles, and GPU acceleration.

Sep 11, 2026

pnpm Cheatsheet

Quick reference for pnpm commands covering installation, dependencies, lockfiles, scripts, workspace filtering, the package store, and Node.js runtimes

Sep 1, 2026

PHP Cheatsheet

PHP 8 quick reference for syntax, arrays, functions, classes, request data, files, JSON, exceptions, CLI commands, Composer, configuration, and PHP-FPM.

Aug 28, 2026

Regex Cheatsheet

Regex syntax and examples for Linux tools, including metacharacters, quantifiers, character classes, anchors, groups, BRE, ERE, and PCRE

Aug 25, 2026

parted Cheatsheet

Quick reference for parted commands: inspect disks, create GPT and MBR tables, add aligned partitions, manage flags, resize boundaries, and remove partitions safely

Aug 14, 2026

nmap Cheatsheet

Quick reference for host discovery, port scanning, and service detection with nmap in Linux

Jul 31, 2026

AWS CLI Cheatsheet

Quick reference for AWS CLI commands, profiles, and output filtering

Jul 24, 2026

mount Cheatsheet

Quick reference for the mount command: mount and unmount filesystems, mount options, UUID and label mounts, network shares, and /etc/fstab entries

Jul 21, 2026

head Cheatsheet

Quick reference for showing the first lines or bytes of files and limiting command output with head in Linux

Jul 16, 2026

sha256sum Cheatsheet

Quick reference for generating and verifying SHA-256 and MD5 checksums with sha256sum, md5sum, and related Linux hash commands

Jul 15, 2026

Docker Compose Cheatsheet

Docker Compose quick reference: lifecycle commands, Compose file directives, health checks, environment variables, profiles, scaling, and cleanup.

Jul 7, 2026

Markdown Cheatsheet

Quick reference for Markdown syntax covering headings, formatting, links, images, lists, tables, code blocks, blockquotes, and common extensions.

Jun 30, 2026

uniq Cheatsheet

Quick reference for filtering and counting duplicate lines with uniq in Linux

Jun 23, 2026

date Cheatsheet

Quick reference for the Linux date command covering display formats, format specifiers, relative dates, timezones, Unix timestamps, and setting the system clock.

Jun 20, 2026

pip Cheatsheet

Quick reference for pip commands covering package installation, version constraints, requirements files, upgrades, virtual environments, and configuration.

Jun 17, 2026

cut Cheatsheet

Quick reference for extracting fields, bytes, and characters with cut in Linux

Jun 13, 2026

dig Cheatsheet

Quick reference for querying DNS records, tracing resolution, and debugging name resolution with dig

Jun 7, 2026

Ansible Cheatsheet

Quick reference for Ansible commands, inventories, playbooks, modules, and vault

Jun 6, 2026

OpenSSL Cheatsheet

Quick reference for OpenSSL commands for keys, CSRs, certificates, format conversion, TLS testing, random data, and hashes

Jun 5, 2026

npm Cheatsheet

Quick reference for npm commands for project setup, dependency management, scripts, updates, and package inspection

Jun 3, 2026

Podman Cheatsheet

Quick reference for Podman commands and rootless container workflows

Jun 1, 2026

dpkg Cheatsheet

Quick reference for installing, removing, querying, and inspecting Debian packages with dpkg

Aug 30, 2026

reboot Cheatsheet

Quick reference for rebooting and scheduling restarts on Linux

May 26, 2026

ripgrep Cheatsheet

Quick reference for recursive text searches with the ripgrep command

May 21, 2026

ss Cheatsheet

Quick reference for listing sockets, listening ports, connection states, and process owners with the ss command

May 17, 2026

nmcli Cheatsheet

Quick reference for using nmcli to manage NetworkManager devices, connection profiles, Wi-Fi, static IP addresses, DNS, and troubleshooting

May 7, 2026

fdisk Cheatsheet

Quick reference for fdisk commands: list disks, create partition tables, add partitions, change partition types, write changes, and quit safely

Aug 6, 2026

SFTP Cheatsheet

Quick reference for the Linux sftp client, covering login, navigation, transfers, and remote file management over SSH

Aug 5, 2026

cd Cheatsheet

Quick reference for changing directories with cd in Linux