All Articles
Browse all Linuxize tutorials, guides, and references.
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.

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.

Generate SSH Keys on Windows with PuTTYgen
This tutorial explains how to generate SSH keys on Windows with PuTTYgen. We will also show you how to set up an SSH key-based authentication and connect to your remote Linux servers without entering a password.

Install Odoo 14 on CentOS 8
This article explains how to install and deploy Odoo 14 inside a Python virtual environment on CentOS 8.

How to Set Up WireGuard VPN on Ubuntu 20.04
WireGuard is a modern VPN technology that utilizes state-of-the-art cryptography. In this article, we'll discuss how to set up a WireGuard VPN on Ubuntu 20.04.

How to Set Up a Firewall with UFW on Ubuntu 20.04
This article describes how to use the UFW tool to configure and manage a firewall on Ubuntu 20.04. UFW is a user-friendly front-end for managing iptables firewall rules.

How to Install and Configure Squid Proxy on Ubuntu 20.04
This tutorial explains how to set up a Squid Proxy on Ubuntu 20.04 and configure Firefox and Google Chrome web browsers to use it.

How to Install Raspbian on Raspberry Pi
The Raspberry Pi is the most popular single-board computer of all times. In this tutorial we will show you how to format the SD card, flash the Raspbian image and boot up the Raspberry Pi.

How to Install Odoo 14 on Ubuntu 20.04
This article explains how to install and deploy Odoo 14 inside a Python virtual environment on Ubuntu 20.04. Odoo is a popular open-source suite of business apps that help companies to manage and run their business.

How to Install Slack on CentOS 8
Slack is one of the most popular collaboration platform in the world that brings all your communication together. This tutorial explains how to install Slack on CentOS 8.

How to Find the Length of a List in Python
Python has a built-in function len() that returns the length of a given object.

How to Install and Use FFmpeg on Ubuntu 20.04
FFmpeg is a free and open-source collection of tools for handling multimedia files. This article describes how to install FFmpeg on Ubuntu 20.04.

How to Set Up WireGuard VPN on Ubuntu 18.04
In this tutorial we will set up WireGuard on an Ubuntu 18.04 machine that will act as a VPN server. We'll also show you how to configure WireGuard as a client. The client's traffic will be routed through the Ubuntu 18.04 server.

How to Install and Configure Fail2ban on CentOS 8
This article explains how to install and configure Fail2ban on CentOS 8. Fail2ban is an open-source tool that helps protect your Linux machine from brute-force.

How to Install VLC Media Player on Ubuntu 20.04
This article describes how to install VLC media player on Ubuntu 20.04. VLC can be installed as a snap package via the Snapcraft store or as a deb package through apt.

How to Install Chromium Web Browser on Ubuntu 20.04
This article explains two ways of installing Chromium on Ubuntu 20.04. Chromium can be installed as a snap package via the Snapcraft store or as a deb package from the Google repositories.
