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で補完が効かないなぁ。。。
"g" のディレクトリ移動で ". ディレクトリ名"
指定ディレクトリ配下の new, cur, tmp を読む
~/Maildir は .
~/Maildir/.perl-ml なら ..perl-ml
Tabで補完が効かないなぁ。。。
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)から「概観&テーマ」->「フォント」で、
「メニュー」を変更する
「メニュー」を変更する
ファイルの逆順表示 tac
2004-12-09-1 / カテゴリ: [linux][command] / [permlink]
UNIX であれば tail -r だが、GNU の tail には -r がない
変わりに tac を使う
変わりに tac を使う
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]
コマンドライン上の
プレーンな文字列をセットすると、resumeできなくなるので注意
なので、まずは、引数無しで
パスワードが screen のコピーバッファに入る(バージョンによっては
この時点でパスワードが設定される?)ので、次は
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 でバッファ(?)切り替える必要あるけど
C-a shift-q で解除
C-a C-i でフレーム(?)移動
移動した後、C-a n/p でバッファ(?)切り替える必要あるけど
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
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]
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起動すれば絶対スグわかる(笑)
最終更新時間: 2013-05-02 16:12