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


打手新名單

為了什麼呢?同一篇文在6月12日,同一天,在三份不同報紙刊登:文匯、星島、信報。是曾蔭權向全港發話,才能得到這樣的優待。 這明明是借助政治力量,卻假扮中立的專業團體。作者明明是政府規劃處的工程師,卻出來

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


強力推薦,不能錯過!



老B 話喎﹕「 強力推薦,不能錯過 !」
好野更係唔好收收埋埋啦

即場購票,全場企位,企滿為止
企位有很喎~
咁早d到喇

草根情結 ---- 兩岸三地工人行動樂團匯演

皇后再造人之戀

雖然因為要在七一清理香港,立法局有幾萬樣明明好有爭議的野要趕住通過,皇后碼頭的清拆撥款又要延到星期五再上立法會——但星期二,碼頭已有工人來mark圍板的線,軍裝警員增加到十數人,也有便衣來查探。

大夥戴了皇冠
Continue reading...

婆婆喪禮上的街坊

女友從吉隆坡奔喪回來,關於婆婆喪禮,有趣事一則。

話說女友家是大家庭,兒孫滿堂,家人又喜歡在婆婆家打躉,幾乎每個周末在家中舉行的婆婆飯局,閒閒地兩三圍簡直粹料,於是乎,周末時到街市買菜,婆婆成為了大客仔


軍隊

1.
立法會財委會今日開會,討論三司十二局及拆散皇后碼頭的撥款。 關於這些皇冠,請留意星期三的報紙。

行動昇級的理由(附建築師學會火爆聲明)








2.
文明單位: 公民社會
嘉賓:馮可立

'Argument list too long' is a misleading message

If you try to run a command with too many command line arguments, youget an 'Argument list too long' error (technically you get an E2BIG error from the kernel, which is then mapped into this error string byyour shell). There's a bunch of workarounds for this problem, such asusing xargs .

However, the error message is actually somewhat misleading. As oldUnix hands know (and new ones generally don't), the kernel's sizelimit on exec(