沒有時間只能齋小

頂你個肺真係明呃!

談情一世

太愛這一切愛裡多姿勢沒有真偽人人也應自衛無謂那麼徹底誰都可以代替誰的心都可以放低我為情而生可惜不會為情活才能談情一世


首先選擇轉身,

就不會看到讓你難堪的嘴臉,

亦不會讓人看到你的依依。

門,從此關上。

A limitation of Debian's /etc/network/interfaces control file

Unless I am missing something, in Debian and Ubuntu there is no way tobring up an interface without having it try to obtain an IP address insome way. The interfaces(5) manpage suggests that ' auto ethN ',possibly with ' iface ethN inet manual ' should work, but it doesn'tseem to go in my testing on Ubuntu.

You might rationally ask what use there is in bringing up an interfacewithout an IP address. It turns out that there's a number of things that


感冒菌入耳

你知唔知感冒菌入耳係咩感覺?

果種痛,好似有人用枝鐵枝,由你左耳插入,穿過個腦,再由右耳拮返出o黎。

除左想死想打人想講粗口,你唔會有第四種想法出現。

而o係呢個樣況,你唔敢請假仲要o係cabin裡面工作你會變得目

Blog 主外遊

這幾天會到大陸旅遊,所以這裏應該暫時不會更新啦!星期六就會回來,再見!

anson

文明單位: 獨立或者實驗電影
嘉賓:麥海珊(她說她的網站這個多星期恐怕都會unavailiable)

九型人格

在網吧寫文章心情真是很差,手頭又沒有書,時間又趕,個個電郵戶口都爆炸,又眼訓。星島以後逢星期一會有文化人輪流寫評論,猛過我的人大把來緊,大家留意以後的星期一。下面這篇文章是在網吧完成的,寫完出來還要寄

Why indirect xdm probably doesn't work on your Linux machine

We recently had a fun adventure of debugging indirect XDMCP on our Ubuntu LTS 6.06 (Dapper Drake) servers. The problem was that youcouldn't go from the chooser on one server to logging in on another server,although you could log in to the machine the chooser was coming from.

It turns out that this is broken by default in pretty much every modernLinux distribution, and the culprit is IPv6 support. In fact it makes agood illustration of why adding IPv6 support is not


20070409 網誌推介

PostShow

https://www.postshow.net

「獨樂樂不如眾樂樂」是 PostShow 是宗旨,其編輯團隊會每天在互網網上找有趣好玩的東西,然後加上介紹和連接。他們直言,一開始時是想做「中國 boing boing 」,但發展下則已定位於「電腦愛好者、上班族和有閑功


A limitation of Python properties

A periodically annoying limitation of Python properties on instances isthat you cannot remove or replace a property. (You can implement del in your property, but this is not the same thing.)

This restriction exists because properties are actually attributes onthe class, not attributes on the instances. Because of how attributelookup works, you can't even sneak a replacement in through theinstance's __dict__ .

This means that you can't use properties to implement a highly efficient'generate once and