Articles by Dejan Panovski
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.

How to Install PostgreSQL on Ubuntu 20.04
In this guide, we will explain how to install the PostgreSQL database server on Ubuntu 20.04, and explore the basics of PostgreSQL database administration.

How to Install and Use FFmpeg on CentOS 7
FFmpeg is a free and open-source collection of tools for handling multimedia files. This tutorial walks you through installing FFmpeg on CentOS 7.

How to Install MariaDB on Ubuntu 20.04
MariaDB is an open-source relational database management system. This guide explains how to install and secure MariaDB on Ubuntu 20.04.

How to Install Webmin on Ubuntu 20.04
This guide explains how to install Webmin on an Ubuntu 20.04 server. With Webmin, you can configure almost every aspect of the system through your web browser.

How to Set Up WireGuard VPN on CentOS 8
WireGuard is a simple and modern VPN (Virtual Private Network) with state-of-the-art cryptography. This tutorial describes how to set up WireGuard on an CentOS 8 machine that will act as a VPN server.

How to Install Zoom on Ubuntu 20.04
Zoom is an easy to use communication platform that unifies cloud video conferencing, real-time messaging and content sharing. This guide explains how to install Zoom on Ubuntu 20.04.

How to Add Swap Space on Ubuntu 20.04
This tutorial explains how to add a swap file on Ubuntu 20.04 systems. Swap is a space on a disk that is used when the amount of physical RAM memory is full.

How to Install Apache on Ubuntu 20.04
This tutorial describes how to install and manage the Apache web server on Ubuntu 20.04. Apache is one of the most popular web servers in the world.

