In Panel create a custom script and then paste this URL: http://wiki.webfaction.com/wiki/Web2py-LatestSource
Wednesday, June 30, 2010
Monday, June 28, 2010
Tor on Ubuntu
I found Tor works with privoxy but not the recommended polipo on Ubuntu 9.10. To run tor first add the following to /etc/apt/sources.list:
Now install Tor and the proxy server with:
Now set 127.0.0.1:8118 as proxy (eg in firefox) to access the Tor network.
For me the [distribution] is Karmic.deb http://deb.torproject.org/torproject.org [distribution] main
Now install Tor and the proxy server with:
- sudo aptitude install tor privoxy
- sudo vim /etc/tor/torrc and modify MaxCircuitDirtiness
- sudo vim /etc/privoxy/config
- comment out: “logfile logfile”
- find: listen-address 127.0.0.1:8118
- add (on next line): forward-socks4a / localhost:9050 . (including the period)
- sudo /etc/init.d/tor restart && sudo /etc/init.d/privoxy restart
Now set 127.0.0.1:8118 as proxy (eg in firefox) to access the Tor network.
Subscribe to:
Posts (Atom)