wanderlust で IMAP over SSL
2005-01-11-3 / カテゴリ: [linux][wanderlust][imap][SSL] / [permlink]

(setq elmo-imap4-default-port 993)
(setq elmo-imap4-default-stream-type 'ssl)   ; use SSL
を 追加
993 は imaps のポート
stream-type 'ssl で、標準動作で SSL 使用
Referrer (Inside): [2005-07-05-1]

Maildir 読み込み
2005-01-11-2 / カテゴリ: [linux][wanderlust] / [permlink]

http://www.gohome.org/wl/doc/wl-euc_23.html#SEC23
"g" のディレクトリ移動で ". ディレクトリ名"
指定ディレクトリ配下の new, cur, tmp を読む
~/Maildir は .
~/Maildir/.perl-ml なら ..perl-ml

Tabで補完が効かないなぁ。。。

vncserver
2005-01-11-1 / カテゴリ: [linux][アプリ] / [permlink]

起動
$ vncserver :1 -depth 24 -geometry 1024x768
(初回起動時に接続用パスワードを聞かれる)
終了
$ vncserver -kill :1

win側で Run VNC Viewer を起動し、serveraddress:1 (1はDisplayNo)を指定すれ
ば、パスワードを聞かれる

nkf で Base64 エンコード・デコード
2004-12-14-2 / カテゴリ: [unix][linux][command] / [permlink]

$ nkf -mB (Base64 デコード)
$ nkf -MB (Base64 エンコード)

konqueror のメニューバーのフォント設定
2004-12-14-1 / カテゴリ: [linux][debian][X] / [permlink]

進む(G)->設定(I)から「概観&テーマ」->「フォント」で、
「メニュー」を変更する

lv で ANCI エスケープシーケンスが解釈されない
2004-12-10-2 / カテゴリ: [linux][command] / [permlink]

コマンドラインオプション -c で

e?grep マッチした文字をカラー表示(GNUのみ)
2004-12-10-1 / カテゴリ: [linux][command][grep] / [permlink]

--color オプション

ファイルの逆順表示 tac
2004-12-09-1 / カテゴリ: [linux][command] / [permlink]

UNIX であれば tail -r だが、GNU の tail には -r がない
変わりに tac を使う

Debian tips
2004-12-07-2 / カテゴリ: [linux][debian][link] / [permlink]

GNU grep マッチ行とそのX行{上,下}も一緒に表示
2004-11-29-2 / カテゴリ: [linux][command][grep] / [permlink]

$ grep -A X pattern file
$ grep -B X pattern file
Referrer (Inside): [2005-06-27-1]

screen パスワード
2004-11-26-2 / カテゴリ: [linux][command][screen] / [permlink]

コマンドライン上の
password [crypted_pw]
は、crypt で暗号化されたパスワード を設定
プレーンな文字列をセットすると、resumeできなくなるので注意
なので、まずは、引数無しで
password
を実行。パスワードを2回聞かれるので入力すると、cryptで暗号化された
パスワードが screen のコピーバッファに入る(バージョンによっては
この時点でパスワードが設定される?)ので、次は
password [screenバッファのpaste]
を実行

screen 画面分割
2004-11-26-1 / カテゴリ: [linux][command][screen] / [permlink]

C-a Shift-s で分割
C-a shift-q で解除
C-a C-i でフレーム(?)移動
移動した後、C-a n/p でバッファ(?)切り替える必要あるけど

xscreensaver ロックのみ
2004-11-25-2 / カテゴリ: [linux][アプリ] / [permlink]

$ xscreensaver-command -lock

sshd を inetd で起動する設定
2004-11-24-3 / カテゴリ: [linux][ssh] / [permlink]

/etc/inetd.conf
ssh  stream  tcp  nowait  root  /usr/sbin/sshd sshd -i

XFree86 xhost
2004-11-22-1 / カテゴリ: [linux][X] / [permlink]

~/.xinitrc に exec の後にかいとく
#!/bin/sh
PATH=〜
exec
export 〜
xhost + hostname1 hostname2

grep マッチ行と同時に行番号を出力
2004-11-19-4 / カテゴリ: [linux][command][grep] / [permlink]

grep -n 'pattern' file

debian の keymap
2004-11-18-3 / カテゴリ: [linux][debian] / [permlink]

Find: Home
Up: ↑
Prior: PgUp
Left: ←
Right: →
Select: End
Down: ↓
Next: PgDn
わからん...
$ showkey
↑: 0x67 0xe7 [... 103]
↓: 0x6c 0xec [... 108]
Home: 0x66 0xe6 [... 102]
End: 0x6b 0xeb [... 107]

debian の rc 起動スクリプト簡単設定ツール rcconf
2004-11-18-2 / カテゴリ: [linux][debian] / [permlink]

# apt-get install rcconf
# rcconf
起動すれば絶対スグわかる(笑)
カテゴリ: linux / 前ページ 1 2 3 4 5 6 7 8 9 10 11 12 次ページ

最終更新時間: 2013-05-02 16:12