zsh の TAB 補完設定
2005-03-02-4 / カテゴリ: [unix][linux][shell] / [permlink]
compctl -c man which compctl -/ cd rmdir compctl -u su chown
zsh の最強 TAB 補完設定
2005-03-02-3 / カテゴリ: [unix][linux][shell] / [permlink]
$ autoload -U compinit $ compinitとする
やや重い
bash の TAB 補完で補完対象を特定のものにする
2005-03-02-2 / カテゴリ: [unix][linux][shell] / [permlink]
.bashrc に
complete -c {man,which} # man,which の引数は command に complete -d cd # cd の引数はディレクトリに complete -u {su,chown} # su,chown の引数はユーザ名に
find の検索で複数条件指定
2005-03-02-1 / カテゴリ: [unix][linux][command] / [permlink]
$ find . -name "*~" -or -name "#*#"イマサラですけど。
Referrer (Inside):
[2005-07-14-1]
日本語 Maildir
2005-02-24-3 / カテゴリ: [linux][wanderlust] / [permlink]
.wl に
(微妙に化けてアクセスできないけど…)
http://www.gohome.org/wl/doc/wl-euc_20.html#SEC20
結論としては日本語は使わないほうが良い。。。
(setq elmo-imap4-use-modified-utf7 t)を、加える
(微妙に化けてアクセスできないけど…)
http://www.gohome.org/wl/doc/wl-euc_20.html#SEC20
結論としては日本語は使わないほうが良い。。。
キーバインド
2005-02-21-3 / カテゴリ: [linux][wanderlust] / [permlink]
(サマリモード)
http://www.gohome.org/wl/doc/wl-euc_82.html#SEC82
(フォルダモード)
http://www.gohome.org/wl/doc/wl-euc_48.html#SEC48
http://www.gohome.org/wl/doc/wl-euc_62.html#SEC62
http://www.gohome.org/wl/doc/wl-euc_82.html#SEC82
/ フォーカスしているスレッドの開閉トグル
[ 全てのスレッドを開く
] 全てのスレッドを閉じる
$ 重要フラグのトグル
v メッセージバッファの表示トグル
g 別フォルダへフォーカス移動
j メッセージバッファへ移動(メッセージから戻るときはp/u/n)
. 通常の表示形式で再表示
H ヘッダの全表示
S サマリのソート(date, from, number, subject, size, list-info)
T スレッド表示のトグル(wl終了後も継続)
l フォルダリストバッファの表示トグル
M-t online-offline のトグル
(フォルダモード)
http://www.gohome.org/wl/doc/wl-euc_48.html#SEC48
http://www.gohome.org/wl/doc/wl-euc_62.html#SEC62
S sync (サマリの更新)
s sync (未読メッセージの更新)
m a フォルダの作成
m d フォルダの削除
フォルダ順の並び替え: C-k C-y なんかで意外とフツーに
色設定
2005-02-21-2 / カテゴリ: [linux][wanderlust] / [permlink]
http://www.gohome.org/wl/doc/wl-euc_178.html#SEC178
.wl に
.wl に
(set-face-foreground 'wl-highlight-summary-unread-face "blue") (set-face-foreground 'wl-highlight-summary-thread-top-face "black") (set-face-foreground 'wl-highlight-summary-normal-face "black")こんな感じで
IMAP のサブフォルダ(メールボックス)一覧
2005-02-21-1 / カテゴリ: [linux][imap][wanderlust] / [permlink]
購読設定(.folder)で、%INBOX ではなく %INBOX/ とすればよい。
(末尾スラッシュ"/"で、配下のフォルダが全て購読対象になる)
(末尾スラッシュ"/"で、配下のフォルダが全て購読対象になる)
端末の幅(columns)取得
2005-02-08-3 / カテゴリ: [unix][linux][command] / [permlink]
$ sttyで、幅(以外もいろいろ)表示される
幅だけ取得するには…?
linux(debin)だと、幅を出すには -a もいる
ls で atime, ctime 表示
2005-02-08-2 / カテゴリ: [unix][linux][command] / [permlink]
ls -lc ... ctime ls -lu ... atime時:分:秒は見れないけど…
Linux なら stat file でも見れる
grep ファイル名非表示
2005-02-08-1 / カテゴリ: [linux][command][grep] / [permlink]
grep -h ^Subject ~/Maildir/cur/* | nkf -me
namazu http アクセス用設定
2005-02-02-1 / カテゴリ: [linux][namazu] / [permlink]
namazu.cgi と同じディレクトリに .namazurc をセット
最低限必要なのは
最低限必要なのは
Index /var/www/ssl/irc/index (インデックスファイル群のあるパス) Replace /var/log/irc (OSのディレクトリパス) log(マッピングするURL) Lang ja
namazu インデックス作成
2005-02-01-2 / カテゴリ: [linux][namazu] / [permlink]
基本
$ mknmz source-dirsource-dir 以下の、特定拡張子ファイルからカレントにインデックス作成
$ LANG=ja_JP.eucJP mknmz -a source-dir -O output-dirLANG を設定しておかないと、日本語のインデックス作成が上手くいかない
まとめおくり postfix
2005-02-01-1 / カテゴリ: [linux][MTA][SMTP][メール][Postfix] / [permlink]
http://lists.debian.or.jp/debian-users/200112/msg00232.html
同じメールで複数あて先の場合、1smtp session で送信するらしい。
qmail は1メール 1セッション(つーか、1プロセス)
同じメールで複数あて先の場合、1smtp session で送信するらしい。
qmail は1メール 1セッション(つーか、1プロセス)
fml members/actives
2005-01-27-1 / カテゴリ: [linux][fml] / [permlink]
members は、投稿許可リスト(投稿者制限がなければ関係なくなる)
actives は、配送先リスト
未検証だけど
actives は、配送先リスト
未検証だけど
zsh 履歴をインクリメンタルサーチ
2005-01-21-1 / カテゴリ: [linux][shell] / [permlink]
C-r で入力待ち、そのまま文字をタイプする。同じ文字をサーチする場合は続け
て C-r をタイプする。検索対象は入力文字の先頭からということはなく、全てが
対象。
C-r pl で、*.pl の実行履歴、みたいな。
正規表現で ^grep な検索もOK
http://www.namazu.org/~satoru/unimag/3/
bash でも使えた…
て C-r をタイプする。検索対象は入力文字の先頭からということはなく、全てが
対象。
C-r pl で、*.pl の実行履歴、みたいな。
正規表現で ^grep な検索もOK
http://www.namazu.org/~satoru/unimag/3/
bash でも使えた…
rrdtool で DS に指定できるstringは20(19?)文字まで
2005-01-20-1 / カテゴリ: [linux][アプリ] / [permlink]
src/rrd_format.h に
#define DS_NAM_SIZE 20ぽいな…
最終更新時間: 2013-05-02 16:12