Monthly Archives: January 2010
logrotate for nginx
如果手动编译安装nginx并不会安装logrotate配置。如果用yun安装nginx会自动安装/etc/logrotate.d/nginx配置文件: /var/log/nginx/*log { daily rotate 10 missingok notifempty compress sharedscripts postrotate [ ! -f /var/run/nginx.pid ] || kill -USR1 `cat /var/run/nginx.pid` endscript }
Posted in Uncategorized
Leave a comment
WIN7 中的God Mode “上帝模式”
Windows 7的这个God Mode彩蛋是个实用的蛋,只需要建立一个目录,命名为:GodMode.{ED7BA470-8E54-465E-825C-99712043E01C} 就可以啦。介绍如下 Continue reading
Posted in Uncategorized
Leave a comment