首页 | 资讯动态 | linux基础 | 系统管理 | 网络管理 | 编程开发 | linux数据库 | 服务器技术 | linux相关 | linux认证 | 嵌入式 | 下载中心 | 专题 | linux招聘 | HR | 镜像
OKLinux中文技术站
·设为首页
·加入收藏
·联系我们
系统管理: 中文环境 系统管理 桌面应用 内核技术 | Linux基础: 基础入门 安装配置 常用命令 经验技巧 软件应用 | Linux数据库: Mysql Postgre Oracle DB2 Sybase other
网络管理: 网络安全 网络应用 Linux服务器 环境配置 黑客安全 | 编程开发: PHP CC++ Python Perl Shell 嵌入式开发 java jsp | PHP技术: PHP基础 PHP技巧 PHP应用 PHP文摘
搜索中心 Linux招聘 Linux专题 Apache | Linux相关: 硬件相关 Linux解决方案 Linux认证 企业应用 其它Unix | 相关下载: 资料下载 参考手册 开发工具 服务器类 软路由 其它
 技术搜索:
会员中心 注册会员 高级搜索  
  → 当前位置:首页>linux基础>linux其它>正文

debian Linux内核防毒AntiVir安装

http://www.oklinux.cn  2006-06-27  oklinux收集整理  ming      会员收藏  游客收藏  【 】 
您查看的文章来源于http://www.oklinux.cn
世界杯期间,推荐德国的优秀软件,无需注册,图形化,以前用过他们的Windows版的,感觉很好,只是病毒库升级很慢,宽带也没什么用,但是小巧高效功能很抢眼,不知道这下在debian下怎么样.下载地址:http://free-av.com/personal/en/unix/antivir- workstation-pers.tar.gz 校园网用户记得要用代理:-)

1)官方简介{

Linux / FreeBSD / Solaris - AntiVir PersonalEdition Classic

The private, non-commercial use of AntiVir Workstation for Linux / FreeBSD / Solaris is free

A registration of the AntiVir PersonalEdition Calssic Workstation for Linux is not necessary any more.

The licence file is now included in the download tar file.

NEW!

The scope of services of the cost-free AntiVir PersonalEdition Classic for Linux - FreeBSD/Solaris was adapted to the cost-free AntiVir PersonalEdition Classic Windows by the recent release change:

new graphic user interface (GUI)

no registration is necessary

the functions Mailgate and Milter can be ordered as amenities by the Avira GmbH

md5sum:9ff0fc695cf71b83c42b3d28ab207fe4 file size 22M

}

2)安装{

# tar ztvf antivir-workstation-pers.tar.gz

先别急着 ./install

ps: 如果不安装Dazuko, 防护程序不能在内核自动运行,只能手动扫描

# apt-get install dazuko-source

//这个版本有点老,建议到dazuko官方网站下载, http://dazuko.org/files/dazuko-source_2.2.1-1_all.deb

其实,在antivir的tar包里有dazuko的包 在contrib/dazuko里. 在./configure时修要指定内核源代码的path,很麻烦!

下面介绍的是官方,对Debian系统下安装把dazuko加进内核里的建议

需要module-assistant

# apt-get install module-assistant

安装了module-assistant, 当然还是需要内核configure:-),有了module-assistant的帮助,你就需要选择PREPARE一下就可以了

# apt-get install linux-source-2.4.27

# cd /usr/src/

# tar jxvf linux-source-2.4.27.tar.bz2

# cp /boot/linux-source-2.4.27 .config //将当前内核配置文件放到源代码包

# module-assistant

选择UPDATE,然后是PPEPARE,最后EXIT //souces.list里建议选择中科大的源,俺刻的光盘即便通过了MD5,安装还是报错

# dpkg -i dazuko-source_2.2.1-1_all.deb

# m-a a-i dazuko //添加dazuko为内核模块

# reboot

好了, 现在开始安装antivir吧

# cd

# ./install

按照提示一步一步来,没什么好说的.你可以选择添加antivir到内核/模块,俺选的是内核k.GUI界面需要java. 若没装JDK,当然你可以选择不安装GUI.

安装好后, reboot, 看看内核加载过程

小孙显示的是:

starting AntiVir: avguard-workstationdazuko:loaded.version:2.2.1

warning: the file “antivir.vdf” is more than 14 days old

呵呵, 病毒定义过期了:-@, 别担心上网升级啊, (教育网要用代理).

}

3)测试{

命令行运行:

antivir -s / //扫描硬盘所有文件

显示结果,如下:

AntiVir / Linux Version 2.1.7-18

Copyright (c) 2006 by Avira GmbH.

All rights reserved.

Warning: The file "antivir.vdf" is more than 14 days old.

VDF version: 6.35.0.6 created 31 May 2006

For private, non-commercial use only.

AntiVir license: 149996 for PersonalEdition Classic

auto excluding /proc from scans (is a special fs)

checking drive/path (list): /

------ scan results ------

directories: 4188

scanned files: 45550

alerts: 0

suspicious: 0

scan time: 00:02:16

--------------------------

Thank you for using AntiVir.

扫描,很快是不是?

# antivir-gui

需要加入antivir group

}

4)有用的说明{

configure updater: /usr/lib/AntiVir/configantivir

start update daemon: /usr/lib/AntiVir/avupdater start

stop update daemon: /usr/lib/AntiVir/avupdater stop

update daemon status: /usr/lib/AntiVir/avupdater status

antivir --update

antivir --help

}

5)后记{

linux虽然安全性很高,没有个防护程序总觉得不安心, 也许是在windows下太就了:-@

对于我这样的newbie来说,要马上防护好系统还有很长的路要走,还是安装个杀毒的软件比较放心。

上一篇:Debian中Grub安装和修改Grub启动时的背景图片简单步骤   下一篇:安装SuSE Linux for S/390时遇到的问题及解决办法

收藏于收藏夹】 【评论】 【推荐】 【打印】 【关闭
相关文档
·安装SuSE Linux for S/390时遇到的问题及解决办法
·Debian中Grub安装和修改Grub启动时的背景图片简单步骤
·你现在用的是linux的哪个版本?
·Debian的软件包管家:dselect用法小结
·薪水可观 Linux人才问题瓶颈日益凸显
·Debian Linux下如何安装软件
·suse 10.0的问题!!!
·ubuntu 6.06 LTS(ubuntu livecd) 简体中文使用的片
·debian Linux 下 Cedega 使用指南
·定制Ubuntu安装CD
·debian Linux之webmin
·Studies Linux to be able to have very many pleasur
·debian Linux下制作deb包的简便方法
·Debian Linux下安装永中office
·Debian分辨率的调整
·Debian 提供的 fvwm
发表评论
密码: 匿名评论
评论内容:

(不超过250字,需审核后才会公布,请自觉遵守互联网相关政策法规)
 
  最新文档
·GNOME 3:面向“Task”的桌面
·Ubuntu Tweak 0.5.2发布
·OSD Lyrics 0.3 发布
·Ubuntu Tweak 0.5.1发布:支持Ubuntu 1
·Elementary-mod:让你的Nautilus更有光
·Docky:炫丽又不失强大的Dock
·GNOME Shell增加新的Workspace视图模式
·Elementary Desktop:一个集成新酷软件
·Ubuntu Tweak 0.4.9.2发布
·两项小调整改善Ubuntu 9.10的显示效果
·Ubuntu Software Store 将使用在Ubuntu
·Ubuntu Tweak 0.4.9正式发布:支持Ubun
  阅读排行
·笔记本连接3G手机使用TD上网速度与ADSL
·ubuntu下安装软件的几种方法
·GNU EMACS字体设置,基本上可以随心所
·ubuntu中的快捷方式
·Kirin原创的eclipse editor配色方案
·debian Linux 下 Cedega 使用指南
·Ubuntu下VPN翻墙
·用 tsocks 和 proxychains 使 Linux 下
·debian下基本系统和gnome桌面安装
·debian Linux下制作deb包的简便方法
·配置ubuntu上网问题
·SuSE Linux安装后的初步设置
·Debian分辨率的调整
·让女友测试Ubuntu linux易用性如何
·Ubuntu 8.04 最新界面截图
网摘收藏: