Report this

What is the reason for this report?

antivirus software for ubuntu 14.04 server

Posted on November 11, 2014

Hi

Is that something that can be good to have on the server? And if it is what do you recommend?



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

ClamAV is a common antivirus tool. You can install it by running:

sudo apt-get install clamav clamav-daemon

To update the virus definition database, run: freshclam To scan a directory, run

clamscan /path/to/files

Though, my question to you would be what exactly you are trying to protect yourself from? Viruses are probably not the biggest risk to your server. One of the best things you can do to protect your server is to disable password access and only use SSH keys. Check out:

If you want to scan your system for malicious files, you’ll probably want to install RKHunter as well:

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.