How to replace MySQL with MariaDB in cPanel

What is MariaDB? MariaDB An enhanced, drop-in replacement for MySQL. There are many companies replaced mysql for ensuring optimum availability and performance. cPanel doesn’t support MariaDB, so we recommend only experienced systems administrators perform the above and we are not responsible for any possible data loss. Stop and disable the MySQL service /etc/init.d/mysql stop WHM … Read more

SSH commands to check Memory and Hard Drive usage information in Linux Server

Login to your server using SSH. Run command to get information about memory usages. # free -m It will show you output like this: total used free shared buffers cached Mem: 24013 23461 551 0 214 21855 -/+ buffers/cache: 1391 22621 Swap: 12063 0 12063 Use the following command to check usages of Hard Drive … Read more