保存ダイアログの左側メニューをいじる方法
HKEY_CURRENT_USER \Software \Microsoft \Windows \CurrentVersion \Policies \comdlg32 \PlacesBar ここにPlace0… […]
Emacs風screen用bind
bind -c REGION 2 split bind -c REGION 1 only bind -c REGION 0 remove bind -c REGION o focus bind -c REGION ^ r […]
PostgreSQLのデータベース丸ごとバックアップ
pg_dumpall | gzip > hoge.gz gunzip -c hoge.gz | psql -U pgsql -d postgres
sambaに別ユーザ名でログインしたくなった場合
コマンドプロンプトから net use \\コンピュータ名\共有名 /DELETE でキャッシュされた接続情報を削除。