摘要:在韩国打败微软office的韩国软件厂商韩软(haansoft)公司今天宣布加入asianux联盟,和中国的中科红旗、日本的miracle公司共同开发asianux 2.0。三家厂商共同宣布,世界首款支持中日韩英四种语言的linux服务器asianux 2.0明年夏天发布,支持ia32/ia64/x86-64和标准lsb2.0。
三方厂商均表示将在asianux 2.0平台的基础上开发和发布自己的服务器新版本。中科红旗代理总裁赵晓亮介绍,“根据三......
摘要:我想使我的博客更精彩怎样实现呢?我是菜菜鸟!请指教!!......
HOWTO-ClamAV for Open WebMail
howto install and configure clamav (antivirus) for open webmail on red hat/fedora core
====================================================================================== 【相关文章:
距离rhce考试还有17天】 【扩展阅读:
决定你一生成就的二十一个信念】
by thomas chung 【扩展信息:
老婆成功保研】
on 2004-07-26
ref: http://clamav.net/
1. installation
# wget http://crash.fce.vutbr.cz/crash-hat/1/clamav/clamav-0.72-1.i386.rpm
# rpm -uvh clamav-0.72-1.i386.rpm
2. configuration
# vi /etc/clamav.conf
change value for user from clamav to root
otherwise, you will get "cant access the file error"
# vi /etc/freshclam.conf
change value for checks from "24" to "2"
to update virus database every 2 hours
3. start services ...
下一页 摘要:用户管理通常是指系统的用户帐户管理,不管是unix系统还是windows系统,帐户安全是系统安全的关键。系统中应保持固定数量的用户帐户,作为系统管理员,应清楚每一个帐户的使用者和用途。用户新申请帐户应该有个流程,规范的管理总比不规范好。 在unix系统上,大多数系统帐户平时是没什么用的,包括:bin daemon adm lp mail news uucp operator games gopher rpc等,如果你不把它们删除,那么也不要让它们拥有真正的......