Practical Linux Tutorials and Command-Line Guides
Search hundreds of step-by-step tutorials for Bash, Ubuntu, networking, security, and more.
Featured Articles
Linuxize Weekly Newsletter
A quick weekly roundup of new tutorials, news, and tips.
Latest Articles
dpkg Command in Linux: Install and Manage Debian Packages
Use dpkg to install, remove, query, and inspect Debian packages on Ubuntu, Debian, and other Debian-based distributions.

Sudo Command in Linux: Run Commands as Root
The sudo command runs programs as root or another user. This guide covers sudoers setup, root shells, sudoedit, credential caching, and common sudo options.

How to Increment and Decrement a Variable in Bash: Counter Examples
Bash provides several ways to increment and decrement a counter variable in scripts. This guide covers the +/- operators, += and -= assignment operators, and the ++ and -- shorthand with practical examples.

How to List Cron Jobs in Linux
View and list all cron jobs on Linux: user crontabs with crontab -l, system jobs in /etc/crontab and /etc/cron.d, and systemd timers.

How to Install Google Chrome Web Browser on Ubuntu 24.04
Step-by-step instructions for downloading, installing, updating, and managing Google Chrome on Ubuntu 24.04 using the official .deb package and repository.

What Is localhost? 127.0.0.1 and Loopback Explained
Localhost connects programs back to your own computer through 127.0.0.1 or ::1. See how loopback addresses, ports, /etc/hosts, and 0.0.0.0 work on Linux.

How to Install Google Chrome on Ubuntu 26.04
Install Google Chrome on Ubuntu 26.04 from the official .deb package, set it as the default browser, and keep it updated from the Google repository.

How to Pass Arguments to a Bash Script
Read command-line input in Bash: positional parameters, $@ versus $*, default values, named --options, getopts, and fixes for common argument errors.

nice and renice Commands in Linux: Set Process Priority
Control Linux process priority with nice and renice. See how nice values work, start lower-priority jobs, and change the priority of running processes.

How to List and Delete UFW Firewall Rules
List UFW firewall rules with ufw status and ufw show, then delete them by number or by specification. Covers numbered output, the show reports, rule reset, and SSH lockout recovery.

Series
Cheatsheets
sudo Cheatsheet
sudo at a glance: running commands as root, credential caching, environment handling, sudoers rule syntax, aliases, Defaults, and logging.
Nginx Cheatsheet
Nginx directives at a glance: server blocks, location matching, reverse proxy headers, TLS, redirects, rate limits, caching, and log formats.
ffmpeg Cheatsheet
Keep essential ffmpeg commands close at hand, from stream inspection and lossless remuxing to CRF encoding, filters, subtitles, and GPU acceleration.
pnpm Cheatsheet
Quick reference for pnpm commands covering installation, dependencies, lockfiles, scripts, workspace filtering, the package store, and Node.js runtimes




