Schedule ClamAV scanning via Cron with zero config, and e-mail notification

Clamav-cron Summary: This is a simple Bash script for those who want to schedule the following tasks via cron: Source: https://code.google.com/p/clamav-cron/ update the ClamAV virus database (freshclam); perform personal system scan (clamscan); send a brief report via e-mail; without any knowledge about ClamAV configuration files (such as clamd.conf or freshclam.conf) and without running the ClamAV … Read more

rsync from one server to another

Basically, Synchronize Files From Local to Remote (Plesk to cPanel) Synchronize Files From Remote to Local )cPanel to Plesk) Here is a short summary of the options available in rsync. Please refer to the detailed description below for a complete description. -v, –verbose increase verbosity -q, –quiet suppress non-error messages –no-motd suppress daemon-mode MOTD (see … Read more

Error with restarting SSHD in WHM

Issue Error with restarting SSHD in WHM. Verified the error, but SSHD appears to restart and take changes anyways even though the error is reported by WHM. Restarted SSHD from SSH does not show any errors and there is nothing in the logs about any errors with SSHD. Fix The issue here is that SSH … Read more