Browsing tag

rhel 8

How To Install WordPress with Nginx on CentOS 8 / RHEL 8

WordPress is a content management system (CMS) that is widely used to create blogs, websites, eCommerce portals, and much more. It is written in PHP language and uses MariaDB or MySQL as a database. WordPress powers more than 60 million websites, including 33% of the top 10 million websites. Here is the tutorial on how to […]

netstat Command not found on CentOS 8 / RHEL 8 – Quick Fix

netstat is a command-line utility to view network connections information to/from the machine. With netstat command, you can see network connections, interface statistics, routing tables, masquerade connections, and multicast memberships. Are you wondering? netstat command not found after the installation of CentOS 8 / RHEL 8. READ: How To Install CentOS 8 (With Screenshot) READ: […]

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. […]