hello squid
~with linux now, no good chinese input method~
0, press ctrl + alt + T to open the terminal.
1, sudo apt-get install squid. (so i am with ubuntu.)
2, type 'man squid' we will get the description of 'squid'.
squid - proxy caching server.
blablabla.
3, http://blog.s135.com/book/squid/ squid guide in chinese.
4, 'sudo squid' and 'ps -ax | grep squid'.
5, 'cd /etc/squid/' and 'vim squid.conf',de-comment the 651 line,modify it into 'http-access allow all'.
6, now can test it with other pc.
7, 'cd /var/log/squid/' to see the 3 log files(access.log,cache.log,store.log).