迷彩 潜伏 隐蔽 伪装
发布时间:2013-08-01 10:31:41
A brief summary of sysfs including sysfs creation and mount... topology model of kobject by sysfs dir ... a little bit history of attr file of device/driver/bus.........【阅读全文】
发布时间:2013-07-25 08:39:35
日志主机设置 vi /etc/sysconfig/syslog 把 SYSLOGD_OPTIONS="-m 0" 修改为 SYSLOGD_OPTIONS="-r -m 0" //-r 从远端主机写入 -m 0 sables 'MARK' messagesvi /etc/syslog.conf 加入下列内容 把设备号为local4(PIX的默认设备号)的所有的日志记录到 /var/log/router.log中 #Save pix messages all to rou.........【阅读全文】
发布时间:2013-07-25 08:39:16
libvirt是用来管理虚拟机或虚拟化功能的软件集合,主要包括:libvirt API,libvirtd进程和virsh工具集三部分。最初的目的是为不同的hypervisor提供统一的管理接口。 The goal of libvirt: to provide a common and stable layer sufficient to securely manage domains on a node, possib.........【阅读全文】