viernes, 11 de marzo de 2011

CLAMAV

agregamos los repos para instalación

cd /etc/yum.repos.d/

wget -N http://www.alcancelibre.org/al/server/AL-Server.repo

yum -y install clamav clamav-update


NOTA se recomienda agregar al cront una linea para que determinado tiempo se actualice o bien con el comando

freshclam

se esta ejecutando clamav?

ps -ef | grep clam

No hay comentarios:

Publicar un comentario

Instalar systemd y systemd-sysv

Instalar systemd y s ystemd-sysv Debian $apt-get update $apt-get upgrade  $apt-get install systemd  $apt-get install systemd-sysv  Este...