快捷搜索:   服务器  安全  linux 安全  MYSQL  dedecms

CentOS 4.4上安装F-prot 杀毒软件

来自于冰岛的世界著名杀毒软件 F-prot 是我最喜欢的 anti virus 软件,比起clamav,loading小太多了,而且安装也比从前简单太多,F-prot真的很不错哦.

CentOS 4.4上安装F-prot步骤:
F-prot官方软件下载地址: http://www.f-prot.com/download/home_user/

 

步骤:
1. download F-port
#wget http://files.f-prot.com/files/linux-x86/fp-linux-ws.rpm

2.install F-port

#rpm -ivh fp-linux-ws.rpm
Preparing...                ########################################### [100%]
   1:fp-linux-ws            ########################################### [100%]
***************************************
* F-Prot Antivirus Updater            *
***************************************

There's a new version of:
"Application/Script viruses and Trojans" signatures on the web.
Starting to download...
Download completed.

Preparing to install Application/Script viruses and Trojans signatures.
Application/Script viruses and Trojans signatures have successfully been installed.

Preparing to install Document/Office/Macro viruses signatures.
Document/Office/Macro viruses signatures have successfully been installed.

**********************************
* Update completed successfully. *
**********************************

3. update virus Definitions by crontab
官方网站开宗明义的讲了一段让我有跌倒的感觉..
To automatically update the virus signature files you can use the check-updates.pl perl script in conjunction with cron
so..还是自己做一下苦力(Clamav 还是你比较认真)


#crontab -e
40 4 * * * root /usr/local/f-prot/tools/check-updates.pl
:wq

如要手动更新步骤如下:
# /usr/local/f-prot/tools/check-updates.pl
***************************************
* F-Prot Antivirus Updater            *
***************************************

Nothing to be done...

最后f-prot 的menu在下面这个位置,可以提供各式需求(如手动扫描)
http://www.f-prot.com/support/helpfiles/unix/workstation/index.html

顶(0)
踩(0)

您可能还会对下面的文章感兴趣:

最新评论