All Articles
Browse all Linuxize tutorials, guides, and references.
How to Remove a Git Remote
Remove a Git remote with git remote rm, verify the change, and understand what happens to tracking branches and the .git/config file.

How to Set or Change Timezone on Debian 13
Learn how to check and change the system time zone on Debian 13 Trixie using the timedatectl command.

Rmmod Command in Linux
Learn how to use the rmmod command to remove kernel modules in Linux, including options, troubleshooting, and best practices.

Python Switch Case Statement (match-case)
Learn how to use Python's match-case statement (structural pattern matching) as a switch-case equivalent. Covers if-elif-else, dictionary lookup, and match-case with examples.

How to Extract (Unzip) Tar Bz2 File
Extract tar.bz2 and .tbz2 files in Linux with the tar command. Includes examples for unpacking to another directory, listing contents, extracting specific files, and reading archives from stdin.

Free Command in Linux
Learn how to use the Linux free command to check RAM and swap usage. Includes output explained, human-readable format, and useful options.

Diff Command in Linux
Learn how to use the diff command in Linux to compare files and directories. Covers unified/context formats, ignore case/whitespace, and common options.

Bash Select (Make Menus)
Learn how to use the Bash select construct to create interactive menus in shell scripts. Includes syntax, practical examples, and combining select with case.

How to Install PHP on Ubuntu 24.04
Learn how to install PHP 8.3 on Ubuntu 24.04 with Apache or Nginx. Includes PHP-FPM setup, common extensions, and installing other PHP versions.

How to Install MySQL on Ubuntu 24.04
Learn how to install, secure, and configure MySQL 8.0 on Ubuntu 24.04. Includes setting up root authentication, creating users, and enabling remote access.

Bash wait Command
Learn how to use the Bash wait command to wait for background processes to finish. This guide covers syntax, options, and practical scripting examples.

How to Install Odoo 19 on Ubuntu 24.04
Learn how to install and deploy Odoo 19 inside a Python virtual environment on Ubuntu 24.04. Odoo is a popular open-source suite of business apps for CRM, e-commerce, accounting, and more.

How to Install Git on Ubuntu 24.04
Learn how to install and configure Git on Ubuntu 24.04 using apt, the Git PPA, or by compiling from source.

How to Install Java on Ubuntu 22.04
Learn how to install OpenJDK and Oracle JDK on Ubuntu 22.04. Covers Java 17, 21, and 25 LTS versions.

How to Install Git on Ubuntu 22.04
Learn how to install and configure Git on Ubuntu 22.04 using apt, the Git PPA, or by compiling from source.

How to Install Node.js and npm on Ubuntu 22.04
Learn three ways to install Node.js and npm on Ubuntu 22.04: NodeSource repository, nvm, and default Ubuntu packages.

Python Dictionary: How to Create, Access, and Modify
Learn how to use Python dictionaries to store key-value data. Covers creating, accessing, updating, and iterating with examples.

Redirect HTTP to HTTPS in Apache
Learn how to redirect HTTP to HTTPS in Apache using virtual hosts or .htaccess, with clear examples and best practices.

How to Install VirtualBox on Ubuntu
This guide walks you through installing VirtualBox on Ubuntu 24.04 using the Oracle repositories.

Linux Time Command
This guide shows how to use the Linux time command to measure execution time, explains real/user/sys, and covers Bash, Zsh, and GNU time.
