Browsing category

Centos/Redhat

Step by Step Guide To Install CentOS 8 (With Screenshots)

CentOS 8 has been released on September 24th, 2019. You now may be looking to try the world’s best opensource enterprise operating system. CentOS 8 is derived from the source of Red Hat Enterprise Linux 8 and uses Linux kernel 4.18. There is a new distribution called CentOS stream,  a rolling-release Linux distro that sits […]

How To Install PHP 7.4 / 7.3 On CentOS 8 / RHEL 8

PHP is an open-source programming language widely for web development, created by Rasmus Lerdorf. It is an HTML-embedded scripting language for creating dynamic web sites. CentOS 8 / RHEL 8 comes with PHP v7.2 by default. In this post, we will see how to install PHP 7.4 / 7.3 on CentOS 8 / RHEL 8. […]

How To Enable EPEL Repository On Rocky Linux 8 / CentOS 8 / RHEL 8

Extra Packages for Enterprise Linux (EPEL) is a package repository that provides additional packages that are not included in standard Rocky Linux / RHEL / CentOS repositories. Fedora community maintains the EPEL repository. This guide helps you how to enable EPEL repository on Rocky Linux 8 / CentOS 8 / RHEL 8. THIS DOCUMENT IS […]

How To Setup Let’s Encrypt SSL Certificate with Apache on CentOS 8 / RHEL 8 & CentOS 7 / RHEL 7

Let’s Encrypt is a widely known certificate authority that provides free SSL certificates for websites, launched in April 2016. With the help of Certbot client, certificate creation, validation, signing, implementation, and renewal of certificates are fully automated. Prerequisites Follow the links to have either LAMP stack or only Apache web server installed on your system. […]

How To Install MariaDB on CentOS 7 / RHEL 7

MariaDB is one of the popular open-source database management systems used by small to large enterprises. It is a fork of MySQL, developed by MariaDB Corporation Ab, led by the original developers of MySQL. MariaDB is fully compatible with the MySQL database for ensuring a drop-in replacement capability and is used as a database server […]