Install Python 3 / Python 2.7 on CentOS 8 / RHEL 8

Install Python 3 or Python 2.7 on CentOS 8 / RHEL 8 Linux. RHEL / CentOS 8 has been built with development agility and production stability in mind. The default version of Python in RHEL/CentOS 8 is Python 3.6. But Read More …

Install and Configure Nagios 4 on RHEL 8 / CentOS 8

Nagios is configured using text files and provides an intuitive web interface for administration and monitoring. In case of an issue, service degradation or outage, Nagios will send alerts via Email, SMS or even a phone call if configured to Read More …

Setup Docker Container Registry with Podman & Let’s Encrypt SSL

A Private Registry for Container Images enables you to work locally in a secured manner since you manage everything. With container registry, you build your container images on any machine, and push them to the local Container Registry with the Read More …

Install and Use Podman on CentOS 8 / RHEL 8

How can I install Podman on CentOS 8 / RHEL 8 Linux machine?. RHEL 8 / CentOS 8 has dropped official support for Docker as container runtime. Instead, Red Hat has been working on libpod (Podman’s container management library) which Read More …

Install Docker CE on RHEL 7 Linux

The steps shared here are for the installation of Docker CE on RHEL 7 Linux. Docker is the main dominant container runtime engine used for Development and running of micro-serviced applications in production. There are two editions of Docker available Read More …

How To Install MariaDB 10.4 on CentOS 8 / RHEL 8

How can I install MariaDB 10.4 on CentOS 8 / RHEL 8 Linux machine?. MariaDB is a multi-user, multi-threaded SQL database server forked from the MySQL relational database management system. It was designed to be fast, robust and with more advanced features Read More …

How To Install MongoDB On CentOS 8 / RHEL 8

MongoDB is an open-source, one of the most popular document-oriented databases (NoSQL). In MongoDB, data is stored JSON-like documents with dynamic schemas unlike in tables and rows in a relational database. MongoDB is designed with both scalability and developer agility Read More …

How To Install Zabbix Server 5.0 On CentOS 8 & RHEL 8

Zabbix is an open-source enterprise-ready monitoring tool for servers, network devices, and other IT components. Since the Zabbix is enterprise-ready, you can use it for monitoring the environments ranging from small to larger. Zabbix uses Zabbix Agent (client software) installed Read More …

How To Create local YUM repository on RHEL 8 using ISO image

Local YUM repository is the place where the rpm packages for Redhat or CentOS are stored and distributed to client servers for software installation and OS updates. This local repository lets you save internet bandwidth as well as the time Read More …

How To Install NTP (Chrony) On CentOS 8 & RHEL 8

The Network Time Protocol (NTP) is a networking protocol for system clock synchronization with remote internet time servers or other sources such as GPS or radio clocks. Accurate timekeeping is crucial in servers for application to work correctly or troubleshooting Read More …