王菲‧傳奇

王菲‧傳奇

久違了的歌聲,依然,動聽。


原唱者為李健。一樣唱得動聽。
Continue reading...

新氣象


本文寫於年初一早上,虎年所做的第一件事就是寫稿交稿,難免要寫樂觀一點的題目,難免會渴望見到一些新氣象。

每年新春,我們都寄望自己遇上好運,甚至會在一些習俗中追求一種送舊迎新的感覺。有些朋友相信全年的運程

第一次舞獅的前因後果

我住的小鎮雖然不算太小,人口大約十萬,但中國人卻不超過一千。正因為如此,所以這裏的中國人互相認識的很多,而且較有動力搞一些聚會甚至大型一點的活動。每年的重頭戲就是春節聯歡晚宴,有二百人左右參加(這裏沒

A Linux gotcha about daemons and bindv6only

First, the brief review. Linux's net.ipv6.bindv6only sysctl controlswhether an IPv6 socket can also accept IPv4 traffic (with IPv4 mappedaddresses), or whether it binds only to true IPv6 traffic. So if youwant to turn off dual binding (which I think youshould), you turn this sysctl on and then run around fixing up things towork.

Except there's a gotcha. Whether IPv6 sockets can also talk IPv4 isactually a


不敗雄心


奇連依士活導演的新作《不敗雄心》,由摩根費曼演南非前總統孟德拉,把複雜的政治問題簡化在振奮人心的球賽中,編導演都表現穩健,拍出大政治家的胸襟與魄力,其動人之處,勝過許多所謂「大片」。

電影講經歷二十七年

Tea Box

Everyone trusts old wives' tales. Our grandparents trust them. Mothers trust them. Most of all, doctors trust them. Even I trust them.

There are rules for doctors, I know, under the big name evidence-based medicine. What a splendid name to practice medicine, you must have thought. And who won't? The way to treat my recent febrile illness, of course, turns out to be a far cry from the evidence-based medicine. I was sick upon my way to work

做男人,都要學好梳理自己。

我真的懶理人家說我姿整,雖然未至於上美容中心做Facial,但定期到護膚品櫃台入貨,日常早晚做足基本的護膚三步曲(潔面、爽膚、保濕),我還算是頗能持之以恆的。

有些男士總覺得這是女人才做的事,所以會選擇不做,又或

Continue reading...

IPv6 with Lighttpd on Linux

The situation with lighttpd is sufficiently complicated that I can'tcall it a brief note , so here's what I'veworked out. This is not necessarily valid for all distributions,since I'm working on Fedora 11.

Lighttpd is fully IPv6 enabled, but normally only binds its listeningsocket to the IPv4 address. Some distributions override this by settingthe server.use-ipv6 configuration option if IPv6 is enabled on themachine.

Now, server.use-ipv6


是否有人回答

世界上總會有些人,能夠一針見血說出事情的關鍵所在,字句吐出來的一刻,大家就晃然大悟,然後爭相用同一個字,去紓解長久以來的鬱結和不解,然後成為定義。

就例如陳奕迅唱歌很好聽,但他不像張學友,又不是王菲,而

Brief notes on IPv6 support in some Linux programs

Lately, I've been trying to actually use IPv6. This is a good way to findout various annoying things about how well programs support it, and so I'mgoing to write down some notes about what I've found out so far.

  • tcpwrappers fully supports IPv6 based access restrictions, but not asnicely as it does IPv4 ones, and subnet-based restrictions have a lessconvenient notation. This is documented in the hosts.allow manpage.

    (And wow, have modern versions