Article from Linux Gazette to say how to prevent DDoS attacks.
http://linuxgazette.net/126/cherian.html
Article from Linux Gazette to say how to prevent DDoS attacks.
http://www.centos.org/modules/news/article.php?storyid=127
這是真人真事。一日CentOS團隊收到一封政府的電郵。
某鎮政府去信centos, 說他們的website給centos的人hack了.
而政府發言人所看到的, 是centos3 apache的test page.
像這頁:
http://centos.hughesjr.com/testing/noindex_new.html
並威脅CentOS開發人員若在12小時內不修理好, 就找FBI.
http://www.centos.org/modules/news/article.php?storyid=127
世事真是無奇不有。
Use update-alternatives to change the xinput setting so that can use SCIM in en_GB enviroment.
You scored as Philosophy. You should be a Philosophy major! Like the Philosopher, you are contemplative and you enjoy thinking about the purpose for humanity's existence.
What is your Perfect Major? (PLEASE RATE ME!!<3) created with QuizFarm.com |
Close:
regsvr32 /u %windir%\system32\zipfldr.dll
ReOpen:
regsvr32 %windir%\system32\zipfldr.dll
http://yblog.org/archive/index.php/5913
W: GPG error: ftp://www.hk.debian.org unstable Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY F1D53D8C4F368D5D NO_PUBKEY 010908312D230C5F
W: You may want to run apt-get update to correct these problems
Solution:
$ gpg --keyserver wwwkeys.eu.pgp.net --recv-keys F1D53D8C4F368D5D
$ gpg --armor --export F1D53D8C4F368D5D | apt-key add -
$ gpg --keyserver wwwkeys.eu.pgp.net --recv-keys 010908312D230C5F
$ gpg --armor --export 010908312D230C5F | apt-key add -
$ apt-get update
/etc/rc2.d/S13gdm
log_action_msg->log_begin_msg
log_daemon_msg->log_begin_msg
/etc/X11/default-display-manager
| 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...
What philosophy do you follow? (v1.03) created with QuizFarm.com |
Apache - add the type in "conf/mime.types" and restart apache
thttpd - need to recompile. Add the type in "mime_types.h" and "mime_types.txt" in the source code folder.
Then, Recompile it.
For CentOS4.
/etc/X11/xinit/xinitrc.d/xinput.sh
#export LC_ALL="en_US.UTF-8"
export XMODIFIERS=@im=SCIM #case matters for this variable!
export GTK_IM_MODULE=xim
export QT_IM_MODULE=xim
#export GTK_IM_SCIM_CONFIG_MODULE=simple
export GTK_IM_SCIM_IMENGINE_MODULES=table