點解澳門咁Q悶?


我經常問自己:身為澳門人,我們生活上最大的問題是什麼?

我的答案多年未變,只有一個字,就是悶。

我的悶,從頭到腳,自小至大,由形而上至形而下,由外到內再到外,總之,好悶。那是一種氣氛,一種情緒,一種死結,

Weekly spam summary on March 17th, 2007

This week, we:

  • got 11,732 messages from 232 different IP addresses.
  • handled 18,216 sessions from 1,165 different IP addresses.
  • received 189,951 connections from at least 55,941 different IPaddresses.
  • hit a highwater of 7 connections being checked at once.

This is all down from last week , and I haveno explanation for why the messages received count is down so much; itis normally quite


20070317網摘 – 網絡英雄

網絡英雄

Blog


情婦格

讀女校的我,人緣不過不失。

到了現在,還是跟中學友人們差不多天天通電,月月聚首。

第一次意識到自己乞女人憎,大概是預科時代的事。

喏... 你要知道,中學時代,很多女學生都會將那些甚麼補習名師當成白馬王子。


[轉載]公開民間諮詢會:保護產權=保護創意?

雖已網摘,但仍要再推一次!

保護產權=保護創意?

時間︰ 四月一日(星期日) 下午二時半 地點︰ 中環夏愨道12號美國銀行中心,香港中文大學專業進修學院100 室 主持︰ 葉蔭聰 (知識共享成員、獨立媒體(香港)執委成員) 講者︰ 莫乃光先生 (

Continue reading...

姿色改變命運

我既一個朋友,

睇完我個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