Archive for March, 2009

现在我使用的是 Windows Vista 侧边拦小工具 Blogger Buddy 为我的博客发送文章,仅仅是为了测试中文的兼容性

Saturday, March 21st, 2009 at 11:24 | 0 comments
Categories: Tech
Tags:

在ShowWeb20.COM上看到 Streamy 开放注册了,就过去想注册一个号码,结果注册过程不支持 Opera,Faint!

Saturday, March 21st, 2009 at 10:25 | 0 comments
Categories: Tech
Tags:

昨天晚上使用 .htaccess 封禁 IP ,由于不熟悉其语法规则,导致了服务器出现 500 错误,网站 down 了好几个小时。 正确的语句如下: order allow,denydeny from 124.115.0.deny from 124.115.4.deny from 60.19.182.19allow from all

Saturday, March 21st, 2009 at 10:04 | 0 comments
Categories: Tech
Tags:

Google 对 Blogger 的收录速度好快! 我在这里写的东西,几分钟后就能出现在 Google 的索引里,神奇的很。不知道是不是 Google 对自家服务的特殊照顾。 不过我在 Xuer.ORG 上发的文章,也会在一二十分钟内被收录,看来 Google 现在勤快多了。

Saturday, March 21st, 2009 at 01:16 | 0 comments
Categories: Tech
Tags:

服务器报 500 错误: Internal Server ErrorThe server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, webmaster@xuer.eg165.com and inform them of the time the error occurred, and anything you might have done that may have caused the error. More information about this error may be available [...]

Saturday, March 21st, 2009 at 01:13 | 0 comments
Categories: Tech
Tags:

在 Wikipedia 上找到了相应的条目,简介如下: Procrastination is a behavior which is characterized by deferment of actions or tasks to a later time. Psychologists often cite procrastination as a mechanism for coping with the anxiety associated with starting or completing any task or decision. [1] Psychology researchers also have three criteria they use to categorize procrastination. For a [...]

Saturday, March 21st, 2009 at 00:41 | 0 comments
Categories: Life
Tags:

以下 IP 段形迹可疑,屡次在本 IP 段内更换 IP 124.115.0.0/255124.115.4.0/255 以下 IP 经常访问诸如 /z9v8upload_flash.asp、/upload_flash.asp、/up_BookPicPro.asp、/panfile.asp等根本不可能存在的页面,封堵掉 60.19.182.19 封禁方法是在 .htaccess 里添加形式如下的语句: deny from 124.115.0.0/255deny from 124.115.4.0/255deny from 60.19.182.19 。形式有点类似于 squid 的 acl 语法。 Update:本文配置有误,参见此帖 相关链接配置 apahce 的 .htaccess 文件来禁止ip

Friday, March 20th, 2009 at 22:57 | 0 comments
Categories: Tech
Tags:

When migrating drupal to local server, i met some problems as follows: The requested URL /user was not found on this server.The requested URL /node was not found on this server.…… Initially, i think i had improper server settings and tried to work it out. Of course i failed. Then by chance, i found the [...]

Friday, March 20th, 2009 at 18:20 | 0 comments
Categories: Tech
Tags:

系统:ubuntu 8.04 Base System + Xorg + Gnome-Core 原来想安装 Fcitx 输入法,无奈竟无论如何都无法激活,索性弃之而使用 iBus 输入法,据说使用的是 Sogou 的词库。 先是源的问题,网上给出的 cn99 源已经失效了,只好换用 deb http://archive.ubuntu.com.cn/ubuntu-cn/ hardy main restricted universe multiverse 然后就是安装了 $sudo apt-get update$sudo apt-get install ibus ibus-pinyin 速度有些慢,但尚可忍受。 然后更改环境变量,在 ~/.profile 里加入如下 export XMODIFIERS=”@im=ibus”export GTK_IM_MODULE=”ibus”export QT_IM_MODULE=”ibus” 注意如果你没有安装 GDM ,就不要在后面再加一行 “ibus &”。 最后在 ~/.xinitrc 里第一行加上 “ibus &” 。注销,重新登陆。 尝试在终端里运行,报错,自习一看,提示无法 import gconf [...]

Friday, March 20th, 2009 at 18:18 | 1 comment
Categories: Tech
Tags:

ubuntu 里放置 GDM theme 的目录在 /usr/share/gdm/themes/ ,从网上下载的 .gz 主题包,只需要 tar 解压后,移动到上述目录就行了。然后就能在 System -> Administration -> Login Window 里看到新主题了

Friday, March 20th, 2009 at 18:16 | 0 comments
Categories: Tech
Tags: