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.

Mar 10, 2026

su Cheatsheet

Quick reference for switching users and running commands with su in Linux

Mar 9, 2026

ping Cheatsheet

Quick reference for testing network reachability and latency with ping in Linux

Mar 8, 2026

xargs Cheatsheet

Quick reference for building commands from standard input with xargs in Linux

Mar 7, 2026

wc Cheatsheet

Quick reference for counting lines, words, bytes, characters, and longest line length with wc in Linux

Mar 6, 2026

useradd Cheatsheet

Quick reference for creating Linux users with useradd, including home directories, shells, groups, and account policies

Mar 5, 2026

less Cheatsheet

Quick reference for navigating, searching, and controlling output with the less pager in Linux

Mar 4, 2026

pkill Cheatsheet

Quick reference for finding and terminating processes by name, user, and pattern with pkill in Linux

Mar 3, 2026

ln Cheatsheet

Quick reference for creating hard links and symbolic links with ln in Linux

Mar 1, 2026

tee Cheatsheet

Quick reference for splitting command output to terminal and files with tee in Linux

Mar 1, 2026

gzip Cheatsheet

Quick reference for compressing, listing, testing, and decompressing files with gzip and gunzip in Linux

Feb 27, 2026

cat Cheatsheet

Quick reference for viewing, combining, and redirecting file content with cat in Linux

Feb 27, 2026

sort Cheatsheet

Quick reference for sorting text lines with sort in Linux

Feb 26, 2026

ps Cheatsheet

Quick reference for listing and filtering processes with ps in Linux

Feb 25, 2026

cp Cheatsheet

Quick reference for copying files and directories with cp in Linux

Feb 24, 2026

chown Cheatsheet

Quick reference for changing file and directory ownership with chown in Linux

Feb 23, 2026

rm Cheatsheet

Quick reference for removing files and directories safely with rm in Linux

Feb 22, 2026

mv Cheatsheet

Quick reference for moving and renaming files and directories with mv in Linux

Feb 21, 2026

ls Cheatsheet

Quick reference for listing files and directories with ls in Linux

Feb 20, 2026

ZIP/UNZIP Cheatsheet

Quick reference for creating, listing, testing, and extracting ZIP archives in Linux

Feb 19, 2026

IP Command Cheatsheet

Quick reference for using ip command to manage addresses, routes, links, and network diagnostics in Linux

Feb 18, 2026

DNF Cheatsheet

Quick reference for package management with dnf on Fedora, RHEL, and derivatives

Feb 18, 2026

MySQL/MariaDB Cheatsheet

Quick reference for common MySQL and MariaDB command-line administration tasks

Feb 17, 2026

UFW Cheatsheet

Quick reference for managing firewall rules with UFW on Linux

Feb 17, 2026

chmod Cheatsheet

Quick reference for changing file and directory permissions with chmod in Linux

Feb 16, 2026

SCP Cheatsheet

Quick reference for secure file transfer with scp over SSH

Feb 14, 2026

crontab Cheatsheet

Quick reference for scheduling and managing cron jobs with crontab in Linux

Feb 14, 2026

wget Cheatsheet

Quick reference for downloading files and mirroring websites with wget

Feb 13, 2026

tar Cheatsheet

Quick reference for creating, listing, extracting, and compressing tar archives in Linux

Feb 12, 2026

screen Cheatsheet

Quick reference for GNU Screen sessions, windows, detach/attach, and common key bindings

Feb 11, 2026

FTP Cheatsheet

Quick reference for Linux FTP client commands and file transfer workflows