All Articles
Browse all Linuxize tutorials, guides, and references.
How to Install Anaconda on Ubuntu 20.04
This tutorial will walk you through the installation of Anaconda Python Distribution on Ubuntu 20.04. Anaconda is a popular Python/R data science and machine learning platform.

How to Install and Use PHP Composer on Ubuntu 20.04
This tutorial explains how to install and use Composer on Ubuntu 20.04. Composer is a dependency manager for PHP.

Python Modulo Operator
The modulo operation is an arithmetic operation that finds the remainder of the division of one number by another. In Python, the modulo operator is represented by the percent sign

How to Install R on Ubuntu 20.04
This article covers the steps required to install R on Ubuntu 20.04. R is an open-source programming language and free environment that specializes in statistical computing and graphical representation.

How to Install Mono on Ubuntu 20.04
This tutorial covers the steps required to install Mono on Ubuntu 20.04. Mono is an open-source implementation of Microsoft's .NET framework.

How to Add Elements to a List in Python (append, extend and insert)
The Python list data type has three methods for adding elements: append(), extend(), and insert().

How to Install Spotify on Ubuntu 20.04
This guide shows two ways of installing Spotify on Ubuntu 20.04. Spotify is a digital music streaming service that gives you instant access to millions of songs, from old classics to the latest hits.

How to Install PHP on Ubuntu 20.04
This guide covers the steps necessary to install PHP on Ubuntu 20.04 and integrate it with Nginx and Apache.

How to Install Skype on Ubuntu 20.04
This guide shows two ways of installing Skype on Ubuntu 20.04. Skype can be installed as a snap package via the Snapcraft store or as a deb package from the Skype repositories.

How to Install and Configure Redis on Ubuntu 20.04
This tutorial describes how to install and configure Redis on Ubuntu 20.04. Redis is an open-source in-memory key-value data store.

How to Install GCC (build-essential) on Ubuntu 20.04
This article explains how to install GCC on Ubuntu 20.04. The default Ubuntu repositories contain a meta-package named build-essential that includes the GNU compiler collection and other development libraries and tools.

Python List Sort
In Python, you can sort a list using the built-in list.sort() method or the built-in sorted() function.

How to Install Vagrant on Ubuntu 20.04
Vagrant is a command-line tool for building and managing virtual machines. This article describes how to install Vagrant on an Ubuntu 20.04 machine.

How to Install VirtualBox on Ubuntu 20.04
In this tutorial, we will show you two ways to install VirtualBox on Ubuntu 20.04. VirtualBox is open-source cross-platform virtualization software that allows you to run multiple guest operating.

How to Install Docker Compose on Ubuntu 20.04
This article explains how to install the latest version of Docker Compose on Ubuntu 20.04. We'll also explore the basic Docker Compose concepts and commands.

How to Install Yarn on Ubuntu 20.04
In this tutorial, we will explain how to install Yarn on Ubuntu 20.04. Yarn is a JavaScript package manager compatible with npm that helps you automate the process of installing, updating, configuring, and removing npm packages.

How to Set up Automatic Updates on Ubuntu 18.04
Regularly updating your Ubuntu system is one of the most important aspects of overall system security. In this tutorial, we will walk through how to install and configure automatic unattended updates on Ubuntu 18.04.

How to Install Tomcat 9 on Ubuntu 20.04
This tutorial describes how to install and configure Tomcat 9 on Ubuntu 20.04. Apache Tomcat is an open-source web server and java servlet container.

How to Install Xrdp Server (Remote Desktop) on Ubuntu 20.04
This tutorial covers how to install and configure Xrdp server on Ubuntu 20.04. Xrdp is an open-source implementation of the Microsoft Remote Desktop Protocol.

How to Install Docker on Ubuntu 20.04
This tutorial covers how to install Docker on an Ubuntu 20.04 machine. Docker is an open-source containerization platform that allows you to quickly build, test, and deploy applications as portable containers that can run virtually anywhere.
