View open ports in Linux

What is Netstat? —  is a common command line TCP/IP networking utility available in most versions of Windows, Linux, UNIX and other operating systems. Netstat provides information and statistics about protocols in use and current TCP/IP…

Allow mod_rewrite in CentOS 7

Today, let us learn how to allow mod_rewrite in CentOS 7. My problem was, I cannot get the mod_write work on my WordPress .htaccess on my Virtual Machine. What is mod_rewrite? an Apache module, uses…

Install phpMyAdmin in CentOS 7

Today, let us install phpMyAdmin in our CentOS 7 Virtual Machine, if you have not read the complete installation for LAMP Stack, see the article below: Install LAMP stack on your CentOS 7 What is…

Install LAMP stack on your CentOS 7

Today, let us learn how to install LAMP stack on your CentOS 7. For starters, the LAMP represents Linux, Apache, MySQL, and PHP. In this tutorial, we will cover the steps needed to install a…

Install ifconfig on CentOS 7

Today, let us learn how to install ifconfig on CentOS 7 Linux which is a part of net-tools package. To do so, simply run the command below: yum install net-tools Make sure to enter y for…

Install your CWP in CentOS 7

At this point, if you follow this simple series in CentOS Web Panel (CWP), you should be ready on how to install your CWP in CentOS. Let us proceed then. yum -y install wget yum -y…

Create a fully qualified domain for CentOS 7

Today, I will show you how to create a fully qualified domain (FQDN).  What is FQDN? A fully qualified domain name (FQDN) is the complete domain name for a specific computer, or host, on the internet. The FQDN consists of…

Create a swap file in CentOS 7

Before we proceed with your CWP installation, let us access your VPS via SSH and create a swap file. By default, you need to create a swap file in CentOS manually.  If you have not installed…