01 2010 档案
摘要:Apache添加ssl的流程 1. 首先保证安装了Openssl,并且能够在在终端执行它。 2. 为你的Apache(三倍-DES加密,PEM格式) 创建一个RSA私钥。 $ openssl genrsa -des3 -out server.key 1024 请将你的server.key文件备份,并
阅读全文
posted @ 2010-01-29 14:37
飞鸿无痕
摘要:ly file system"的错误呢? A:看看是否忘了设"read only = no"了 Q:为什么我会出现'@ERROR: invalid gid'的错误呢? A:rsync使用时默认是用uid=nobody;gid=nobody来运行的,如果你的系统不存在nobody组的话,就会出现这样的
阅读全文
posted @ 2010-01-21 14:57
飞鸿无痕
摘要:判断依据: 1.具有相同core id的cpu是同一个core的超线程。 2.具有相同physical id的cpu是同一颗cpu封装的线程或者cores。 英文版: 1.Physical id and core id are not necessarily consecutive but they
阅读全文
posted @ 2010-01-20 17:19
飞鸿无痕
摘要:ly = yes #limit access to private LANs hosts allow=192.168.1.0/255.255.255.0 10.0.1.0/255.255.255.0 hosts deny=* max connections = 5 motd file = /etc/
阅读全文
posted @ 2010-01-20 16:15
飞鸿无痕