How to Fix Crashed MySQL 8.0 and Won’t Start Up in Ubuntu Linux?
Database
MySQL is an open source RDBMS that supports all platforms like Unix, Windows and Linux. MySQL is mostly associated with web apps and online publishing. MySQL can be used to a wide range of applications as the working model is a client-based server. There would be situations where the MySQL database server would crash and...
Continue Reading
How to Remove Dockers and Configure with Btrfs?
Dockers
Btrfs is the next generation filesystem that supports advanced storage technologies. Btrfs is a good fit for Docker and is included in the Linux kernel. Btrfs storage driver has many features for image and container management. Some of these features are block-level operations, thin provisioning, copy-on-write snapshots and easy administration. It can easily combine multiple...
Continue Reading
How we fix CodeIgniter HTTP error 500?
Linux
There are a lot of reasons as to why CodeIgniterHTTP error 500 occurs including PHP fatal isssues, error in the script like PHP misconfigurations, missing packages etc. If the CodeIgniter is of an old version, we would see similar error with the updated PHP versions. Hence, setup the PHP to a lower version. The first...
Continue Reading
How to find the total number of email accounts on a WHM/cPanel server?
cPanel / WHM
As a server admin, there would be situations to find the total number email accounts on your WHM/cPanel server. The below steps helps you to find the total number of email accounts on the WHM/cPanel server Login to your server using the terminal (Shell mode- SSH) and download the following script ...
Continue Reading
How to Install WHM/cPanel on CentOS Linux Distros?
cPanel / WHM
WHM/cPanel is a very popular and reliable control panel for web hosting services. The WHM/cPanel is rich with features and very powerful GUI to manage web hosting services. To Install WHM/cPanel on CentOS linux distros Step 1: The first step for the installation is to setup the hostname for the server. The following command sets...
Continue Reading