Install Maven 3.3.3 – Centos 6.7
You need Java JDK installed, see this link Install Java JDK 1.8 Download the package from: maven.apache.org…
Drweb can get really annoying because of it’s resource usage even on a brand new Plesk server.
Run the following to remove drweb from your system:
1 2 3 | rpm -qa | grep drweb | xargs rpm -e credit: http://box-admin.com/remove-dr-web-plesk-linux/ |
Update your mail server config
1 | /usr/local/psa/admin/sbin/mchk --without-spam |
Remove the cron entries
1 2 | rm -rf /var/spool/cron/drweb rm -rf /etc/cron.daily/drweb-update |
Disable monitoring by Watchdog
1 | /usr/local/psa/admin/bin/modules/watchdog/wd --unmonit-service=drweb |