(2005-03の一覧)
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

2005-03-31 Thu (他の年の同じ日: 2006)

Meadow インストール
2005-03-31-1 / カテゴリ: [win][meadow] / [permlink]

0. setup-ja.exe 実行前に…
HOME="C:\cygwin\home\hmiyazaki
TZ=JST-9
をセット

1. setup-ja.exe 実行

追加pkgは
  • Meadow.exe (これって必要なの?)
  • wanderlust (なんとなく)
http://www.bookshelf.jp/soft/meadow_9.html#SEC48 ここが詳しい
2005-03-29 Tue (他の年の同じ日: 2006)

Word 編集記号の表示
2005-03-29-1 / カテゴリ: [win][office][word] / [permlink]

ツール(T) -> オプション(O) -> 「表示」タブ -> 編集記号の表示で必要なもの
をチェックする。面倒なら「すべて(A)」で。
2005-03-28 Mon (他の年の同じ日: 2011 2013)

Word 図を境界線で囲む
2005-03-28-4 / カテゴリ: [win][office][word] / [permlink]

挿入した図のコンテキストメニューから「線種とページ罫線と網掛けの設定(B)」
から「囲む(X)」などを選ぶ

squirrelmail unofficialパッケージ
2005-03-28-3 / カテゴリ: [linux][debian][squirrelmail] / [permlink]

これでインストールすると、デフォルトのdataディレクトリのパスが正しく設定
されずに、ログインしようとしてもエラーになる。
# /etc/squirrelmail/conf.pl
data directory を /var/lib/squirrelmail/data/ に設定する

gpgでファイル暗号化
2005-03-28-2 / カテゴリ: [linux][暗号] / [permlink]

text.log を共通鍵暗号化する
$ gpg -c text.log
パスフレーズ:
パスフレーズ(再入力):
$ ls
text.log    text.log.gpg
復号
$ gpg text.log.gpg
パスフレーズ:
-d を付加するとSTDOUTへ吐き出す

squirrelmail インストール
2005-03-28-1 / カテゴリ: [linux][debian][squirrelmail] / [permlink]

http://www.squirrelmail.jp/node.php?id=13
こっちの非公式 deb にて
/etc/apt/sources.list に
deb http://everybody.good-day.net/~nsaito/ squirrelmail/
deb-src http://everybody.good-day.net/~nsaito/ squirrelmail/
を追加
# apt-get install squirrelmail
にて、アップグレード(php4-pearも入る)
で、httpでアクセス
化けない!

squirrelmail で Webメール
2005-03-25-3 / カテゴリ: [linux][debian][squirrelmail] / [permlink]

# apt-get install squirrelmail
(debconf)
Configuring Squirrelmail
What type of Web Server are you running?
	- Apache
	- Apache-SSL
	- Both
	- Other
# /etc/squirrelmail/conf.pl

1(Organization Preferences) -> 6(Default Language) -> "ja_JP"
2(Server Settings) -> 1(Domain) -> 自分のドメイン
                   -> A(Update IMAP Settings) -> まぁいろいろ
4(General Options) -> 1(Default Charset) -> "iso-2022-jp"
うーん、、化ける。officialパッケージだとダメかも。
ja_JPのlocaleも入ってないっぽい
Referrer (Inside): [2005-08-05-2]

apache-php インストール
2005-03-25-2 / カテゴリ: [linux][debian][PHP][Apache] / [permlink]

# apt-get install php4
:
Do you want me to run the apacheconfig script now [y/N] ? n
Ok, not running apacheconfig. Please read the docs in /usr/share/doc/php4
httpd.conf の設定
追加
LoadModule php4_module /usr/lib/apache/1.3/libphp4.so
コメント解除
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps

以上。
確認は適当なディレクトリで .php に
<?php
	phpinfo();
?>
って書いてブラウザでアクセスすればよい

apache + mod-ssl インストール
2005-03-25-1 / カテゴリ: [linux][debian][Apache][SSL] / [permlink]

http://lists.debian.or.jp/debian-users/200112/msg00163.html
# apt-get install apache
(略)
# apt-get install libapache-mod-ssl
(debconfはなし)
・テスト用証明書の作成
# mod-ssl-makecert
/etc/apache/ssl.crt/server.crt: already present
/etc/apache/ssl.csr/server.csr: already present
/etc/apache/ssl.key/server.key: already present

Do you really want to overwrite the existing certificate ? [y/N]:  <- y

What type of certificate do you want to create ?

1. dummy    (dummy self-signed Snake Oil cert)
2. test     (test cert signed by Snake Oil CA)
3. custom   (custom cert signed by own CA)
4. existing (existing cert)
:
> 2 (外用なら3ぽい)

STEP 2 Generating X.509 certificate signing request [server.csr]
1. Country Name             (2 letter code) [XY]:JP
2. State or Province Name   (full name)     [Snake Desert]:Kanagawa
3. Locality Name            (eg, city)      [Snake Town]:Yokohama
4. Organization Name        (eg, company)   [Snake Oil, Ltd]:home
5. Organizational Unit Name (eg, section)   [Webserver Team]:Administrator
6. Common Name              (eg, FQDN)      [www.snakeoil.dom]:localhost
7. Email Address            (eg, name@FQDN) [www@snakeoil.dom]:webmaster@localhost
8. Certificate Validity     (days)          [365]:

STEP 3 Generating X.509 certificate signed by Snake Oil CA [server.crt]
Certificate Version (1 or 3) [3]:

STEP 4: Enrypting RSA private key with a pass phrase for security [server.key]
The contents of the server.key file (the generated private key) has to be
kept secret. So we strongly recommend you to encrypt the server.key file
with a Triple-DES cipher and a Pass Phrase.
Encrypt the private key now? [Y/n]:      <- n

RESULT: Server Certification Files

o  conf/ssl.key/server.key
   The PEM-encoded RSA private key file which you configure
   with the 'SSLCertificateKeyFile' directive (automatically done
   when you install via APACI). KEEP THIS FILE PRIVATE!

o  conf/ssl.crt/server.crt
   The PEM-encoded X.509 certificate file which you configure
   with the 'SSLCertificateFile' directive (automatically done
   when you install via APACI).

o  conf/ssl.csr/server.csr
   The PEM-encoded X.509 certificate signing request file which
   you can send to an official Certificate Authority (CA) in order
   to request a real server certificate (signed by this CA instead
   of our demonstration-only Snake Oil CA) which later can replace
   the conf/ssl.crt/server.crt file.

httpd.conf の設定
sarge なら、/usr/share/doc/libapache-mod-ssl/ に mod-ssl.conf,
vhost.conf.gz として設定ファイル例があるが、woody はない…
<IfModule mod_ssl.c>
  〜

<VirtualHost>
〜
を追加
Referrer (Inside): [2005-08-28-1] [2005-08-09-1]
2005-03-24 Thu (他の年の同じ日: 2006)

Fedora に rsh,rcp,rlogin インストール
2005-03-24-1 / カテゴリ: [linux][command][fedora] / [permlink]

パッケージは Disc#3
# cp -p /mnt/cdrom/Fedora/RPMS/rsh-server-0.17-19.i386.rpm .
# rpm -ivh rsh-server-0.17-19.i386.rpm
# chkconfig rsh on
# /etc/init.d/xinetd restart
$ echo "クライアントのIPアドレス クライアントでのユーザ名" > .rhosts
$ chmod 600 .rhosts

クライアントで
$ rsh -l Fedoraのユーザ名 Fedoraのアドレス Fedoraでのコマンド	
2005-03-22 Tue (他の年の同じ日: 2004 2006)

(scpでなく) ssh コマンドでファイル転送
2005-03-22-1 / カテゴリ: [linux][ssh] / [permlink]

% command | ssh user@server 'cat > ~/file'
ファイルを転送し、それを使って更にリモートでコマンド実行! なんて時は便利
かも
% cat file | ssh user@server 'cat > ~/file; remote-command ~/file'
2005-03-17 Thu (他の年の同じ日: 2006 2007)

wanderlust 添付ファイルを保存するには
2005-03-17-2 / カテゴリ: [linux][wanderlust] / [permlink]

j でメッセージバッファへ移動し、n/p で、保存したいパートへ移動
パート名(?)にカーソルを合わせ、e で、"Methods : " と聞いてくるので
"mime-save-content"と入力。

wanderlust キーバインド2
2005-03-17-1 / カテゴリ: [linux][wanderlust] / [permlink]

サマリーモード
y 表示しているメールの生データを別ファイルに保存
2005-03-16 Wed (他の年の同じ日: 2007)

Firefox 1.0 -> 1.0.1 バージョンアップ
2005-03-16-1 / カテゴリ: [win][mozilla] / [permlink]

作業前拡張リスト
Add Bookmark Here
SwitchProxy Tool
Go Up
Popup ALT Attribute
LiveHTTPHeaders
View Cookies
Web Developer
TargetAlert
Advanced Highlighter Button
Html Validator (based on Tidy)
Sort Bookmarks
ScrapBook
Tabbrowser Preferences
miniT
keyconfig

拡張はイジらずに、1.0アンインストール -> 1.0.1インストール
Tabbrowser Preferences と miniT を削除。んで
Tab Mix をいれた
http://hemiolapei.free.fr/divers/tabmix/tabmix.html.en
2005-03-09 Wed (他の年の同じ日: 2004 2006)

tcsh,bash,zsh(TABが補完キーのシェル)でタブ(\t)の入力
2005-03-09-2 / カテゴリ: [unix][linux][shell] / [permlink]

C-v のあと、TAB を押下する
grep なんかで \t を見つけたいとき使え

sed のマッチ箇所のキャプチャ
2005-03-09-1 / カテゴリ: [unix][linux][正規表現][command] / [permlink]

% sed -e 's/\(regex\)/\1/'
"逆スラ番号"で

wget で post
2005-03-04-2 / カテゴリ: [linux][command] / [permlink]

$ wget --post-data='foo=bar&hoge=hage' http://www.example.org/
ただし、1.9.1 以降

wget で cookie
2005-03-04-1 / カテゴリ: [linux][command] / [permlink]

http://www.yotabanana.com/lab/0516.html?date=0516
$ wget --save-cokkie=cookie.txt http://www.example.org/
$ wget --load-cookie=cookie.txt http://www.example.org/
みたいな
2005-03-03 Thu (他の年の同じ日: 2006)

wanderlust サマリでマルチパートメールの横に'@'マーク
2005-03-03-6 / カテゴリ: [linux][wanderlust] / [permlink]

http://emacs-21.ki.nu/application/wl.html
;; メールDBにcontent-typeを加える
(setq elmo-msgdb-extra-fields
    (cons "content-type" elmo-msgdb-extra-fields))
;; 添付ファイルがある場合は「@」を表示
(setq wl-summary-line-format "%n%T%P%1@%M/%D(%W)%h:%m %t%[%17(%c %f%) %] %#%~%s")
(setq wl-summary-line-format-spec-alist
      (append wl-summary-line-format-spec-alist
              '((?@ (wl-summary-line-attached)))))
変更後に、サマリを update する (s -> all)

日本語の添付ファイルの表示
2005-03-03-5 / カテゴリ: [linux][wanderlust] / [permlink]

http://www.kakutani.com/20040422.html
;;日本語の添付ファイル名を正しく表示
;;これがないと化けます.
(defvar my-mime-filename-coding-system-for-decode
  '(iso-2022-jp japanese-shift-jis japanese-iso-8bit))
(defun my-mime-decode-filename (filename)
  (let ((rest (eword-decode-string filename)))
    (or (when (and my-mime-filename-coding-system-for-decode
                   (string= rest filename))
          (let ((dcs (mapcar (function coding-system-base)
                             (detect-coding-string filename))))
            (unless (memq 'emacs-mule dcs)
              (let ((pcs my-mime-filename-coding-system-for-decode))
                (while pcs
                  (if (memq (coding-system-base (car pcs)) dcs)
                      (setq rest (decode-coding-string filename (car pcs))
                            pcs nil)
                    (setq pcs (cdr pcs))))))))
        rest)))

(eval-after-load "mime"
  '(defadvice mime-entity-filename (after eword-decode-for-broken-MUA activate)
     "Decode encoded file name for BROKEN MUA."
     (when (stringp ad-return-value)
       (setq ad-return-value (my-mime-decode-filename ad-return-value)))))
(require 'std11)

;; ファイル名が日本語の添付ファイルをエンコードする [semi-gnus-ja: 6046]
(eval-after-load "std11"
  '(defadvice std11-wrap-as-quoted-string 
     (before encode-string activate)
     "Encode a string."
   (require 'eword-encode)
   (ad-set-arg 0 (eword-encode-string (ad-get-arg 0)))))
... こっちのほうが良いかも (↑asciiのみの添付ファイル名が表示できない…)
http://emacs-21.ki.nu/application/wl.html

ezweb 位置情報のpost
2005-03-03-3 / カテゴリ: [携帯] / [permlink]

device:location?url=http://www.example.jp/ へアクセス
query_string に datum=tokyo&unit=dms&lat=xx.xx.xx.xx&lon=yy.yy.yy.yy がセ
ットされる
あとは、サーバサイドのプログラムで、query_string を読めば良い。

Wanderlust の Maildir/ 購読設定
2005-03-03-2 / カテゴリ: [linux][wanderlust] / [permlink]

.folder に
./
を書いておく。.elmo/finfo はリセットしておく。
Referrer (Inside): [2005-12-22-1]

Wanderlust のオンライン オフライン切り替え
2005-03-03-1 / カテゴリ: [linux][wanderlust] / [permlink]

C-t (screen ^t^t 中なら C-t C-t)
これで、既存設定の何をオンラインにするのかを{SPC,RET}で切り替える
終わったら q で
M-t で、全てを一気にオンライン/オフライン切り替え
2005-03-02 Wed (他の年の同じ日: 2006 2007)

Mew で Maildir
2005-03-02-9 / カテゴリ: [linux][メール][アプリ] / [permlink]

ちょっと制限ありすぎ
基本は .mew.el に
(setq mew-mailbox-type 'mbox)
(setq mew-mbox-command "incm")
(setq mew-mbox-command-arg "-d /home/zaki/Maildir/")
で OK だけど
arg で指定するオプションにより ("-a -d /path/maildir" など)
<初期状態>
       cur/{1,2}
       new/{3,4}
<opt無しのincm>
       cur/{1,2}
       new/{}
       to inbox: {3,4}
<-a>
       cur/{}
       new/{}
       to inbox: {1,2,3,4}
<-b>
       cur/{1,2,3,4}
       new/{}
       to inbox: {3,4}
<-a -b>
       cur/{1,2,3,4}
       new/{}
       to inbox: {1,2,3,4}
て感じ。
つまり、頑張っても new しか読めないか、Maildir 以下が消える(そして
Mail/inbox へ移動)
要するに、Maildir/ を読むのではなく、Maildir/ からインポートして inbox を
読むってこと。っぽい
自分的に使えない…残念。

html構文チェック
2005-03-02-8 / カテゴリ: [linux][html] / [permlink]

$ tidy index.html
$ tidy -e index.html (エラーのみ出力)

htmlリストの入れ子
2005-03-02-7 / カテゴリ: [html] / [permlink]

valid な書式は
<ul>
 <li>...</li>
 <li>...</li>
 <ul>
  <li>..</li>
 </ul>
 <li>...</li>
</ul>
でなく
<ul>
 <li>...</li>
 <li>...
  <ul>
   <li>..</li>
	</ul></li>
 <li>...</li>
</ul>

背景に透かし文字
2005-03-02-6 / カテゴリ: [win][office][word] / [permlink]

書式(O)->背景(K)->透かし(W)

zsh のエイリアスでパイプ指定
2005-03-02-5 / カテゴリ: [unix][linux][shell] / [permlink]

alias -g L='| lv'
alias -g H='| head'
alias -g T='| tail'
alias -g W='| wc'
alias -g G='| grep'
これで
% command L

% command | lv
と同じことになる

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]
2005-03
前の月 / 次の月 / 最新

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