2006-04-02 Sun

[別の年の同じ日: 2001 2002 2003 2005 2007 2008 2010 2011 2013

インタビュー:OpenBSDのTheo de Raadtに聞く はてぶ

http://japan.linux.com/desktop/06/03/31/0137249.shtml?topic=1

- Theo's page
  http://www.theos.com/deraadt/

ぱるま - Perlish Magazine はてぶ

http://jp.rubyist.net/PerlMa/

RabbIT web proxy はてぶ

http://www.khelekore.org/rabbit/

RabbIT is a web proxy that speeds up web surfing over slow links by doing:
- Compress text pages to gzip streams. This reduces size by up to 75%
- Compress images to 10% jpeg. This reduces size by up to 95%
- Remove advertising
- Remove background images
- Cache filtered pages and images
- Uses keepalive if possible
- Easy and powerful configuration
- Multi threaded solution written in java
- Modular and easily extended
- Complete HTTP/1.1 compliance

via: 低速回線における高速通信を実現 - HTTPプロクシRabbIT 3.0 (MYCOM PC WEB)
     http://pcweb.mycom.co.jp/news/2006/03/31/348.html

Journal@rchive はてぶ

http://www.journalarchive.jst.go.jp/japanese/top_ja.php

- 電子アーカイブで過去の学術雑誌を初公開(明治期からの日本の研究の探索が可能に)
  http://www.jst.go.jp/pr/info/info271/index.html

squid による透過型プロキシ はてぶ

http://www.linux.or.jp/JF/JFdocs/TransparentProxy.html

LAN 側からの port 80 へのアクセスを squid (port 3128) を経由させる.

squid の設定

httpd_accel_host virtual
httpd_accel_port 80
httpd_accel_with_proxy on
httpd_accel_uses_host_header on


iptables の設定

/sbin/iptables -t nat -A PREROUTING -i eth1 -p tcp --dport 80 -j REDIRECT --to-port 3128