Articles by Dejan Panovski
How to Install and Use FFmpeg on CentOS 8
FFmpeg is a free and open-source collection of tools for handling multimedia files. This article describes how to install FFmpeg on CentOS 8.

How to Set Up Apache Virtual Hosts on Debian 10
Apache Virtual Hosts allows you to run more than one website on a single machine. This article describes how to set up Apache Virtual Hosts on a Debian 10 server.

How to Install GCC (Development Tools) on CentOS 8
The default CentOS repositories contain a package group named Development Tools that includes the GNU compiler collection, GNU debugger, and other development libraries and tools required for compiling software.

How to Configure Static IP Address on Ubuntu 18.04
In this tutorial we'll explain how to set up static IP address on Ubuntu 18.04. Setting a static IP address on your Ubuntu machine may be required in different situations, such as configuring port forwarding or running a media server on your network.

How to Install Elasticsearch on Debian 10
This tutorial explains how to install Elasticsearch on Debian 10. Elasticsearch is an open-source distributed full-text search and analytics engine.

How to Set Up Apache Virtual Hosts on CentOS 8
This article, explains how to set up Apache Virtual Hosts on a CentOS 8 server. Apache Virtual Hosts allows you to run more than one website on a single machine.

How to Install Python 3.8 on Debian 10
This tutorial covers how to install Python 3.8 on Debian 10. We'll also show you how to create a virtual environment.

Python range() Function
The Python range type generates a sequence of integers by defining a start and the end point of the range. It is generally used with the for loop to iterate over a sequence of numbers.

How to Install MongoDB on CentOS 8
This tutorial explains how to install and configure MongoDB Community Edition on CentOS 8. MongoDB is a free and open-source document database.

How to Install and Configure Redmine on CentOS 8
This tutorial explains how to install and configure the latest version of Redmine on CentOS 8. We'll use MariaDB as a database back-end and Passenger + Apache as a Ruby application server.

How to Install Java on Raspberry Pi
This guide explains how to install Java (OpenJDK) on Raspberry Pi with the latest Raspbian OS running on it. Java is one of the most popular programming languages used to build different kinds of applications.

How to Install Java on CentOS 8
In this tutorial, we will explain how to install one or more Java (OpenJDK) versions on CentOS 8 and how to set the default Java via alternatives.

How to Install Java on Debian 10 Linux
In this tutorial, we will explain how to install Java (OpenJDK) on Debian 10 Linux.

How to Install Java on Ubuntu 18.04
This tutorial describes how to install OpenJDK as well as Oracle Java on Ubuntu 18.04. Java is one of the most popular programming languages in the world, used for building different types of cross-platform applications.

How to Install Java on Debian 9
In this tutorial, we will walk through installing Java on Debian 9. Java is one of the most popular programming languages used to build different kinds of applications and systems.

How to Install Java on CentOS 7
This tutorial shows you how to install Java on CentOS 7. Java is one of the most popular programming languages used to build different kinds of applications and systems.

How to Set Up Nginx Server Blocks on Debian 10
A server block is an Nginx directive that defines settings for a specific domain, allowing you to run more than one website on a single server.

How to Install TensorFlow on CentOS 8
TensorFlow is a free and open-source platform for machine learning built by Google. This tutorial explains how to install TensorFlow on CentOS 8.

How to Install VMware Tools in Ubuntu 18.04
The VMware Tools offer several useful functionalities such as faster graphics performance, shared folders, shared clipboard, drag and drop operations, and more. This tutorial explains how to install VMware Tools package on Ubuntu 18.04 guests.

How to Install VirtualBox Guest Additions on Debian 10 Linux
This article explains how to install VirtualBox Guest Additions on Debian 10 guests.

