Articles by Dejan Panovski
How to Install MongoDB on Ubuntu 18.04
MongoDB is a free and open-source document database. In this tutorial, we will cover the process of installing and configuring the latest version of MongoDB Community Edition on Ubuntu 18.04.

How to Install OpenCV on Ubuntu 20.04
This article describes how to install OpenCV on Ubuntu 20.04. OpenCV is an open-source computer vision library with bindings for C++, Python, and Java.

How to Install Elasticsearch on Ubuntu 20.04
This guide explains how to install Elasticsearch on Ubuntu 20.04. Elasticsearch is an open-source distributed full-text search and analytics engine.

How to Install Kvm on Ubuntu 20.04
KVM (Kernel-based Virtual Machine) is an open-source virtualization technology built into the Linux kernel. This guide provides instructions on how to install and configure KVM on Ubuntu 20.04 desktop.

How to Install TensorFlow on Ubuntu 20.04
TensorFlow is a free and open-source platform for machine learning built by Google. This tutorial explains how to install TensorFlow in a Python virtual environment on Ubuntu 20.04.

How to Install and Use Curl on Ubuntu 20.04
This article explains how to install curl on Ubuntu 20.04. Curl is a command-line utility for transferring data from or to a remote server.

How to Install TeamViewer on Ubuntu 20.04
This article describes how to install TeamViewer on Ubuntu 20.04. TeamViewer is a cross-platform solution that is used for remote control, web conferencing, desktop sharing, and file transfer between computers.

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.

