Skip to main content

All Articles

Browse all Linuxize tutorials, guides, and references.

May 27, 2026 7 min read

Bash set Command: set -e, set -x, and set -u Explained

May 27, 2026 6 min read

How to List Installed Packages on Debian

May 27, 2026 6 min read

localhost: 127.0.0.1 and Loopback Explained

May 26, 2026 5 min read

How to Change a Git Commit Message

May 26, 2026 3 min read

How to Rename a Git Branch: Local and Remote

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

How to Run Linux Commands in the Background

May 25, 2026 12 min read

dig Command in Linux: DNS Lookup

May 25, 2026 6 min read series

How to Add a Directory to PATH in Linux

May 25, 2026 7 min read

whois Command in Linux: Query Domain Registration Info

May 25, 2026 5 min read series

Bash Append to File: >>, tee, and Heredoc Examples

May 23, 2026 7 min read

How to Revert a Commit in Git

May 23, 2026 6 min read

How to Install and Use Zsh on Ubuntu

May 23, 2026 7 min read

Linux cp Command: Copy Files and Directories

May 22, 2026 8 min read series

Bash Arithmetic: Integer and Floating-Point Math

May 22, 2026 7 min read series

Sudo Command in Linux: Run Commands as Root

May 22, 2026 9 min read

How to Format USB Drives and SD Cards on Linux

May 22, 2026 6 min read

MySQL SHOW TABLES: List Tables in a Database

May 22, 2026 7 min read

How to Use sed to Find and Replace Strings in Files