Almost all colleges have some sort of censoring on their Internet service. Many sites like facebook, youtube etc tends to be blocked. A solution to this problem is to use the tor network. Polipo makes pages load faster on slow networks and since tor is not so fast, it is good to set up polipo as well. Here are steps to do it in ubuntu
- Install vidalia and polipo
sudo apt-get install vidalia
sudo apt-get install polipo
- Open config of polipo
sudo gedit /etc/polipo/config
- Add/uncomment these lines
socksParentProxy = "localhost:9050"
socksProxyType = socks5
- Do this if you use proxy to access Net. Go to settings and network. Tick I use a proxy to access the internet and fill in the details.Remove tor from startup by doing
sudo update-rc.d tor disable
& restart. - Start tor. First run takes longer but later it'll connect faster. When it turns green, it means that the network is connected.
- Open your browser's settings where you normally give your proxy address. Give the address as 127.0.0.1 and port as 8123
- That's it. Happy surfing.
No comments:
Post a Comment