readme

来自「clamav 0.93rc1 - 最新版本的源代码」· 代码 · 共 10 行

TXT
10
字号
Edit /etc/rc.local adding the following before the "echo '.'" line, youshould also call freshclam.if [ -x /usr/local/sbin/clamd ]; then	echo -n ' clamd'	# Don't allow files larger than 20M to be created, to limit DoS	# Needs to be large enough to extract the signature files	(ulimit -f 20000 && /usr/local/sbin/clamd)fi

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?