Articles by Dejan Panovski
How To Set Up Apache Virtual Hosts on Ubuntu 20.04
This article describes how to set up Apache Virtual Hosts on Ubuntu 20.04. A Virtual Host is an Apache configuration directive that allows you to run more than one website on a single server.

How to Make Minecraft Server on Ubuntu 20.04
This tutorial explains how to make a Minecraft Server on Ubuntu 20.04. Minecraft is one of the most popular games of all time.

Parsing JSON Data in Python
In this article we'll show you how to parse JSON data in Python. JSON is a human-readable text-based data format

How to Install Apache Maven on Ubuntu 20.04
In this tutorial, we will show you two different ways to install Apache Maven on Ubuntu 20.04. Apache Maven is an open-source project management and comprehension tool used primarily for Java projects.

How to Change Hostname on Ubuntu 20.04
This guide explains how to set or change the hostname on Ubuntu 20.04 without needing to restart the system.

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.

