2011-02-09

Set Tor for linux and take care of internet censorship

aptitude install vidalia polipo
wget http://www.torproject.org/dist/tor-0.2.1.29.tar.gz
tar -xzvf tor-0.2.1.29.tar.gz
cd tor-xxx
./configure && make && make install
wget https://gitweb.torproject.org/torbrowser.git/blob_plain/HEAD:/build-scripts/config/polipo.conf
cp polipo.conf /etc/polipo/config
vidalia -> settings -> general
Tor
check:Start the Tor software when Vidalia starts
path:/usr/local/bin/tor
Proxy Application(optional)
check:Start a proxy applicaion when Tor starts
path:/usr/bin/polipo
ProxyApplicaion Arguments:
-c /etc/polipo/config
FireFox
install Tor addon
FireFox -> Tools -> Add-ons -> TorButton -> Preferences -> Proxy Settings
check:Use custom proxy settings
HTTP Proxy:127.0.0.1 Port:8118
SSL Proxy:127.0.0.1 Port:8118
SOCKS Host:127.0.0.1 Port:9050
check:SOCKS v5
No Proxies for:127.0.0.1
better use Test Settings button before you up some leaks.
and double check your IP by access http://ipid.shat.net/ before it.

BCM4321 on Latitude D430

At kernel 3 find wireless hardware lspci | grep -i wireless  check using current kernel module with PCI bus address lspci -vv -s 0c:...