Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature currently requires accessing the site using the built-in Safari browser.
Anti-Trend said:Addis is absolutely right. There are more AV's for Linux than there are virii for it. These include AVG, Trend Micro, Sophos and Avast, both on the client and server. I run ClamAV on my Linux box, but not as a daemon, only as a run-when-desired process. I use it to periodically scan my WINE / Cedega directories to keep my Windows software clean. :) All that being said, if you are paranoid you can mount your /home volume as no-execute and you will be literally immune to virii and not just resistent to them. Period.
sudo chmod -R u+rw /home
/dev/hda2 / ext3 defaults 1 1
/dev/hdb1 /home ext3 defaults 1 2
/dev/cdrom /media/cdrom auto ro,noauto,user,exec 0 0
/dev/fd0 /media/floppy auto rw,noauto,user,sync 0 0
proc /proc proc defaults 0 0
/dev/hda1 swap swap pri=42 0 0
/dev/hda2 / ext3 defaults 1 1
[b]/dev/hdb1 /home ext3 defaults,noexec 1 2[/b]
/dev/cdrom /media/cdrom auto ro,noauto,user,exec 0 0
/dev/fd0 /media/floppy auto rw,noauto,user,sync 0 0
proc /proc proc defaults 0 0
/dev/hda1 swap swap pri=42 0 0