WARNING!!! As this site contains some arts' photos such as Michelangelo's David statue which were classed as Indecent Articles by the Government of Hong Kong Special Administrative Region, people who under 18 are not allowed to enter this site.
警告!!!由於本站含有香港特別行政區政府評級為不雅物品之藝術品照片(如米開羅之大衛像),未滿18歲之人士,不得進入本站。

29 December, 2005

GDM

Filed under: Computer, Linux — wanleung @ 9:50 am

/etc/rc2.d/S13gdm

log_action_msg->log_begin_msg
log_daemon_msg->log_begin_msg

/etc/X11/default-display-manager

23 December, 2005

MySQL

Filed under: Computer, Programming — wanleung @ 2:43 pm

grant update, insert, delete, select on *.* to user@host identified by ‘passwd’;
flush privileges;

21 December, 2005

What philosophy do you follow?

Filed under: Life — wanleung @ 9:59 pm
You scored as Utilitarianism. Your life is guided by the principles of Utilitarianism: You seek the greatest good for the greatest number.

�The said truth is that it is the greatest happiness of the greatest number that is the measure of right and wrong.�
–Jeremy Bentham

�Whenever the general disposition of the people is such, that each individual regards those only of his interests which are selfish, and does not dwell on, or concern himself for, his share of the general interest, in such a state of things, good government is impossible.�
–John Stuart Mill

More info at Arocoun’s Wikipedia User Page…

Utilitarianism

80%

Hedonism

80%

Existentialism

75%

Justice (Fairness)

75%

Kantianism

75%

Strong Egoism

65%

Nihilism

55%

Apathy

30%

Divine Command

0%

What philosophy do you follow? (v1.03)
created with QuizFarm.com

1 December, 2005

Decode Base64 mail

Filed under: Computer, Linux, Programming — wanleung @ 6:32 pm

perl -MMIME::Base64 -le ‘$/=undef;print decode_base64( <> )’ foo