Another little sysadmin twitch or two

One of my little sysadmin twitches is that when I amusing mv to move things into a different directory, I try to alwayswrite it as:

mv foo bar /

(Note the the trailing slash on the directory.)

This is a safety measure: if I typo the directory name, mv will errorout with a no-such-directory error message instead of renaming the fileto 'br' or the like. Speaking from personal experience, tracking downjust what happened to your file when you make this


字花.書寫的人@王貽興
書展+簽名會

今天去青文入書,重新體味當年 做書展的快樂經驗 。可恨不能大搞,今年牛棚再戰。

不稀罕小書展的可以去遊行, 星期日有 反戰遊行 。。獨立媒體現成香港第一反戰基地,不禁令人遙想當年

補記董啟章《天工開物》座談會

之前完成的董啟章《天工開物》座談,算是談得相當滿意,陳智德與董啟章相當「有feel」(陳生一邊講一邊用力地握緊拳頭敲著桌子),我則覺得自己在插科打諢方面發揮合理水平,堅持在文靜的二人身邊笑得有夠無賴。7月2

20060729網摘 – 懷念娟姐

Web Dev

Google


A plug for blastwave.org

Oscar del Rio's comment on a previous entry has ledme to take a look at blastwave.org for my Sun freeware needs; I had previously tried out sunfreeware.com , mostly becausethat comes up first for a Google search on [Sun Freeware] .

Blastwave is a breath of fresh air on Solaris, in that it is a clumsierversion of what I've come to expect as basic functionality from Linuxpackage managers like apt and yum : you have your automatic fetchingof stuff and running of pkgadd


既不能笑,又不準哭

發現了一件 有趣的事 。字典為證書店有售,誰都馬上笑出聲,大家鼓動著要俾料主流傳媒報出來。報出來就成了一件 悲哀的事 。惟是只看/信主流傳媒所謂客觀持平報導的人,既沒笑的機會,也沒哀的機會。是以我們的生活如此

Unix files do not have creation times

There is a persistent belief, held by a large assortment of even fairlyexperienced people, that Unix files have a creation time. They don't.

The belief generally arises because one of the three times that allUnix files have is called ctime , going along with mtime and atime .However, the 'c' stands for 'change', not 'creation'; an inode's ctime is updated more or less any time various data fields in the inode itselfare changed.

(The exact details of


削好的,等待著

這些必須都要克服:一旦寫評論時,就渾身像發燒一樣,手抖,喘氣,上半身滾燙下半身覺得寒冷。 這些都是論文期間的反應了,我又忘了我是如何克服的。以前不是這樣的——〈狗的病〉分開兩天寫,我記得期間躺到床上時,

看不到的嘲弄

沒有有線(而且我的電視機小得來坐的人都看不見),今日看不到梁文道和葉輝(據說葉輝先生嘲弄我的青春!可惡。)。頹。誰有辦法「download」之類?

其實家裡有有線,但要把這些事抖露出來——決計是不肯的。

xterm's ziconbeep feature

One of the cornerstones of my X setup is an xterm feature that a lot ofpeople probably haven't heard of: -ziconbeep . The manpage explanationis too long and obscure to quote, so I'll summarize: if an iconified(aka minimized) xterm with -ziconbeep gets output, it puts ' *** ' atthe front of its title (technically only the icon name) and optionallybeeps. (When you de-minimize the xterm, the title addition goes away.)

This probably