Skip to main content

Linux Commands

Command references for core Linux tools, syntax, examples, and practical one-liners.

Jun 10, 2026 4 min read

Uptime Command in Linux

Jun 5, 2026 7 min read

npm Command: Install and Manage Node.js Packages

Jun 4, 2026 6 min read

Fix "sudo: command not found" on Linux

Jun 2, 2026 5 min read

chgrp Command in Linux: Change File Group Ownership

Jun 1, 2026 6 min read

dpkg Command in Linux: Install and Manage Debian Packages

May 30, 2026 7 min read

tr Command in Linux: Translate, Delete, and Squeeze Characters

May 30, 2026 9 min read

iptables Command in Linux: Manage Firewall Rules

May 26, 2026 10 min read

ripgrep Command in Linux: Fast Recursive Search

May 25, 2026 8 min read

nslookup Command in Linux: Query DNS Records

May 25, 2026 7 min read

whois Command in Linux: Query Domain Registration Info

May 22, 2026 8 min read series

Bash Arithmetic: Integer and Floating-Point Math

May 22, 2026 9 min read

How to Format USB Drives and SD Cards on Linux

May 21, 2026 7 min read

rsync Exclude Patterns: Skip Files and Directories

May 20, 2026 7 min read

How to Use the kill Command in Linux

May 19, 2026 7 min read

How to Install Podman on Ubuntu: Rootless Container Alternative to Docker

May 17, 2026 7 min read

nmcli Command in Linux: NetworkManager CLI Reference

May 16, 2026 7 min read

timedatectl Command in Linux: Manage Time, Date, and Time Zone

May 15, 2026 8 min read

How to Check CPU Usage in Linux

May 14, 2026 8 min read

systemctl Command in Linux: Start, Stop, and Manage Services

May 11, 2026 5 min read

How to Use the pkill Command in Linux