What vendor updates are pending on your Linux system?

One of those routine system management tasks these days ischecking to make sure that I'm up to date on vendor security releasesand other updates. And when I'm not up to date, I generally want toknow what's out of date; being out of date on diff is one thing,being out of date on a kernel or glibc is quite another. (For astart, I probably want to test the kernel a bit more before pushing itinto our local update queue.)

Since


More Fedora Core 4 problems with X

Important update : the buggy RPMs have been superseded. See the end.

You may remember back to FC4FirstIrritations , where I talked aboutseveral X problems. Well, Red Hat managed to outdo itself recently, aswe discovered the hard way: their latest update to the xorg-x11 packages, 6.8.2-37.FC4.48.1 (released September 16th or so) nowcauses almost all of our workstations to explode.

Not literally exploded, but


錯別字

1.

有位朋友不幸路經敝站。敝站是他的search list第一位,因為他search「 除若宣床戲片段 」,yahoo就給了他「Rhetorical Pain ... 簡單,我們一般習慣明晰的結束和開始, 某事件不清楚完結,它就不能到達 ... 形式:每次一小時電影 片段 欣賞

恐怖小劇場之黃

9月10日星期六,因為喉嚨太痛而醒來,覺得世上最折磨人的就是吞口水。掙扎著找鏡子張大口,赫然發現,整條舌頭都是 鮮黃色 的,熟蛋黃那種鮮黃。好罷,認輸,去看醫生。醫生說扁桃腺超級發炎,紅腫而且流膿。那麼,

籌謀與沉緬

是怎麼回事呢,有個中四女生的中史考卷上,縱橫寫滿《紫釵記.花前遇俠》的「寡婦彈情」詞:「邂逅盼莫盼於郎長情/劫後痛莫痛於郎無情/你查名和問姓/霍小玉/哀配夫夢已醒/李十郎負我高攀燕貞」。這是一段自我介

白食與械鬥(多角色)

話說中大學生報今年以延攬人才為首要目標。樓下學生會迎新夜,學生報仍然空群而出,企圖挖角。我參與其中是因為當晚學生會準備了食物,可以吃白食。

話說學生報今年有特派ORATOR(可理解為terminator之一種)覃某(05哲學),剛

20050921網摘 – Opera免收費無廣告

軟件

網站


長路漫漫本地 Web 2.0

亞強部落格介紹 了一個叫 Jumbo32 的網站,裏面有很多不同的有趣 Video,閒時可以逛逛笑笑。只可惜,這個網站一來不支持 Firefox ,二來沒有 RSS,對於 已被 RSS 餵慣 的我,預計並不會常常找來看。

這個網站令我想起了中國的 PoseShow 糗事百科


Two Python import tricks

Here's an extreme example of import and namespace trickery, drawnfrom the standard Python ftplib module:

try:  import SOCKS  socket = SOCKS  del SOCKS  from socket import getfqdn  socket.getfqdn = getfqdn  del getfqdnexcept ImportError:  import socket

(linebreaks added for clarity)

Modules are objects in Python, so a module's name binding can bemanipulated like anything else. This leads to the two things that ftplib is doing here.

First, the ftplib module would like to use the SOCKS module if itexists and otherwise


Some words of wisdom for free webmail providers

Vernon Schryver, in news.admin.net-abuse.email:

The buck always stops or is at least duplicated at the SMTP client.It does not matter to rational spam targets whether the operators ofa spam relay are paid for their services or forward spam as acharity.

(From Message-ID ,and let's hope that link stays working.)