Uninstalling MariaDB is as easy as installing MariaDB. If you ever want to uninstall and roll back to stock MySQL, continue reading for a step-by-step guide to uninstall MariaDB.Here are the steps to Uninstall MariaDB and return to stock MySQL. … [Read more...] about How to Uninstall MariaDB in a cPanel server
Articles
How to Install ClamAV Antivirus on a cPanel Server
Clam AntiVirus (ClamAV) is an antivirus software toolkit. It is supported by cPanel and you can install ClamAV from WHM. It can be used to check viruses in mails and in the website content. … [Read more...] about How to Install ClamAV Antivirus on a cPanel Server
How to generate a random password from commandline
Passwords are the key to security. For obvious reasons, passwords need to be strong, long and secure. Sometimes generating complex and secure passwords can be a bit time taking. … [Read more...] about How to generate a random password from commandline
How to Setup an FTP server using PureFTP
Setting up a PureFTP server is rather easy. I am making it easier. In a CentOS server, follow these steps to install a fully standalone PureFTP server, without PAM authentication. … [Read more...] about How to Setup an FTP server using PureFTP
How to Schedule Tasks Using Cron
Task scheduler is quite necessary a tool in any operating system. We may need to schedule upgrades, or scripts to run at regular intervals so that our application will be functioning as expected. Linux comes with a default task scheduler called Cron. … [Read more...] about How to Schedule Tasks Using Cron