Cheatsheets
Cheatsheets are compact, copy-paste friendly references for common Linux commands and tools, so you can find syntax, options, and examples quickly.
htop Cheatsheet
Quick reference for monitoring processes, sorting tasks, filtering output, and managing processes with htop in Linux
lsof Cheatsheet
Quick reference for finding open files, processes, ports, and deleted files with lsof in Linux
fsck Cheatsheet
Quick reference for fsck: check Linux filesystems, run safe repairs, force checks, review exit codes, and handle boot-time recovery
firewalld Cheatsheet
Quick reference for managing firewall rules with firewalld on Linux
df Cheatsheet
Quick reference for the df command: check disk space, display formats, filesystem filtering, inodes, and custom output fields
top Cheatsheet
Quick reference for monitoring processes, CPU, and memory usage with top in Linux
diff Cheatsheet
Quick reference for the diff command: compare files, output formats, filtering, and patch workflow
export Cheatsheet
Quick reference for exporting shell variables and functions to child processes with export in Bash
env Cheatsheet
Quick reference for listing, clearing, and overriding environment variables with env in Linux
Python Cheatsheet
Quick reference for Python 3 syntax, data types, string and list methods, control flow, functions, file I/O, and exception handling.
kill Cheatsheet
Quick reference for sending signals to processes by PID with kill and killall in Linux
watch Cheatsheet
Quick reference for rerunning commands at intervals and monitoring output changes with watch in Linux
tcpdump Cheatsheet
Quick reference for capturing and filtering network packets with tcpdump in Linux
su Cheatsheet
Quick reference for switching users and running commands with su in Linux
ping Cheatsheet
Quick reference for testing network reachability and latency with ping in Linux
xargs Cheatsheet
Quick reference for building commands from standard input with xargs in Linux
wc Cheatsheet
Quick reference for counting lines, words, bytes, characters, and longest line length with wc in Linux
useradd Cheatsheet
Quick reference for creating Linux users with useradd, including home directories, shells, groups, and account policies
less Cheatsheet
Quick reference for navigating, searching, and controlling output with the less pager in Linux
pkill Cheatsheet
Quick reference for finding and terminating processes by name, user, and pattern with pkill in Linux
ln Cheatsheet
Quick reference for creating hard links and symbolic links with ln in Linux
tee Cheatsheet
Quick reference for splitting command output to terminal and files with tee in Linux
gzip Cheatsheet
Quick reference for compressing, listing, testing, and decompressing files with gzip and gunzip in Linux
cat Cheatsheet
Quick reference for viewing, combining, and redirecting file content with cat in Linux
sort Cheatsheet
Quick reference for sorting text lines with sort in Linux
ps Cheatsheet
Quick reference for listing and filtering processes with ps in Linux
cp Cheatsheet
Quick reference for copying files and directories with cp in Linux
chown Cheatsheet
Quick reference for changing file and directory ownership with chown in Linux
rm Cheatsheet
Quick reference for removing files and directories safely with rm in Linux
mv Cheatsheet
Quick reference for moving and renaming files and directories with mv in Linux