mh で添付ファイルを展開する方法

% mhn -store ([+folder]) [ファイル番号]

  folder のデフォルトは inbox

ThumbSense

- ThumbSense: Automatic mode sensing for touchpad-based manipulations
  http://www.csl.sony.co.jp/person/rekimoto/tsense/

-「ThumbSense」はタッチパッドに革命を起こす?
  http://www.zdnet.co.jp/mobile/0212/17/n_wiss_04thumbs.html

INSTDRV - GIVEIO.SYS 簡単インストールソフト

  http://homepage1.nifty.com/paraffin/software/index.html#INSTDRV

Perl のセキュリティホール

  5.005_3 - 5.8 までのセーフモジュール (Safe.pm) にセキュリティホール.

- Security hole found in the Safe module
  http://use.perl.org/articles/02/10/06/1118222.shtml?tid=5

.jar ファイルをダブルクリックで起動できるようにする

  Main-Class: Main クラス名
  と書いたファイルを Manif.txt という名前で保存する

jar cfm hoge.jar Manif.txt *.class

  で jar を作成

Solaris の /usr/ucb/ps と /usr/bin/ps の違い

  /usr/ucb/ps は BSD 系 (Solaris 1.x/SunOS 4.x)
  /usr/bin/ps は SystemV 系 (Solaris 2.x/SunOS 5.x)

  全プロセスを見るとき
  /usr/ucb/ps -aux は右端が切れない
  /usr/bin/ps -ef  は右端が切れる

LSOF 設置及び使用ガイド

  http://www.certcc-kr.jp/tools/LSOF_report.html