All Articles
Browse all Linuxize tutorials, guides, and references.
How to Create Bootable CentOS USB Stick on Linux
This tutorial explains how to create a bootable CentOS USB stick from the Linux terminal.

How to Create Bootable Ubuntu USB Stick on Linux
In this tutorial, we will show you how to create a bootable Ubuntu USB stick from the Linux terminal.

How to Create Bootable CentOS USB Stick on Windows
This tutorial will walk you through the process of creating a bootable CentOS USB stick on Windows.

How to Create Bootable Ubuntu USB Stick on Windows
This tutorial will walk you through the process of creating a bootable Ubuntu USB stick on Windows.

Python For Loop
The for loop in Python iterates over the items of a sequence and repeatedly executes a block of statements.

How to Install VMware Workstation Player on Ubuntu 20.04
This article describes how to install VMware Workstation Player on Ubuntu 20.04.

How to Install and Use Wine on Ubuntu 20.04
This article describes how to install Wine on Ubuntu 20.04. Wine is an open-source compatibility layer that allows you to run Windows applications on Unix-like operating systems.

How to Install Microsoft Edge Browser on Ubuntu 20.04
This article explains how to install the Microsoft Edge Browser web browser on Ubuntu 20.04.

How to Install Python 3.9 on Debian 10
In this article, we'll show you how to install Python 3.9 on Debian 10.

Python Tuples
This article will walk you through the basics of Python tuples. Tuples are similar to lists, with the main difference being that the lists are mutable while the tuples are immutable.

How to Install and Configure VNC on CentOS 8
This article covers the steps to install and configure a VNC server on CentOS 8. We'll also show you how to securely connect to the VNC server through an SSH tunnel.

How to Split a String in Python
When working with strings, one of the everyday operations is to split a string into an array of substrings using a given delimiter.

How to Install PHP 8 on Ubuntu 20.04
This article will show you how to install PHP 8 on Ubuntu 20.04 and integrate it with Nginx and Apache.

How to Convert Integer into String in Python
In Python, we can convert integers and other data types to strings using the built-in str() function.

How to Install Flask on Ubuntu 20.04
In this article we'll discuss how to install Flask on Ubuntu 20.04 inside a Python virtual environment.

How to Install Python 3.9 on Ubuntu 20.04
In this article, we'll show you two ways to install Python 3.9 on Ubuntu 20.04.

How to Clear (Flush) the DNS Cache on Windows, MacOS, and Linux
This article provides instructions on how to flush your DNS cache on different operating systems and web browsers.

How to Install Nvidia Drivers on Ubuntu 20.04
This article describes how to install the proprietary Nvidia drivers on Ubuntu 20.04.

How to Undo Last Git Commit
In Git you can undo changes using the git reset command followed by the commit identifier.

Python while Loop
This tutorial covers the basics of while loops in Python. We'll also show you how to use the else clause and the break and continue statements.
