報應來臨
眾所周知,這是近期最被消費的笑話:才子周某被才子張某批評,話佢d文睇唔明。 前者 素有「筆戰滅聲器」之稱,每逢出手,總可令最熱烈的筆戰砰一聲冷卻下來,唔知點應;後者則以丙左人人地都唔知見稱。我等作為被
Excluding buggy RPMs from a yum repository
We mirror the Fedora Core 4 updates area, and we use yum to installthings from it, and Red Hat recently released an extremely unsuitable(for us) update to xorg-x11 (as recounted in MoreFC4Problems ). So weneeded to take those buggy RPMs out of circulation and keep them out.
Fortunately this turns out to be pretty easy, because not all RPMs ina directory have to be in the repository metadata that yum uses. This let us continue to pull a full mirror from
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
錯別字
有位朋友不幸路經敝站。敝站是他的search list第一位,因為他search「 除若宣床戲片段 」,yahoo就給了他「Rhetorical Pain ... 簡單,我們一般習慣明晰的結束和開始, 若 某事件不清楚完結,它就不能到達 ... 形式:每次一小時電影 片段 欣賞
恐怖小劇場之黃
籌謀與沉緬
白食與械鬥(多角色)
話說學生報今年有特派ORATOR(可理解為terminator之一種)覃某(05哲學),剛
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 Menu