Archive for February 8th, 2009

mod_autoindex 懒人的文件下载清单

做一些简单的设置就能实现需要编程的功能,这样的懒人工具就是 Apache 的 mod_autoindex

我的设置,添加到 .htaccess 文件即可。
IndexOptions NameWidth=* Charset=GBK FoldersFirst  HTMLTable  SuppressDescription SuppressSize SuppressIcon
IndexOrderDefault Descending Date
IndexIgnore README .htaccess *.bak get.log *~

设置 OpenSolaris 上的 NTP client

建立 /etc/inetd/ntp.conf? 包含:
server pool.ntp.org
driftfile /etc/inet/ntp.driftfile

检查是否能连接到时间服务器: # ntpdate pool.ntp.org
启动 ntp:
# svcadm enable ntp