Mungkin kita sudah sering memakai antivirus punya windows macam norton, kaspersky, avg dan lainya nah disini coba aku berbagi untuk antivirus di mesin linux.
disini kita akan belajar menginstall clamav antivirus yang dapat di lihat di http://www.clamav.net
ada banyak 2 type file yang akan kita pake dan disini saya hanya akan mengulas type file rpm saja.
untuk menginstal clamav kita memerlukan 5 file rpm yaitu :
[root@ardantus 885]# ls -l
total 7764
-rw-r–r– 1 root root 746774 Oct 21 08:06 clamav-0.88.5-1.rh9.rf.i386.rpm
-rw-r–r– 1 root root 6879448 Oct 21 07:48 clamav-db-0.88.5-1.rh9.rf.i386.rpm
-rw-r–r– 1 root root 159496 Oct 21 07:44 clamav-devel-0.88.5-1.rh9.rf.i386.rpm
-rw-r–r– 1 root root 61724 Oct 21 07:43 clamav-milter-0.88.5-1.rh9.rf.i386.rpm
-rw-r–r– 1 root root 65529 Oct 21 07:21 clamd-0.88.5-1.rh9.rf.i386.rpm
[root@ardantus 885]#
anda dapat mencari dan mendownload nya di http://rpm.pbone.net semua file harus sama versinya karena jika beda versi dia tidak akan mau bekerja. oks akan kita mulai menginstalasi file pertama yang harus dinstal terlebih dulu.
[root@ardantus 885]# rpm -ivh clamav-db-0.88.5-1.rh9.rf.i386.rpm
warning: clamav-db-0.88.5-1.rh9.rf.i386.rpm: V3 DSA signature: NOKEY, key ID 6b8d79e6
Preparing… ########################################### [100%]
1:clamav-db ########################################### [100%]
[root@ardantus 885]#
[root@ardantus 885]# rpm -ivh clamav-0.88.5-1.rh9.rf.i386.rpm
warning: clamav-0.88.5-1.rh9.rf.i386.rpm: V3 DSA signature: NOKEY, key ID 6b8d79e6
Preparing… ########################################### [100%]
1:clamav ########################################### [100%]
[root@ardantus 885]# rpm -ivh clamav-devel-0.88.5-1.rh9.rf.i386.rpm
warning: clamav-devel-0.88.5-1.rh9.rf.i386.rpm: V3 DSA signature: NOKEY, key ID 6b8d79e6
Preparing… ########################################### [100%]
1:clamav-devel ########################################### [100%]
[root@ardantus 885]#
[root@ardantus 885]# rpm -ivh clamd-0.88.5-1.rh9.rf.i386.rpm
warning: clamd-0.88.5-1.rh9.rf.i386.rpm: V3 DSA signature: NOKEY, key ID 6b8d79e6
Preparing… ########################################### [100%]
1:clamd ########################################### [100%]
[root@ardantus 885]#
[root@ardantus 885]# service clamd start
Starting Clam AntiVirus Daemon: [ OK ]
[root@ardantus 885]#
nah setelah oks sekarang saatnya mengupdate database virus definitions kita
[root@ardantus 885]# freshclam
ClamAV update process started at Sat Oct 21 08:34:47 2006
WARNING: DNS record is older than 3 hours.
WARNING: Invalid DNS reply. Falling back to HTTP mode.
Reading CVD header (main.cvd): OK (IMS)
main.cvd is up to date (version: 40, sigs: 64138, f-level: 8, builder: tkojm)
Reading CVD header (daily.cvd): OK
Downloading daily.cvd [*]
daily.cvd updated (version: 2060, sigs: 9558, f-level: 8, builder: ccordes)
Database updated (73696 signatures) from db.id.clamav.net (IP: 202.158.56.242)
Clamd successfully notified about the update.
[root@ardantus 885]#
[root@ardantus 885]# clamd –help
Clam AntiVirus Daemon 0.88.5
(C) 2002 – 2005 ClamAV Team – http://www.clamav.net/team.html
–help -h Show this help.
–version -V Show version number.
–debug Enable debug mode.
–config-file=FILE -c FILE Read configuration from FILE.
[root@ardantus 885]#
[root@ardantus 885]# clamdscan –help
ClamAV Daemon Client 0.88.5
(C) 2002 – 2005 ClamAV Team – http://www.clamav.net/team.html
–help -h Show help
–version -V Print version number and exit
–verbose -v Be verbose
–quiet Be quiet, only output error messages
–stdout Write to stdout instead of stderr
(this help is always written to stdout)
–log=FILE -l FILE Save scan report in FILE
–remove Remove infected files. Be careful!
–move=DIRECTORY Move infected files into DIRECTORY
–config-file=FILE Read configuration from FILE.
–infected -i Only print infected files
–no-summary Disable summary at end of scanning
[root@ardantus 885]#
lihat pula untuk file2 yang lain yang bisa di baca di http://www.clamav.net
silahkan di coment untuk pertanyaandan tambahan tutor terimakasih mungkin tutor ini masih banyak kekurangannya.