Friday, February 3, 2012

Easy way to install antivirus for Linux ( Console )

OS : Debian platform
Sources : http://download.bitdefender.com/repos/

wget http://download.bitdefender.com/repos/deb/bd.key.asc
apt-key add bd.key.asc ( must be root )

pico /etc/apt/sources.list

deb http://download.bitdefender.com/repos/deb/ bitdefender non-free

apt-get update
apt-get install bitdefender-mail

No comments:

 Simple Python Calculator This script will allows your to calculate the integers given with the chosen operation. You can add, substract, mu...