What's new

help a n00b...again?

P

phry

Newbie
Messages
7
Reaction score
0
Points
35
Sin$
0
can anyone explain step by step how to get Tor for ubuntu Intrepid? thanks
 
Ibdc

Ibdc

VIP
VIP
Retired
Forum Addict MotM
Messages
4,969
Reaction score
2,193
Points
625
Sin$
0
  1. sudo aptitude install tor
  2. sudo vim /etc/tor/torrc
  3. sudo vim /etc/privoxy/config
  4. comment out: “logfile logfile” and “jarfile jarfile”
  5. find: listen-address 127.0.0.1:8118
  6. add (on next line): forward-socks4a / localhost:9050 . (including the period)
  7. sudo /etc/init.d/tor restart && sudo /etc/init.d/privoxy restart
  8. configure your network to now use Tor and Privoxy.
Firefox Setup / Global Network Proxy Settings:
  1. Edit > Preferences > Advanced > “Connection”
  2. HTTP and SSL Proxy: localhost: 8118
  3. SOCKS Host: localhost 9050

For gaim:

  1. Edit any account (Jabber, MSN, etc)
  2. “Advanced” Tab or “Proxy Settings” (depending on your version of gaim)
  3. Proxy Type: SOCKS 5
  4. Host: 127.0.0.1
  5. Port: 9050
  6. Done

For IRC (freenode) over gaim:

  1. Edit your IRC account settings
  2. change “irc.freenode.net” to: mejokbp2brhw4omd.onion
  3. “Advanced” Tab or “Proxy Settings” (depending on your version of gaim)
  4. Proxy Type: SOCKS 5
  5. Host: 127.0.0.1
  6. Port: 9050

from: How to install Tor & Privoxy : (K)Ubuntu (6.06 / 6.10) : Ubuntu Tutorials : Dapper - Gutsy - Hardy - Intrepid
 
UBA Fatman UBA

UBA Fatman UBA

Getting There
Messages
2,162
Reaction score
288
Points
220
Sin$
0
easy way: go to applications >accessories> terminal than type in "sudo apt-get install tor"
 
Top Bottom
Login
Register