姿色改變命運

我既一個朋友,

睇完我個blog《批命》之後,

留o左一個咁既comment:「睇相佬都好信既?! 姿色改變命運!」

對住一個年老色衰既女人講句咁既o野,

我真係好想大巴大巴車死佢。

你小心呀你,你咁怕俾人知你真身,

我遲早放你條link

我們的家園.人民的規劃──請參加本土行動三一八大遊行






























日期:二零零七年三月 十八 日( 星期日

集合時間:下午二時正、維多利亞公園銅鑼灣入口噴水池

行程:由維園出發,途經灣仔舊區,直落皇后碼頭

活動:維園打小人、灣仔社區遊行、皇后碼頭音樂派對。

查詢:2147078

松田優作不只是個演員

https://zackiemad.blogspot.com/ 處看到松田的演唱片段
見獵心起
也在you tube找出來跟大家分享
https://www.youtube.com/watch?v=vE-Ps4HCACY

松田這個歌手形象跟演出電影時有很大的不同
他真是一個千面演員
能夠投入不同的角色

Things I have learned while doing GRE tunnels on Linux

In no particular order:

  • point to point GRE tunnels have to be symmetric, where each end is amirror image of the other. Otherwise the destination kernel willreject the inbound GRE packets, which makes sense from a securityperspective once you think about it.

  • GRE tunnels require a local IP address before you can point routes atthem; I suspect that this is generic behavior and is so that the kernelknows what default origin IP address to put on packets going out throughthem.
  • because GRE tunnels are network devices,

GRE is a translucent tunnel

I normally expect IP tunnels to be opaque , that is to act as if theywere physical links: the packet is sent down one end and pops out theother end unchanged, just as if it went over a connection betweentwo routers, and the tunnel itself is indifferent to the details ofthe packets it is transporting. (The technical ISO way of describingthis is that I expect IP tunnels to act entirely as layer 2 entities.)

However, one of the peculiarities of GRE is that itis a translucent


花樣奇緣 – 單純地愛

花樣奇緣

有時候香港的片名,會洩漏一點點電影內容。《花樣奇緣》令我聯想到《大魚奇緣》,但如果依照其原名《被嫌棄的松子的一生》,則未必聯想得到這是一套色彩配搭如此鮮艷,想像力豐富,還帶一點點感動的電影。

電影講述主


一而再

在最傷心的時候,我還是可以拍拍臉頰安慰自己,沒人愛我不緊要,我仍有很好的工作,有可觀的收入,到處shopping dining clubbing。

這份工作,是我的救命索。

但剛才查看email,公司將roster連續兩個月的standby duties給我,作為請病假的懲罰。

面對不知自

An annoying limitation of Linux IPSec

I just got IPSec doing exactly what I need it to do. Unfortunately itturns out not to do me any good.

The problem is with tunnel mode IPSec, which has a cascade of issues.First, IPSec tunnels don't create actual network devices. This soundsharmless, except that you need a network device to establish routesand thus say things like 'network foo/24 is reachable over this IPSectunnel'.

IPSec deals with this with black magic involving Security PolicyDescriptors. If you add an


Twitter 火熱之謎?

Photo Sharing and Video Hosting at Photobucket

記得在很久以前,中學同學搞了一塊很簡單的留言版,沒有登入,沒有討論串。主要是用來吹吹水、搞搞活動等等。但隨後,因為大家越來越忙,都已經沒有再特地去留言更新了。而最近在外國,已推出了一段時間的 Twitter 服務越來


The problem of machine startup order dependencies

One of the tricky bits of organizing a sufficiently large group ofmachines is avoiding circular dependencies in the machine startup order,so that you can actually bring your systems up after things like acomplete machine room power outage.

(In our case it was planned; the electricians wanted the master breakersoff before they played around in our breaker panel to give us more usablecircuits.)

Startup order dependencies come in a variety of flavours. The simpleone is a startup script that depends on another machine being up, forexample