這是一篇我給 《明報》 寫的稿件,刊於 2007 年 2 月 4 日「星期日生活 – In Internet」版 。寫得很簡單,沒有作很深入的探討,只是希望更多人會留意這件事。
Fansite 侵權?
最近的網絡熱話,可說是三大本地同好自建的《叮噹》fansite (其實
權威與反叛
On V7, UCB BSD 4.x, SunOS 2.x, 3.x and 4.x, the *BSDs, Linux, andanything using GNU fileutils:
; touch a b; ln a b && echo oopsln: b: File exists
On System V, including Solaris 8:
; touch a b; ln a b && echo oopsoops
That's right: the System V version of ln goes to significantextra work over just calling link(2) , and in
The danger of validating XHTML is that the validation is almostcertainly not doing what you believe it's doing.
The problem is that all the common online validators ignore the HTTPContent-Type of what your web server returns when validating your page,and use only the DOCTYPE. This is completely wrong in the case of XHTML,because browsers only treat pages as XHTML if they are served as application/xhtml+xml . All the DOCTYPE does is let the browser decidewhat sort of XHTML it has, since there
Right now, thin clients are doomed for the same reason that they've beendoomed before: users want too much. I believe that watching YouTubevideos and plugging in their USB keys are pretty much the minimum levelof features that users will expect and accept; if they can't do both,they're operating in a fundamentally crippled computing environment,which is not the way to make them happy. And unhappy users sooner orlater push back.
(YouTube is not merely desirable by itself, it'
We've recently been having a problem where one specific clientexperiences really slow IO to one specific NFS mounted filesystem,especially for things like file creation. (Other clients can use thefilesystem at full speed, and this client can use other filesystems atfull speed.)
We immediately thought 'per-filesystem concurrency limits'and soon turned up the Solaris 8 NFS kernel tunable nfs3_max_threads , which the fine documentation helpfullydescribes as:
This symbol controls the maximum number of async threads started perfile
這是一篇我給 《明報》 寫的稿件,刊於 2007 年 2 月 4 日「星期日生活 – In Internet」版 。寫得很簡單,沒有作很深入的探討,只是希望更多人會留意這件事。
Fansite 侵權?
最近的網絡熱話,可說是三大本地同好自建的《叮噹》fansite (其實
One of the few things that keeps me running while I am only ondialup is ' yum localupdate '. With a combination of' yum check-update ' and ' yum localupdate ' I can get a list ofwhat RPMs I need to update, pull down copies of those RPMs atwork, dump them onto a USB key ,take them home, and then update them locally.
In theory.
In practice, ' yum localupdate ' seems to sometimes ignore RPMsthat I've supplied on the command line if