Entries from 2013-09-01 to 1 month

mechanize referer

http://www.dzone.com/snippets/many-mechanize-examplespage = agent.get(:url => 'http://apoc.sixserv.org/requestinfo/', referer => 'http //google.com/this/is/a/custom/referer') puts page.bodyhttp://w.livedoor.jp/ruby_mechanize/d/Mechanizehtt…

ubuntu server gnome missing applet

sudo apt-get install indicator-applet sudo apt-get --no-install-recommends install indicator-applet-complete indicator-session

Ubuntu Server 一覧

http://www.server-world.info/query?os=Ubuntu_12.04&p=samba&f=1

squid tags 機能一覧

http://squid.robata.org/squid2.0-conf.html

squid: can't do HTTPS transparent proxy

HTTPS traffic is encrypted, and squid is lacking the proper keys/certificates to decrypt it.In theory, you could set up squid with its own certificates, but that will turn squid into a man-in-the-middle, i.e. all your clients will complain…

squid3 透過型 設定 匿名化

http://www.virment.com/vyatta/vyatta-proxy/15//etc/squid3/squid.confの修正・アクセスコントロールの設定 ネットワークアドレス192.168.101.0/24からのトラフィックの処理を許可するために、下記の2行をsquid.confに追記します。 「acl lan1 src 192.168…

ip rule, route add, /proc/sys/net/ipv4/ip_forwardの値の修正

http://www.virment.com/vyatta/vyatta-proxy/15/デフォルトでは/proc/sys/net/ipv4/ip_forwardに記述されている値が0となっており、この場合はIPフォワード機能が無効になっています。squidを動作させるにはIPフォワードを有効にする必要があるため、squid…