2008年12月24日
Gentoo网卡有关的一些修改
ifconfig eth0 $ip netmask $mask例如 ifconfig eth0 202.154.232.9 netmask 255.255.255.0route add default gw $gw例如route add default gw 202.154.232.254DNS:vi…
2008年12月4日
更改htaccess
#locate .users .htpasswd#vi .usersAdd a new line# /usr/local/apache2/bin/htpasswd -b /etc/apache/.htpasswd [username] [password]Add the new account at…
2008年11月27日
emerge proftpd
emerge proftpd 可以用mysql,也可以用本地系统用户验证 用mysql的方法要USE='mysql' emerge proftpd emerge -pv proftpd 你可以看到USE的信息 这里用的是系统用户验证 加系统用户的时候使用的-s /sbin/nologin…
2008年11月23日
PHP友好URL的实现
下面的代码主要是伪静态的实现,搜索引擎喜欢 大家经常看到别的站的URL是这样的吧?http://www.xxx.com/module/show/action/list/page/7或者http://xx.com/module/show/action/show/id/8.shtml…
2008年11月22日
Python Web 框架,第 1 部分: 使用 Django 和 Python 开发 Web 站点
http://www.ibm.com/developerworks/cn/linux/l-django/ 最近在看的一个文章。 有目标 沉住气 悄悄干
2008年11月10日
Joomla bug fixing
1 mosuser :: store failed </br> "_users' table is set to 'auto-increment.' "this was the culprite!