Category: How-To Guide

How to Restore a Website with JetBackup

In this article, we are going to discuss what steps need to be followed in order to restore or recover a website from the JetBackup backups. The JetBackup plugin is available in cPanel and can be used to restore the website files and databases from the available backups. What is JetBackup? JetBackup is a very

Continue reading…

How to Clean the YUM Cache in CentOS

In this article, we will show you to clean the YUM cache in CentOS. As we all know YUM is an open-source command-line package-management utility for Linux systems using the RPM Package Manager. As a Linux user, it is very useful for us. It manages packages, dependencies and updates on Linux systems. When a package

Continue reading…

How to Disable Directory Listing Using .htaccess

In this article, we’ll describe how to disable directory listing using .htaccess file. Directory listing allows all your website visitors to get a complete listing of all the important files and folders in your site simply by typing “http://example.com/yourdir” in the browser. This is very dangerous as it gives outsiders access to the core files

Continue reading…

How to Turn Off PHP Error Reporting

In this article, we’ll show you how to disable the PHP error reporting. PHP errors are generated by your websites and logged in error_log files in the directory where your PHP files are located. If you do not need the error_log file you can disable PHP error logging. To turn off PHP error reporting, you

Continue reading…

How To Fix 500 Internal Server Error in WordPress

In this article, we will show you how to fix the internal server errors in WordPress. The internal server errors are status codes returned by the web server whenever it encounters a condition that prevents it from completing the request initiated by the client. This error message does not necessarily mean that the web server

Continue reading…

How To Install phpMyAdmin on CentOS 7

In this tutorial, we will go through the steps to installing and configuring phpMyAdmin in CentOS 7. All commands – without sudo yum update -y yum install epel-release -y yum install phpmyadmin -y All commands – with sudo sudo yum update -y sudo yum install epel-release -y sudo yum install phpmyadmin -y Introduction phpMyAdmin is

Continue reading…

How to Install NGINX, MySQL, PHP v7 (LEMP) on CentOS 7

In this guide we go through the steps for building the LEMP stack on CentOS 7. All Commands – without sudo yum update -y yum install epel-release -y yum install nginx -y systemctl start nginx systemctl enable nginx firewall-cmd –permanent –add-service=http firewall-cmd –permanent –add-service=https firewall-cmd –reload yum install mariadb-server mariadb -y systemctl start mariadb systemctl

Continue reading…

How to Increase Disk Space for a User in WHM

This tutorial explains how to increase the disk space of a specific user in WHM. Quick Steps: Step 1: Login to your WHM. Step 2: Select Quota Modification under Account Functions. Step 3: Select the domain/username and click Modify. Step 4: Change the quota value for the account and click save. Login to your WHM and select Quota Modification. Now,

Continue reading…