(2004-08の一覧)
01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31

2004-08-31 Tue (他の年の同じ日: 2005)

maildirmake Sent ディレクトリ
2004-08-31-1 / カテゴリ: [linux][command] / [permlink]

http://sanguine.jp/pipermail/squirrelmail-users/2003-November/001038.html
$ maildirmake -f Trash ~/Maildir
$ maildirmake -f Sent ~/Maildir
$ maildirmake -f Draft ~/Maildir
2004-08-27 Fri (他の年の同じ日: 2005 2006)

Oracle sqlplus テーブル一覧
2004-08-27-1 / カテゴリ: [SQL][Oracle] / [permlink]

SQL> select table_name from dba_tables where table_name like '%hoge%';

テーブル名に hoge が含まれるものをリストアップする。
"%" はシェルで言うワイルドカード
"table_name" と "dba_tables" は固定
2004-08-21 Sat (他の年の同じ日: 2005 2007)

cygwin fetchmail procmail
2004-08-21-1 / カテゴリ: [win][メール][cygwin] / [permlink]

procmail: Suspicious rcfile "/home/hmiyazaki/.procmailrc"
procmail: Couldn't read "/home/hmiyazaki/.procmailrc"
ひたすらこのエラーがでる
/home/hmiyazaki/.procmailrc は問題ない
原因は、/home/hmiyazaki が 777 になっていた
cygwin 環境だとアリガチかも。
Referrer (Inside): [2005-12-21-2]
2004-08-20 Fri (他の年の同じ日: 2005 2006 2007)

シェルスクリプトで標準入力からの値入力取得
2004-08-20-1 / カテゴリ: [unix][shell] / [permlink]

read シェル変数
「[Enter]おすまで停止させる」にもつかえるよ
2004-08-18 Wed (他の年の同じ日: 2007)

Oracle(てーかSQL) 基本
2004-08-18-1 / カテゴリ: [SQL][Oracle] / [permlink]

SQL> select 列挙したい項目 from テーブル名;
SQL> select 列挙したい項目 from テーブル名 where カラム名 = 'カラムの値';

e.g.
SQL> select COLUMNS1, COLUMNS2 from TABLE where COLUMNS3 = '1234567890';
COLUMNS3 が 1234567890 なレコードの、COLUMNS1, COLUMNS2 のみ表示する

数値のカラムが変なフォーマットになる
SQL> col カラム名 from 9999999999 (9は「数字」の意 %dみたいな?)
(文字列は a)

見たいテーブルのカラム名のリスト
SQL> desc テーブル名;
2004-08-06 Fri (他の年の同じ日: 2006 2007)

既存の tar に書庫追加
2004-08-06-2 / カテゴリ: [linux][command] / [permlink]

r
% tar rf foobar.tar appendfile.txt
追加できるのは非圧縮(生のtarファイル)。
また、すでにあるファイルも、同ファイル名で追加されるので注意

2011-01-23 tarについて追記、オプションのみの記載からコマンド例に修正。
Referrer (Inside): [2011-01-23-1]

スペースの文字コード
2004-08-06-1 / カテゴリ: [linux] / [permlink]

半角SPC '\x20';
全角SPC '(?:\xA1\xA1)'; # EUC-JP
全角SPC '(?:\x81\x40)'; # SJIS
2004-08-05 Thu (他の年の同じ日: 2005 2007)

diff でインデントを無視して比較
2004-08-05-1 / カテゴリ: [linux][command] / [permlink]

$ diff -w file1 file2
非 GNU も OK

tar で絶対パスでアーカイブ作成
2004-08-02-1 / カテゴリ: [linux][command] / [permlink]

$ tar cPf file.tar directory
(SolarisでもOK…)
2004-08-01 Sun (他の年の同じ日: 2005 2006)

(cygwin) iw-imap インストール
2004-08-01-3 / カテゴリ: [win][imap][cygwin] / [permlink]

http://www.google.co.jp/search?q=cache:cp4MHMZTOW8J:www.geoc ...
$ iu-config
でも、/var/mail/{username} しか見なく、Maildir には対応していないぽい

(cygwin) exim インストール
2004-08-01-2 / カテゴリ: [win][cygwin][MTA] / [permlink]

$ exim-config
Who is the local postmaster? [username]
(/etc/aliasesが作られる)
hostname. Is it "hostname"? (yes/no)
(ホスト名)
Do you want to install the exim daemon as a service? (yes/no) yes
Enter the period of the queue runner, in minutes: [15] 
Do you want the daemon to run with ntsec? (yes/no) yes

Do you want to start the exim daemon as a service now? (yes/no) 

Some programs expect /usr/sbin/sendmail to point to a mailer.
Do you want to point /usr/sbin/sendmail to /usr/bin/exim ? (yes/no) yes

forkした子プロセスをwaitしない(見殺しにした)ときの defunct 抑制
2004-08-01-1 / カテゴリ: [programming][perl] / [permlink]

$SIG{CHLD} = 'IGNORE';
でよい
親プロセスは fork した子プロセスは完全にシカトするようになる。
2004-08
前の月 / 次の月 / 最新

2013 : 01 02 03 04 05 06 07 08 09 10 11 12
2012 : 01 02 03 04 05 06 07 08 09 10 11 12
2011 : 01 02 03 04 05 06 07 08 09 10 11 12
2010 : 01 02 03 04 05 06 07 08 09 10 11 12
2009 : 01 02 03 04 05 06 07 08 09 10 11 12
2008 : 01 02 03 04 05 06 07 08 09 10 11 12
2007 : 01 02 03 04 05 06 07 08 09 10 11 12
2006 : 01 02 03 04 05 06 07 08 09 10 11 12
2005 : 01 02 03 04 05 06 07 08 09 10 11 12
2004 : 01 02 03 04 05 06 07 08 09 10 11 12

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