As we know,
lot of good sites can not be accessed in the Great China,
Here is the way to break the fucking wall.
1. Install a proxy server in you linux server, a good proxy server soft is Squid.
Here is the good article about “Install Squid Proxy on CentOS / Redhat enterprise Linux 5“.
Before you start the squid service, you should open it’s config file: ‘vim /etc/squid/squid.conf’,
and search the word “visible_hostname“,
add the tag like this: “visible_hostname {your server’s host name}”
2. Use PuTTY to create an SSH tunnel between your pc and your Linux Server.
There is a perfect article about “Using PuTTY under Windows to create an SSH tunnel to your NetManager“.
When you create a PuTTY tunnel, you need to add a tunnel like this:
Source port: 3218
Destination: localhost:3128
Squid use the port “3128″ as default.
3. Config your Browser’s proxy server
server: localhost
port: 3128
4. Use PuTTY connect to your linux server, and enjoy the free to access any web site in the world!
Hurray~