2006-05-01から1ヶ月間の記事一覧
Building Scalable Web Sites: Building, Scaling, and Optimizing the Next Generation of Web Applicationsその目次。Chapter 9がソソる。
RFC4250〜4256がそれ。
copSSH is an ssh server and client implementation for windows systems. It is a yet another packaging of portable openssh, cygwin, some popular utilites, plus implementation of some best practices regarding security.
スライドもあわせて。
LinuxのソースコードにGLOBALを実行してみた。gtagsは正常終了するも、htagsが htags: cannot write to database. source file 'XXX/HTML/arch/parisc/math-emu/fpudispatch.c' is not available.とおっしゃって正常終了してくれない。むぅ。ちなみにgonzui…
資料 ./configure --disable-all 必要なものだけextension = xxx.soで追加 不必要な依存性の排除 httpdの占有メモリ量を減らせる allow_url_fopen = Off libcurlを使う safe_mode = Off opcode cache Zend APC Turck MMCache (の後継?→eAccelerator )
資料 --skip-concurrent-insert myisam_use_mmap from 5.1.4
2.0.54までは、クライアントがRangeヘッダ付きのリクエストをしてきた場合、それがCGIやSSIやmod_jk/Tomcatなど動的なものであってもApacheがレスポンスボディをリクエストに応じて切り詰めてContent-Rangeヘッダをつけてクライアントに返してくれていました…
webデザインに使えるメニュー・アイコン:Goodpic
自信を持ってApacheを操るために 〜内部構造からたどるWebサーバ設定のキモ 1部 2部 3部
OpenSSH を使った簡易 VPN の構築
SecuniaからAWStatsのアドバイザリが出てるんですが、 Particularly notable about these holes is that they are very similar to previously discovered ones. The problems with calls to the open function were already known before. Additionally, th…
資料 (PPT) InnoDB Checkpoints ページは2度書かれる 1 シーケンシャルに、ディスクのdouble-write領域に(速い) 2 ほんとの場所 これはページを書いている途中でmysqldがクラッシュしちゃったときなどにリカバリをより確実に完了できるようにするため Comp…
資料 (PPT) 気になったところをメモ。 SHOW INNODB STATUS\G ディスクアクセスを減らすために innodb_log_file_sizeはinnodb_buffer_pool_sizeの25%ぐらいにする これは、以下を前提としてのお話 innodb_log_file_in_group = 2 innodb_log_file_size × innod…
メモ。 memcached で新しくキャッシュを保存出来ない?! - にぽたん研究所 きのうの memcached ネタ - にぽたん研究所 subtechグループ - Bulknews::Subtech - memcached
tikeda::Diary - 角丸ライブラリ CSSだけで、フレキシブルな角丸ボックスを作る方法::[7korobi8oki.com]
ITmedia News:国産暗号「Camellia」がオープンソースに 404 Blog Not Found:perl - Crypt::Camellia 0.01 Released!
LinuxでRAのprefixを使いつつ、interface IDをMAC由来のEUI-64じゃなくて指定したものにするにはどーするのがきれいなんすかねぇ。