CentOS 8 Released – New Features & Download Links

CentOS 8 was released on September 24th, 2019. It is derived from Red Hat Enterprise Linux which was released on May 7th, 2019. As you are aware, CentOS is a community-supported enterprise operating system, compatible with its upstream source Red Hat Enterprise Linux, from the CentOS Project. Architecture The build release would be available for: […]

How To Install Nagios on CentOS 8 / RHEL 8

Nagios is a free, open-source monitoring tool which helps us to monitor services and applications that run on Windows, Linux, Routers, and other network devices. With the help of Nagios graphical interface, you can monitor basic services (FTP, HTTP, SSH, etc..) and attributes (system load, memory, CPU usage, etc.). In this post, we will see […]

How To Install PostgreSQL on CentOS 8 / Rocky Linux 8 / RHEL 8

PostgreSQL is a free, open-source object-relational database management system (ORDBMS) available for various platforms, including Linux, Microsoft Windows, and Mac OS X. PostgreSQL is developed by the PGDG (PostgreSQL Global Development Group) and released under the PostgreSQL License, a free and open-source software. In this post, we will see how to install PostgreSQL on CentOS […]

How To Install MySQL 8.0 on CentOS 8 / RHEL 8

MySQL is a free database management System software most commonly used in three-tier applications to store and retrieve records and information. MySQL was initially developed by MYSQL AB, now owned by Oracle Corporation. It was the primary database application on Linux until MariaDB, a fork of MySQL, came into the picture. In this article, we […]

How To Install Pip On Ubuntu 18.04, Debian 9 & Linux Mint 19

Pip (Pip Installs Packages) is a package management system that allows you to install software packages written in Python. It is used to install packages listed in the Python Package Index (PyPI). Pip is not installed on Ubuntu 18.04, Debian 9 and Linux Mint 19 by default. The installation of Pip on Ubuntu or Debian […]