九型人格

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

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


Weekly spam summary on April 7th, 2007

This week, we:

  • got 13,022 messages from 240 different IP addresses.
  • handled 18,021 sessions from 1,234 different IP addresses.
  • received 169,572 connections from at least 5,382 different IPaddresses.
  • hit a highwater of 43 connections being checked at once.

Volume is about the same as last week ,although evidently we got a big burst of connections some timethis week.

DayConnectionsdifferent IPs
Sunday

20070408 網摘 – 涼宮春日的人擇原理

Copyrights


明明不是天使

今早七時多,突然從夢中醒了。

摸摸面頰,涼涼的,都是眼淚。
_______________________________________

我坐上由司機駕駛的車,男人早在車上等候。到達他的家,播放著我喜愛的

An interesting observation about web cracker behavior

I recently got around to setting up a web site for a top level .orgdomain that has existed for more than a decade but previously neverhad a website or even had a 'www..org' host defined in its DNSrecords. I did this with a name-based virtual host on a machine that hadnot previously been running a web server on port 80.

Within minutes , crackers were poking that virtual host in an attemptto exploit a PHP vulnerability; by contrast, it


太陽倒數 – 太空科幻雜燴

Sunshine

去看《太陽倒數 Sunshine》的原因,主要是被題目所吸引:2057年太陽要熄滅,人類製造「奔日二號」到太陽置一個炸彈,重燃其內核。單看這一句,就可以產生不少疑問:為何 2057 年這麼近?為甚麼會熄滅?可以用炸彈重燃


Why network booting is not a good answer

It might seem that the obvious answer to my desire for remotecontrollable DVD drives is to netboot my machines.Unfortunately it's not a good answer.

Booting a machine is only a tiny sliver of the problem; the real problemis (re)installing and testing machines. While a lot of operating systemshave some sort of a network install system, there are three coreproblems with netinstall setups: they are almost always second classcitizens (partly because they are usually used much less), they takeextra work