Articles by Dejan Panovski
How to Install PostgreSQL on Debian 10
This tutorial walks you through the steps of installing the PostgreSQL database server on Debian 10. PostgreSQL, often known simply as Postgres, is an open-source general-purpose object-relational database management system.

How to Install Node.js and npm on CentOS 8
In this article we're going to walk you through two different ways to install Node.js and npm on CentOS 8. Choose the installation option that might be most appropriate for your environment. Node.js is a cross-platform JavaScript runtime environment built on Chrome's JavaScript.

Python Enumerate Function
enumerate() is a built-in function in Python that allows you to have an automatic counter while looping over iterables.

How to Install Odoo 13 on Ubuntu 18.04
In this guide, we will walk you through installing and deploying Odoo 13 inside a Python virtual environment on Ubuntu 18.04. We'll download Odoo from their Github repository and using Nginx as a reverse proxy.

How to Install PHP on CentOS 8
In this guide, we will discuss how to install PHP 7.2, 7.3 and 7.4 on CentOS 8. Before choosing which version of PHP to install, make sure that it is supported by your applications. We'll also show you how to integrate PHP with Nginx and Apache.

How to Install MySQL on CentOS 8
The latest version of the MySQL database server, version 8.0, is available for installation from the default CentOS 8 repositories. MySQL is the most popular open-source relational database management system.

How to Install Python 3.7 on Ubuntu 18.04
Python 3.7 is the latest major release of the Python language. This tutorial describes two ways of installing Python 3.7 on Ubuntu 18.04.

How to Install Python 3 on CentOS 7
This tutorial will guide you through installing Python 3 on a CentOS 7 system using the Software Collections (SCL) along side the distribution default Python version 2.7. We will also show you how to create a Python virtual environment.

How to Install and Configure an NFS Server on CentOS 8
In this tutorial, you'll go through the steps necessary to set up an NFSv4 Server on CentOS 8. We'll also show you how to mount an NFS file system on the client.

How to Install Apache on CentOS 8
In this article, we'll explain how to install and manage the Apache web server on CentOS 8. Apache HTTP server is the most widely used web server in the world.

How to Install Git on CentOS 7
Git is the most popular version control system that's being used by hundreds of thousands of projects. This tutorial will walk you through the installation and basic configuration of Git on CentOS 7.

How to Install Git on Ubuntu 18.04
This tutorial will guide you through the steps required to install Git on Ubuntu 18.04. Git is a de-facto standard for a distributed version control system and is used by majority of developers nowadays.

How to Install Git on CentOS 8
This tutorial explains how to install Git on CentOS 8. Git is a distributed version-control system that’s being used by most software teams today.

How to List Installed Packages on CentOS
In this tutorial, we will show you how to list and filter installed packages on CentOS. Knowing how to list installed packages on your CentOS system can be helpful in situations where you need to install the same packages on another machine or if you want to re-install your system.

How to Install Eclipse IDE on Ubuntu 18.04
Eclipse is the most widely used Java integrated development environment (IDE). In this tutorial we'll show you how to install the latest Eclipse IDE on an Ubuntu 18.04 machine.

How to Install Nginx on CentOS 8
Nginx pronounced engine x is an open-source, high-performance HTTP and reverse proxy server. This tutorial explains how to install and manage Nginx on CentOS 8.

How to Install Google Chrome Web Browser on Debian 10 Linux
Google Chrome is the most popular web browser in the world. In this tutorial, we will go through the steps of installing Google Chrome web browser on Debian 10 Linux.

How to Install Google Chrome Web Browser on Debian 9
Google Chrome is the most popular web browser in the world. It is fast, intuitive, and secure browser built for the modern web. In this tutorial, we will cover how to install Google Chrome web browser on Debian 9.

How to Install Google Chrome Web Browser on CentOS 7
Google Chrome is the most widely used web browser in the world. It is fast, easy to use and secure browser built for the modern web. This tutorial teaches how to install Google Chrome web browser on CentOS 7

How to Install Google Chrome Web Browser on Ubuntu 18.04
Google Chrome is the most widely used web browser in the world. It is fast, easy to use and secure browser built for the modern web. In this tutorial, we'll show you how to install Google Chrome web browser on Ubuntu 18.04.

