トップ «前の日記(2003-09-19) 最新 次の日記(2003-09-23)» 編集

TPRG: 迷走メモ書き

[Donate to CCjp]
2000|12|
2001|01|02|03|04|05|06|07|08|09|10|11|12|
2002|01|02|03|04|05|06|07|08|09|10|11|12|
2003|02|03|04|05|06|07|08|09|10|11|12|
2004|01|02|03|05|06|07|08|09|10|11|12|
2005|01|02|03|04|05|06|07|08|09|10|11|12|
2006|01|02|03|04|05|06|07|08|09|12|
2007|01|02|03|04|05|06|07|08|09|10|11|12|
2008|01|02|03|04|07|08|11|12|
2009|01|02|
2010|04|06|09|

2003-09-22

_ [comp] ワームが五月蠅い

相変わらず Microsft の Security Patch がどうこう言うメールが激しい。 ウイルス自体はどうでも良いのだけど、これで埋め尽くされて鬱陶しいので排除してみる。

Clam AntiVirus のパッケージが見つかったのでとりあえずこれを使ってみよう。

apt-get install clamav

でおしまい。データーベースを自動的に更新するデーモンもあるので良い感じ。 更新間隔は debconf で適当に答えておく。

clamscan と言うのが実際のスキャナらしい。本来はファイルを指定するのだけど、 stdin から読む機能もあるし、MIME を展開する機能もあるから何とかなる。 ウイルスを見つけると exitcode 1 で抜けるとのことなので、.procmailrc には

# drop virus
:0 HB
* ? sh -c 'clamscan -mi --disable-summary -; test "$?" == 1 && exit 0; exit 1'
/home/sugi/virus

みたいに書いてみた。巧く動いている様だ。

_ [url] 【WPC EXPO】電力線インターネットは最大200Mbps

電力線ネットワークって線の品質に激しく左右されそうだけど。

_ [url] AWStats

人徳ゼロ日記 経由。

AWStats is a short for Advanced Web Statistics. It's a free powerful and featureful tool that generates advanced web (but also ftp or mail) server statistics, graphically. This log analyzer works as a CGI or from command line and shows you all possible information your log contains, in few graphical web pages. It uses a partial information file to be able to process large log files, often and quickly. It can analyze log files from IIS (W3C log format), Apache log files (NCSA combined/XLF/ELF log format or common/CLF log format), WebStar and most of all web, proxy, wap, streaming servers (and ftp servers or mail logs).

よさげかも。

_ [deb] ruby1.8 libraries can't build on powerpc and arm

ruby1.8 extconf.rb
/usr/lib/ruby/1.8/powerpc-linux/rbconfig.rb:62: stack level too deep (SystemStackError)
	from /usr/lib/ruby/1.8/mkmf.rb:3:in `require'
	from /usr/lib/ruby/1.8/mkmf.rb:3
	from extconf.rb:1:in `require'
	from extconf.rb:1

どうしたら良いんだ。取り合えず BTS するメモ。

done (Bug#212282).

_ [misc] gcc の po は素敵なのですよ

最近のヒット。

init.c: 関数 `set_url' 内:
init.c:52: 警告: 互換性のないポインタ型からの引数 2 個の `rb_str2cstr' を渡しますです
init.c: 関数 `set_proxy' 内:
init.c:77: 警告: 互換性のないポインタ型からの引数 2 個の `rb_str2cstr' を渡しますです

_ [comp] Stop Verisign DNS Abuse

嘆願書のために署名を集めているところ。 現時点で 178? えらく少ないね。

しかし,

PetitionOnline.com provides free online hosting of public petitions for responsible public advocacy.

[www.PetitionOnline.comより引用]

うーむ。たのみこむみたいな物なのかな?

署名しようかと思ったらエラーになってしまった

少ないのはそのせい? 手元のプロキシがおかしいのかもしれないが。

_ [url] あれこれポップアップ

面白い。 本来は UA 側に搭載されるべき機能なんだろうが、現状それがない以上、 サイト側で用意してやるしかないだろう。

とりあえず 動作サンプルぺージ へ行ってみるべし。

お名前:
E-mail:
コメント:
[]


Tatsuki Sugiura <sugi@nemui.org>