家有兩腦,一號 Intel 二號 AMD,二號最愛罷工。
二號最怕熱,工作一久,熱力滲透,一聲不響給你斷電,毫不留情。在剛剛冬去春來的日子還算撐得住,但最近反叛情緒越來越深,連現這種溫度也來給我罷工。看 YouTube、Google Video 一兩條片子
Every so often, a vendor's support people tell me something like 'we arenot going to investigate your bug report merely because you are runningan unsupported configuration'. And by 'unsupported configuration' theydo not mean 'something explicitly documented not to work', they mean'some set of hardware and software not in our narrow list of supportedsetups'.
(Nor are the products labeled as being so fragile that they work onlyin certain limited configurations.)
There are two things I hear when vendors
家有兩腦,一號 Intel 二號 AMD,二號最愛罷工。
二號最怕熱,工作一久,熱力滲透,一聲不響給你斷電,毫不留情。在剛剛冬去春來的日子還算撐得住,但最近反叛情緒越來越深,連現這種溫度也來給我罷工。看 YouTube、Google Video 一兩條片子
There is a vital thing to remember about computer security: securityis not math, security is people . Thinking that security is math getsyou mathematical perfection and white hot disasters.
(These disasters happen for much the same reason that firewalls aredangerous: people think that they are completely protected once theyhave math on their side and thus don't take any further precautions.)
You can create the most mathematically perfect computer security systemknown to humanity and people will misuse it, or bypass it. If you makeit
回想網絡暴民給人的其中一個印象,就是「寫科技東西」,但事實上我已經越來越懶,通常以網摘代之。Joaoko 的則是非常勤力的,他的興趣顯然也是科技東東,但比較多寫電腦軟體、網絡服務和工具

Lots of Unixes have some form of 'loopback' mounts, where you can mounta bit of an existing filesystem somewhere else; they're called loopbackmounts by analogy with the loopback interface. The general idea behindthem is that they are a more efficient (and easier to use) version ofdoing an NFS mount from localhost .
(I suspect that Sun originated the idea, but I'm not sure.)
Linux's bind mounts (so called because they are done with mount--bind ,