Pages

Install and Use ClamAV - Antivirus



1.      Yêu cầu hệ thống

-       CentOS 5/6 (32bit or 64bit)
-       zlib and zlib-devel packages
-       GCC C and C++ compilers (gcc-c++)
-       bzip2 and bzip2-devel library
-       Python (version 2.5.4 or newer)
-       GNU Libtool Dynamic Module Loader (libtool-ltdl)

2.      Cài đặt ClamAV

-       Tải và cài đặt thư viện zlib, zlib-devel, gcc-c++, libtool-ltdl
#yum -y install zlib zlib-devel gcc-c++ libtool-ltdl

-       Tải các gói cài đặt của ClamAV
#cd /usr/local/src

For 32 bit (CentOS 6):
#wget http://pkgs.repoforge.org/clamav/clamav-0.98-2.el6.rf.i686.rpm http://pkgs.repoforge.org/clamav/clamav-db-0.98-2.el6.rf.i686.rpm http://pkgs.repoforge.org/clamav/clamav-devel-0.98-2.el6.rf.i686.rpm http://pkgs.repoforge.org/clamav/clamd-0.98-2.el6.rf.i686.rpm

For 64 bit (CentOS 6):
# wget http://pkgs.repoforge.org/clamav/clamav-0.98-2.el6.rf.x86_64.rpm http://pkgs.repoforge.org/clamav/clamav-db-0.98-2.el6.rf.x86_64.rpm http://pkgs.repoforge.org/clamav/clamav-devel-0.98-2.el6.rf.x86_64.rpm http://pkgs.repoforge.org/clamav/clamd-0.98-2.el6.rf.x86_64.rpm

·        Lưu ý: Tất cả các packages nên lưu tại /usr/local/src để tiện việc quản lý. Phiên bản mới nhất tại thời điểm viết tài liệu này là 0.98-2.

-       Cài đặt packages của ClamAV
#rpm -Uvh clam*

3.      Cập nhật database antivirus

-       Download file main.cvd, daily.cvd, bytecode.cvd, safebrowsing.cvd trên trang www.clamav.net
-       http://db.local.clamav.net/safebrowsing.cvd
-        Overwrite copy vào thư mục chứa database của ClamAV /var/clamav

4.      Sử dụng ClamAV

-       Bật service ClamAV
#service clamd start

-       Auto-start khi boot hệ thống
#chkconfig clamd on

-       Quét toàn bộ hệ thống
#clamscan

5.      Lập lịch quét hệ thống

-       Quét vào Chủ Nhật hàng tuần
#crontab -e

0 7 * * sun /usr/bin/clamscan
thudinh Network and Security

No comments:

Adsense

Translate