2006-03-01から1ヶ月間の記事一覧

Desktop Album

好きなところに好きな写真貼り付けられるソフト。 便利。http://www.forest.impress.co.jp/lib/pic/piccam/digicame/desktopalbum.html

YAPC

「Damian Conway」は話が面白くてカッコいい。 ということが判明しました。でうっかり「Perl Best Practices」買ってしまいました。おかしいな〜今月は財布の紐締める予定だったのに。

IO::All

GoogleでIOで検索をかけたらSimple IO Handling with IO::Allってのが見つかった。メモ。http://www.perl.com/pub/a/2004/03/12/ioall.html

Template::Plugin::ListUtil

最近、「List::Util」っていうモジュールを聞いた。 で、CPANで改めてsearchしたら、Pluginがあった。 これ使えるといいよなあ。http://search.cpan.org/~markf/Template-Plugin-ListUtil-0.02/lib/Template/Plugin/ListUtil.pm

IO

IOモジュール群を使うときは、以下のようにqwして使う。 use IO qw(Handle File);

o conf urllist

CPANで「Graham Barr > IO-1.23」をインストールしようとしたら 失敗して、 o conf urllist と言われたので調べてみた。どうも、取得先のURL死んでるんじゃない?と言っておられるようでした。 o conf urllist pop URL で削除して o conf urllist push URL …

emacs

LISPが楽しいそうなのでメモ。起動・終了 C-z 保存終了 C-x C-c 強制終了 ポイントの移動 C-a 行の最初に移動します C-e 行の最後に移動します C-f 右に1文字移動します C-b 左に1文字移動します C-n 1行下方に移動します C-p 1行上方に移動します C-l 画面…

The Web Design Group's FAQ Archives

メモhttp://www.htmlhelp.org/faq/

klogd

何かうごいてるなーと思ったのでメモ。klogd - カーネルログデーモン: http://www.linux.or.jp/JM/html/sysklogd/man8/klogd.8.html

mod_perl 1.1

最近、かゆいところに手が届かないことに気づき始めた。 そんなある春の日。

ワンダと巨像

良かった。 「ワンダと巨像」の開発を主導したSCEの海道賢仁・上田文人コンビにとって、同賞の受賞は前作「ICO」に続いて2回目となる。ただし、前回(第2 回)では、Excellence in Visual Arts、Game Innovation Spotlights、Excellence in Level Designの3…

ProxyPass

メモhttp://www.ok24.jp/tech/apache_proxypass.html

影響を受けやすい人の物欲

25日過ぎたら買おう。Write Great Code〈Vol.1〉ハードウェアを知り、ソフトウェアを書く http://www.amazon.co.jp/exec/obidos/ASIN/4839918201/bk256-1-22/ref%3Dnosim/503-5196934-3388724

coLinux

coLinuxを入れてみる。http://www.geocities.jp/error_storm/

proxy_balancer

「proxy_balancer」には、「バランサマネージャ」というものがあるらしい。mod_status と mod_proxy_balancerを入れる必要がある。設定方法は以下。 SetHandler balancer-managerOrder Deny,Allow Deny from all Allow from .foo.com ちなみに、mod_proxy_ba…

mod_proxy

リバースプロキシの設定例。 ProxyRequests Off Order deny,allow Allow from allProxyPass /foo http://foo.example.com/bar ProxyPassReverse /foo http://foo.example.com/bar アクセス制御の設定例が以下 Order Deny,Allow Deny from all Allow from 192…

Apache2.2 インストール

インストール失敗するなと思ったら、 コンパイラ無かった orz apt-get install g++ 上手く通ってくれた。

mod_proxy

メモhttp://www5.plala.or.jp/vaio0630/apache/apache_proxy.htm

screen

メモする予定。

zsh

Debian他にインストールしたときの設定ファイルの雛形が欲しいのでメモ。メモhttp://www.gentei.org/~yuuji/rec/pc/intro-zsh.html http://homepage1.nifty.com/blankspace/zsh/zsh.html http://www.ex-machina.jp/zsh/ http://www.ayu.ics.keio.ac.jp/~muka…

国家の品格

藤原正彦という数学者が書いている本。 最近出たやつで結構おもしろい。 「若き数学者のアメリカ」のほうが好きだけど。

Apache モジュール mod_proxy_balancer

基本的な情報。 説明: 負荷分散のための mod_proxy 拡張 ステータス: Extension モジュール識別子: proxy_balancer_module ソースファイル: proxy_balancer.c 互換性: 2.1 以降 2 種類のロードバランサスケジューラアルゴリズムがあり、 リクエスト回数によ…

source.list

メモ /etc/apt/source.list

JavaScript

久々に触ったらF5を連打したりして、楽しかったよ。メモhttp://javascript.internet.com/

Apache Module mod_dbd

メモ mod_dbd manages SQL database connections using apr_dbd. It provides database onnections on request to modules requiring SQL database functions, and takes care of managing databases with optimal efficiency and scalability for both thre…

Rails

最近、Apacheとmod_perlが気になって放置中。

ログイン周りで

InternalServerErrorが出たよ。 びっくりしたね。

Overview of new features in Apache 2.2

URLの記事で以下のことが書かれていて気になった。参照: http://www.atmarkit.co.jp/flinux/special/apache22/apache01.html プロキシでロードバランス機能を実現するmod_proxy_balancerモジュールが追加 RDBMSとの連携を可能にするmod_dbdモジュールの追加…

mod_perl 1.0 API

メモ Apache - Perl interface to the Apache server API http://perl.apache.org/docs/1.0/api/Apache.html

Mason

以下URLで見かけたのでメモ。http://perl.apache.org/docs/1.0/api/Apache/Leak.html#toc_Description アマゾンはperlでできている - Javaジャバ言ってる間にも(7) http://neta.ywcafe.net/000492.html