未看波兒,先看了這篇文章 — ,文章主要談到的是日本學者佐藤健志提出的「宮崎駿的論理之死」,提出宮崎駿近年作品說故事不合邏輯,卻越來越受歡迎,被人不斷發掘「意義」,與及日本成人觀眾永遠不想長大的逃避心態。
待遇
Why high availability NFS requires shared storage
Suppose that you have a situation where you need transparent highavailability NFS for something that is read-only and updated onlyinfrequently. Instead of going to the expense and bother of settingup real shared storage, it's tempting to try to implement this bysetting up a number of fileservers with local copies of the filesystem,synchronizing it from a master machine with rsync , and then using aslight variant of the basic HA NFS setup .
Unfortunately, the tempting easy way doesn't work; you can't
The inner life of NFS filehandles
The NFS protocol uses something called a 'file handle' to identifywhat file a given operation applies to; this is sort of analogous tohow a traditional Unix system internally identifies files by theirinode number (well, their device plus their inode number).
In theory a NFS filehandle is opaque and an NFS server can use anyscheme it wants in order to uniquely identify files. In practice thereare a number of constraints on how a NFS server can form filehandles,based on preserving as many Unix semantics as possible
Walk the Talk
(無題, 因無言以對)
我想唔撈呢份工:Geek Geek戰鬥員之哀歌。
幪面超人劇集內經常行先死先果班二打六壞人,究竟點稱呼?
問過幪面超人專家肥倫,佢好正經咁答我話:「佢地一般被統稱為戰鬥員」,而坊間就向來慣稱他們為Geek Geek,因為佢地出親場,都係Geek Geek聲咁叫。
無諗過呢班Geek Geek都有
Using iptables to get around the policy based routing limitation
A while back I discovered a limitation in Linux's policy basedrouting, where you couldn't use the straightforward means to flexibly route outgoing traffic ona dual identity machine over differentinterfaces (for example, to force all SSH traffic to flow over one link,regardless of the destination). At the time I wrote:
To fix this situation up, you need to change the source IP address ofthe packets to fix them up. Unfortunately the only way I know of doingthis is to use source-