伞的故事

从小有一个小朋友,没人照顾,于是,他习惯了不管下多大的雨都喜欢街上行走,回到那个属于他的房子,打开煤气,煮一碗方便面,很香。 有一天他认识了一个很好的姐姐,他们快乐的生活在一起,姐姐要回到南方去了,问他要什么礼物,他说,等她回来送他一把雨伞吧。许多年过去了,那个小朋友长大了,高中,大学,工作了。…


Read More

那一年的11月,我们分手了。

那一年的11月,我们分手了。 我们没有一起过一个圣诞,没有一起过一个情人节,就平淡的分手了。 crystal plane oh my love.


Read More

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…


Read More

更改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…


Read More

emerge proftpd

emerge proftpd 可以用mysql,也可以用本地系统用户验证 用mysql的方法要USE='mysql' emerge proftpd emerge -pv proftpd 你可以看到USE的信息 这里用的是系统用户验证 加系统用户的时候使用的-s /sbin/nologin…


Read More

apache下安装python

emerge mod_python 可以直接加到apache上emerge  django


Read More

PHP友好URL的实现

下面的代码主要是伪静态的实现,搜索引擎喜欢 大家经常看到别的站的URL是这样的吧?http://www.xxx.com/module/show/action/list/page/7或者http://xx.com/module/show/action/show/id/8.shtml…


Read More

Python Web 框架,第 1 部分: 使用 Django 和 Python 开发 Web 站点

http://www.ibm.com/developerworks/cn/linux/l-django/ 最近在看的一个文章。 有目标 沉住气 悄悄干


Read More

Joomla bug fixing

1 mosuser :: store failed </br> "_users' table is set to 'auto-increment.' "this was the culprite!


Read More