cheatsheet

cryptsetup Command in Linux: LUKS2 Syntax, Options & Examples (Ubuntu)

cryptsetup manages LUKS disk encryption through the kernel dm-crypt device mapper. Use it to format partitions, open and close mapper devices, rotate passphrases, back up headers, and inspect LUKS2 metadata on Ubuntu and …

Deepak Prasad14 min read
cheatsheet

nmcli Command in Linux: Network Configuration, IP, DNS, Routing & Examples

nmcli is the command-line client for NetworkManager. It lists devices and connections, sets IPv4/IPv6 addresses, DNS, routes, hostname, and applies profile changes without editing ifcfg files by hand.

Rohan Timalsina15 min read
cheatsheet

100+ Linux Commands Cheat Sheet (With Practical Examples)

A complete Linux commands cheat sheet with 100+ essential commands and practical examples. Learn file management, system monitoring, networking, permissions, and DevOps-related Linux commands used by administrators, …

Deepak Prasad11 min read
cheatsheet

keytool Command Examples in Linux: Complete Cheat Sheet

keytool is the Java CLI for keystores and truststores: generate key pairs, build CSRs, import CA-signed certificates and PKCS12 bundles, list aliases, export PEM certs, and manage passwords. This cheat sheet covers …

Deepak Prasad15 min read
cheatsheet

OpenSSL Command Cheat Sheet: Keys, Certificates, TLS & PKCS#12

OpenSSL is the standard CLI for TLS keys, X.509 certificates, CSRs, chain verification, PKCS#12 bundles, file encryption, and live HTTPS inspection. This cheat sheet covers everyday subcommands with copy-paste tables and …

Deepak Prasad16 min read
cheatsheet

APT Rollback and History on Ubuntu/Debian: Undo Package Changes

APT on Debian and Ubuntu does not offer a single yum-style history undo. This page covers reading /var/log/apt/history.log, downgrading with apt install package=version, holding packages, and when to use snapshots …

Deepak Prasad7 min read
cheatsheet

df and du Commands in Linux: Disk Space Syntax, Options & Examples

df reports free and used space on mounted file systems. du walks directories and sums how much disk space files and folders consume — use df for mount points, du to find what is filling a path.

Rohan Timalsina11 min read
cheatsheet

dig and host Commands in Linux: DNS Lookup Syntax, Options & Examples

dig and host query DNS name servers from the command line. dig exposes full resolver control and sectioned output; host prints concise answers for quick forward and reverse lookups.

Rohan Timalsina9 min read
cheatsheet

gzip Command in Linux: Compress, Decompress, and Inspect .gz Files

gzip compresses single files with the DEFLATE algorithm, replacing each source with a .gz file by default. gunzip and zcat decompress; use -k to keep originals, -c to write to stdout, and -r for directory trees.

Rohan Timalsina9 min read
cheatsheet

hostnamectl Command in Linux: Syntax, Options & Practical Examples (systemd)

On systemd-based Linux, hostnamectl queries and changes the static, transient, and pretty hostnames plus chassis, icon, deployment, and location metadata. It talks to systemd-hostnamed and updates /etc/hostname where …

Rohan Timalsina10 min read
cheatsheet

kill and pkill Commands in Linux: Syntax, Options & Signal Examples

kill sends a signal to a process when you know its PID; pkill matches processes by name or command line and signals them in bulk. Together they are the standard way to stop runaway jobs, reload daemons, or end test …

Rohan Timalsina9 min read
cheatsheet

lsblk Command in Linux: Syntax, Options & Practical Examples (Block Devices)

lsblk lists block devices — disks, partitions, LVM volumes, and loop devices — in a tree with sizes and mount points. Use it before partitioning, mounting, or resizing storage when you need a quick map of what lives on …

Deepak Prasad9 min read
cheatsheet

systemctl Command in Linux: Syntax, Options & Practical Examples (systemd)

systemctl is the main control tool for systemd on modern Linux. It lists units, shows service status, reads unit files, and starts or stops daemons — the first command to reach for when a service misbehaves or you need …

Deepak Prasad10 min read
cheatsheet

timedatectl Command in Linux: Syntax, Options & Practical Examples (systemd)

timedatectl reads and sets the system clock, time zone, NTP synchronization, and RTC mode on systemd-based Linux. It talks to systemd-timedated and systemd-timesyncd for status and one-line changes without hand-editing …

Rohan Timalsina10 min read
cheatsheet

ufw Command in Linux: Syntax, Options & Firewall Examples (Ubuntu/Debian)

ufw (Uncomplicated Firewall) is the default host firewall front end on Ubuntu and Debian. It wraps iptables/nftables with simple allow, deny, and limit rules for ports, subnets, and applications.

Deepak Prasad7 min read
cheatsheet

firewalld Cheat Sheet: firewall-cmd Rules, Commands and Examples (RHEL/Fedora)

On RHEL, Rocky Linux, AlmaLinux, and Fedora, firewalld manages host firewall rules through zones and services. The firewall-cmd CLI opens ports, assigns interfaces to zones, and applies rich rules without restarting the …

Deepak Prasad10 min read
cheatsheet

pacman Command in Arch Linux: Syntax, Options & Practical Examples

On Arch Linux and derivatives, pacman is the native package manager. It syncs official repositories, installs and removes packages with dependency tracking, and maintains a local package database under /var/lib/pacman/.

Deepak Prasad9 min read
cheatsheet

grep Pattern Matching in Linux: Regex, -E, -P, -f, and Context Lines

Match lines with extended and Perl regex, pattern files, whole words, and context lines on files or stdin. This page covers pattern engines and line-level matching — not recursive directory walks.

Rohan Timalsina8 min read
cheatsheet

mke2fs Command in Linux: Syntax, Options & ext Filesystem Examples

mke2fs builds ext2, ext3, or ext4 filesystems on a block device or image file. It is the low-level formatter behind mkfs.ext4 and writes the superblock, inode tables, journal, and default mount metadata for …

Rohan Timalsina9 min read
cheatsheet

losetup Command in Linux: Syntax, Options & Loop Device Examples

losetup attaches regular files or block devices to /dev/loop* kernel nodes so you can partition, format, and mount disk images without dedicated hardware. It also lists, resizes, and detaches loop devices from the shell.

Rohan Timalsina7 min read
cheatsheet

mdadm Command in Linux: Syntax, Options & Software RAID Examples

mdadm assembles, creates, monitors, and stops Linux MD RAID devices (md arrays) from partitions or whole disks. It writes version 1.2 metadata superblocks, reports array health, and integrates with /etc/mdadm/mdadm.conf …

Rohan Timalsina7 min read
cheatsheet

pvcreate Command in Linux: Syntax, Options & Physical Volume Examples

pvcreate writes the LVM label and metadata on a disk or partition so it can join a volume group. Use it on empty block devices before vgcreate or vgextend.

Rohan Timalsina7 min read
cheatsheet

vgcfgrestore Command in Linux: Recover LVM Metadata From Archive

vgcfgrestore rebuilds volume group metadata from text backups created by LVM — usually under /etc/lvm/archive and /etc/lvm/backup. It recovers mistyped lvremove or vgcfg changes; it does not replace disk imaging when …

Rohan Timalsina8 min read
cheatsheet

lvscan Command in Linux: Syntax, Options & Scan Logical Volumes

lvscan lists logical volumes on the host with activation state, device path, size, and allocation policy. Use it for a quick inventory before lvdisplay or lvs.

Rohan Timalsina5 min read
cheatsheet

lvdisplay Command in Linux: Syntax, Options & Show LV Details

lvdisplay prints detailed logical volume fields — path, UUID, size, extents, allocation, snapshot status, and device-mapper block major:minor. Use it when lvs is not enough.

Rohan Timalsina5 min read
cheatsheet

lvreduce Command in Linux: Shrink Logical Volumes Safely

lvreduce returns free extents from a logical volume to the volume group. Shrink the filesystem first on ext4 — data in the removed region is destroyed. Root LV shrink requires offline maintenance.

Rohan Timalsina6 min read
cheatsheet

How to Extend an LVM Logical Volume with lvextend

lvextend grows a logical volume by taking free extents from its volume group. The filesystem inside the LV must grow too — resize2fs for ext4, xfs_growfs for XFS — or df still shows the old size.

Rohan Timalsina8 min read
cheatsheet

lvrename Command in Linux: Rename Logical Volumes Safely

lvrename changes the name of a logical volume inside a volume group. The LV UUID and data stay the same — update fstab, boot loaders, and refresh device-mapper after renaming root or data volumes.

Rohan Timalsina5 min read
cheatsheet

lvremove Command in Linux: Syntax, Options & Remove Logical Volumes

lvremove deletes logical volumes from a volume group and frees their extents. Unmount filesystems first — active or open LVs block removal unless you force.

Rohan Timalsina5 min read
cheatsheet

lvchange Command in Linux: Syntax, Options & Change LV Attributes

lvchange activates or deactivates logical volumes and updates runtime attributes — read-only access, contiguous allocation, readahead, and metadata refresh after renames.

Rohan Timalsina5 min read