2008年7月21日 星期一

安裝Zend framework

安裝Zend framework時httpd.conf要注意的地方.

; Windows: "\path1;\path2"
include_path = ".;c:\php\includes;C:\Apache2.2\htdocs\libary"
AllowOverride All

不然會有找不到hello問題.
http://localhost/html/index/hello

2008年7月17日 星期四

OpenBSD view log wtmp command

command:

strings /var/log/wtmp

2008年7月3日 星期四

PostgreSQL show process list

select * from pg_stat_activity;