Archive forFebruary, 2010

fair?!

公平吗?

Comments

快。。

初六: 回到家,已经是傍晚了。。忘了我做什么?!

初七:人日,迟来的祝福  “生日快乐“。好忙的一天,可是,很开心。。忙什么呢,请了姑姑,叔叔,舅舅,。。来吃晚餐,steamboat,:)

初八:又在开始有点伤心了,要回来了。。:(

到槟城,和朋友聊了几个钟吧,。。还好,可以一觉睡倒天亮!!

回家三天两夜,好快。。今天我又回来上班了。忙禄的一天,还有。。。。:(

Comments

初四

我回来了!!:( 很不想不想不想回来。。但也不想呆在家,我要什么?。。。

家里空寥寥的。。没人回来,从热热闹闹的家乡回来静悄悄的家。。不喜欢这种感觉。。

无聊到透顶, 不想check mail,不想。。。。最后搬了我的bearbear。。我的bagbag,finally…丢进洗衣机冲凉,他们都太肥了,洗了几轮。。没地方晒,所以,抹了地,放在地上 :)

DSC00919

新年过了几天,以为我会恢复心情,可是,好像更糟了,工作到一半,会落泪,驾车,也会。。不喜欢这种感觉。。好讨厌自己,要逃到几时?

Comments

!!!!

I hate that………………………………………………………..

Comments

cpanel version & Rouncecube mysql type

What is the full cPanel version number? The following command may be used to obtain the version information:
Code:

# cat /usr/local/cpanel/version && echo

Has the system Roundcube configuration been converted from MySQL to SQLite? Via root SSH access the following command may be used to determine the status of Roundcube using SQLite or MySQL:
grep roundcube_db /var/cpanel/cpanel.config
And cpanel provide a script to auto convert mysqto mysql lite as well..btttt,  i forget and lazy to find it….

Comments

SilverStripe application

I got the below error while browsing to SilverStripe application URL

“Website Error
There has been an error

The website server has not been able to respond to your request.”

I cant find any errors from error log, etc.

Solution: Try adding

?isDev=1 after the URL – that should give you a whole lot of text that may or may not help to identify the problem.

or

You can do this by adding Director::set_environment_type(”dev”); to your mysite/_config.php file.

the above 2 steps are to get the detail errors.

At last, you can add db/build?flush=1 behind the URL to flush the database.

~Done

Comments

bypass mod security (cpanel)

Cpanel>

type: /scripts/setbwlimit –domain=domainname –limit=100000

Output:
Setting up domainname with limit of 100000…

Done!

-after that, may go to /usr/local/apache/conf/userdata/std/2/username/domain/ double checked the files, there will be a file name end with .conf

-open the files, it will contain:  SecRuleEngine Off
-restart services

Done~

Comments (2)