apacheのconfigureのオプションで、--enable-module=all って、--disable-module=foo よりも前に書かないと、--disable-module=foo が有効にならないって知らなかった…。
2004年3月アーカイブ
TypeKeyTypeKey is an online authentication system that lets you log in to Six Apart's TypeKey service with a single login name and password, granting you permission to comment on thousands of weblogs across the web.
コメントとか打つのにこれがないとできなくなって、spam commentとかをはじけるようになるのかな?
そして、ソーシャルネットワーク的な友達登録していって、友達は無条件にコメントオッケイ、その友達もオッケイとか設定できるようになるみたいな。でも友達の友達は他人だから友達だけ無条件オッケイにしないと結局同じことになるな(笑)
ssh で、.ssh/authorized_keysで以下の設定をすると、指定したホストからのアクセスのみで認証が行なわれるみたいです。
from="000.000.000.000" 1024 35 foobarfoobarfoobarfoobarfoobar... foo@example.com
通常の行の先頭に、from="pattern-list" を付けるだけです。pattern-listはIPアドレスとかです。また、そのIPアドレスとかの先頭に ! を付けるとそのホストからのアクセスのときは認証が行なわれません。
次に command="example-command" を以下のように、
command="ls" 1024 35 foobarfoobarfoobarfoobarfoobar... foo@example.com
とやると、そのコマンドを実行してログアウトします。なので、ここにexitとかを書いておくとsshの認証ではログインできない模様(笑)
上記の二つを指定することもできます。その場合は、「,」でつなげることでできます。
from="000.000.000.000",command="ls" 1024 35 foobarfoobarfoobarfoobarfoobar... foo@example.com
こんな感じ。
Affrus 1.0Affrus 1.0 is an integrated Perl editing and debugging environment for Mac OS X. It wraps Perl in a standard, familiar, and intuitive user interface. Affrus is the perfect center for all your Perl development needs on Mac OS X.
Mac OS X用のperlのデバッガーアプリらしい。
でもemacsつかってるからなー。これをわざわざ使うのも…。
