Weekly spam summary on June 16th, 2007

This week, we:

  • got 10,437 messages from 238 different IP addresses.
  • handled 19,475 sessions from 1,336 different IP addresses.
  • received 213,499 connections from at least 71,964 different IPaddresses.
  • hit a highwater of 8 connections being checked at once.

This is down from last week on the absolutenumbers, but may be up somewhat if we exclude the effects of the oneprolific connector from last


20070615 網摘 – WTF

WTF

聽歌


Why I am in system administration instead of programming

One way to put it is that in system administration, an issue that takesall of your time and energy for a week is a big thing and one that takesa month is generally a crisis. The same generally cannot be said ofprogramming except at a very small level; while you may clearly be goingup steps, the top of the path is generally not in sight.

Or in other words, you accomplish visible things much faster in systemadministration, and this gives you real, tangible signs of progress and


如果昨夜你在Club No.9看到一個女孩子,她穿著漂亮的Marc Jacobs連身裙子,卻坐在沙發哭得好淒涼。

那個是我,毫無疑問。

有誰在尋歡作樂的地方掃興?只得我。

不想計較值得與否這類艱澀難明的題目,沒有答案的。

現在想起來,只

史上最強淫書




寫小說需要一些衝擊
找來薩德《臥房裡的哲學》一讀
大為震驚
讀到這本書才知道地球上曾經有過把淫書寫得這麼有水準的人
《臥房裡的哲學》充斥亂倫、肛交、雜交等出位情節
但當中反宗教反家庭反道德反社會規範的"理論"紛

Getting source RPMs with yumdownloader (part 2)

To follow up the first installment , it turns outthat enabling the source repositories has a side effect that I didn'tthink about at the time: it no longer looks in the default repositories.

(This is a general thing in yumdownloader : any time you specify arepository explicitly, it disables all the default ones. This makesme grumpy. While you can argue that this makes a sort of sense, itis not how yum itself behaves when you enable repositories, and yumdownloader uses the exact same command line


Matrix 的玄虛

星期天重播 Matrix ,經典,乖乖坐下欣賞,重溫 Neo 的醒覺。

Matrix 與大部份經典一樣,都令觀眾「各取所需」:有大場面、有槍戰、有功夫、有科幻、有型男美女、有哲學、有參考,因此而大受歡迎。再加上故事不難明,雖然莊周夢蝶真


A Nightmare On Elm Street


小學的時候看過這電影
一直認定這是恐怖的經典
多年以來都為那故事著迷
很佩服夢中殺人狂魔的創意
戲中的恐怖場面也令人難忘
最近此片出了dvd
前幾天買了來看
當然不會再感到恐怖了
二十幾年後
我終於承認這個故事其實不怎麼樣

靑春是誰的本錢?

我年過三十,叔叔伯伯仍視我為小朋友,而在我身後,又有一班二十出頭的小孩子正在迎頭趕上來,我想,這是一種很可怕的感覺。

可怕,不是覺得自己會被淘汰,也不是擔心自己已經很老,面對這種事情,最恐怖的其實是,還

What NFS file-based locking problems can happen

Now that we know how NFS is unreliable , we cansee what can go wrong when you attempt to do file-based locking over NFS. There are two failures, corresponding tothe two ways for things to go wrong when a reply is lost:

  • if you lose the server's reply to a successful attempt to acquirethe lock, your replay of the operation will report a failure even thoughyou actually own the lock. The result is effectively a deadlockedsystem where the lock will never get released.

    (This