More on the Solaris ssh stuff

I discovered today that the unpatched Solaris ssh program doesn'tunderstand the 'GSSAPIKeyExchange' and 'GSSAPIAuthentication'configuration options that are necessary to fix the problem on the patched ssh. (I had them in a $HOME/.ssh/config file that was shared between a patched system and anunpatched system.)

So what appears to have happened is that Sun developed a new version ofssh that implements the GSS stuff, and as a result requires it and theKerberos stuff to be installed and configured and so


煽動的形而上學

「無論如何他[波德萊爾]應該能夠借助福樓拜的名言:『在整個政治中我只懂一件事:反抗。』這裡的意思可以憑借他連同比利時隨筆一道保存下來之筆最後一頁作如下領會:『我說「革命萬歲」宛如我說「毀滅萬歲,苦行萬

寫Blog的虛榮















今日發現較早前在這裡寫的一篇關於電影 Jarhead(平頭日記 )的文章被著名的“網絡暴民Jacky’s Blog” ( https://jacky.seezone.net/ )連結了,可以說是我寫blog以來得到的最大鼓舞。

一直知道這個網頁的瀏覽人數勁多,一經此站介紹的blog都

一將功成萬骨枯


我最近對這句話有很深刻的體會
萬骨枯不一定要“功成”的
可能“功敗”會有更多骨要枯
也就是說很多人打生打死
為的也許只是“一將”的成敗

通常那一員大將走得太前
只看到自己得失
見不到後面的人是死是活

然後我就想到以前

這種所謂藝術家是令人作嘔的

如題。不要再迫我,或者任何人,去面對你的醜惡。什麼修辭、品味、細節、玩笑都遮掩不了的醜惡。
一切與理論完全無關,只是倫理問題。如果有能力的話,就自己反省一下吧。
破戒在blog裡寫這種洩憤的文字。以三行為限。不

How to improve programming productivity

Improving programming productivity is a big business, producing a neverending parade of methodologies and processes and research and whatnots.But over the past 40 odd years I think we've learned that there'sonly four real ways to do it:

  1. reduce connections
  2. write less code
  3. meetings kill kittens
  4. get better people

(to put them all in punchy short forms)

None of these should be new to people, since Fred Brooks covered themall 30 years ago in The Mythical Man-Month (with much better writing,


20060620網摘 – 救救小橋流水

New Service

New Rules?

Jarhead


大膽數盲

文明單位:科學
嘉賓: 小西

小西堅實的科學研究資料支撐整個節目!yeah!小西萬歲!我是愛看科普書的數盲。

WSGI: the good and the bad

WSGI is the Python 'WebServer Gateway Interface', which is a standard interface between webservers and Python web applications. The idea is that you write yourapp as a WSGI app, then glue it to the web interfaces of your choice:CGI-BIN, SCGI , a standalone testing webserver, whatever. The WSGI stuff encourages a stacking model, wheremodular middleware can be transparently inserted above applications tohandle various more or less generic things.

(Ian Bicking gives examples of a bunch of WSGI middleware here


Impending changes to access to Solaris patches

Through the pca news page I found out someimpending changes to access to Solaris patches. There are two changes:

  • InfoDoc #83061 says that from mid-July, we'll need to register for a free SunOnline Account in order to get patches.
  • InfoDoc #82023 says that Sun will be turning off anonymous ftp access to patchesin late August.

I'm honestly not sure how these two interact, since it's hard toenforce having accounts with anonymous ftp