yuweijun'blog
Tuesday, December 20, 2011
apache2.2 日志中的一些注意事项
›
一些说明 出于安全考虑,从2.0.46版本开始,%r, %i, %o 中的特殊字符,除了双引号(")和反斜线(\)分别用 \" 和 \\ 进行转义、空白字符用C风格(\n, \t 等)进行转义以外,非打印字符和其它特殊字符使用 \xhh 格式进行转义(hh是...
Saturday, July 02, 2011
clear run history in gnome panel
›
run "gconf-editor" and find "gnome-panel", modify "history-gnome-run".
Xen and ntpdate
›
ntpdate在XEN虚拟机上执行后,不能更新当前时间。 修复方法: 将下面的指令加入/etc/rc.local文件后重启机器就可以,不重启的话手动在命令行中运行此命令。 echo 1 > /proc/sys/xen/independent_wallclock ntpdat...
nginx rewrite command spec
›
rewrite syntax: rewrite regex replacement flag default: none context: server, location, if This directive changes URI in accordance with the...
phpunit error in ubuntu 11.04
›
Got below warning when run phpunit in ubuntu 11.04: PHP Warning: require_once(PHP/CodeCoverage/Filter.php): failed to open stream: No such ...
1 comment:
›
Home
View web version