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
Archives for 2015
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 use arping to bind IP in a Linux Server
arping can be a very handy tool when your main task is to migrate IP addresses across servers. When we migrate IP addresses, the switch or the networking device will cache the information and switch the packets to the old server, and thereby keeping the IP in the new server down. … [Read more...] about How to use arping to bind IP in a Linux Server
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