17282053cdf6401a56f6232d54538fda563938d5
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

1) ## translation metadata
Roger Dingledine looks like we never set the...

Roger Dingledine authored 13 years ago

2) # Revision: $Revision$
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

3) # Translation-Priority: 3-low
4) 
5) #include "head.wmi" TITLE="Tor: Linux/BSD/Unix Install Instructions" CHARSET="UTF-8"
6) <div id="content" class="clearfix">
7)   <div id="breadcrumbs">
Andrew Lewman change all of the breadcrum...

Andrew Lewman authored 13 years ago

8)     <a href="<page index>">Home &raquo; </a>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

9)     <a href="<page docs/documentation>">Documentation &raquo; </a>
10)     <a href="<page docs/tor-doc-unix>">Linux/BSD/Unix Client</a>
11)   </div> 
12)   <div id="maincol"> 
Andrew Lewman change all of the breadcrum...

Andrew Lewman authored 13 years ago

13)     <h1>Running the <a href="<page index>">Tor</a> client on Linux/BSD/Unix</h1>
Sebastian Hahn We decided to go with HTML...

Sebastian Hahn authored 13 years ago

14)     <br>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

15)     
Andrew Lewman address ticket 5706 by maki...

Andrew Lewman authored 11 years ago

16)     <h2>Note that these are the installation instructions for running a
Matt Pagan Replaced "the Tor Browser B...

Matt Pagan authored 9 years ago

17)     Tor client. The easiest way to do this is to simply download <a
18)     href="<page projects/torbrowser>">Tor Browser</a> and you are
Andrew Lewman address ticket 5706 by maki...

Andrew Lewman authored 11 years ago

19)     done.
20)     </h2>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

21)     
Sebastian Hahn We decided to go with HTML...

Sebastian Hahn authored 13 years ago

22)     <hr>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

23)     <a id="installing"></a>
24)     <h2><a class="anchor" href="#installing">Step One: Download and Install Tor</a></h2>
Sebastian Hahn We decided to go with HTML...

Sebastian Hahn authored 13 years ago

25)     <br>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

26)     
27)     <p>
28)     The latest release of Tor can be found on the <a
29)     href="<page download/download>">download</a> page. We have packages for Debian,
Sebastian Hahn Remove reference to BSD pac...

Sebastian Hahn authored 9 years ago

30)     Red Hat, Gentoo, etc there too. If you're
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

31)     using Ubuntu, don't use the default packages: use <a
32)     href="<page docs/debian>#ubuntu">our deb repository</a> instead.
33)     </p>
34)     
35)     <p>If you're building from source, first install <a
36)     href="http://www.monkey.org/~provos/libevent/">libevent</a>, and
37)     make sure you have openssl and zlib (including the -devel packages if
Sebastian Hahn We decided to go with HTML...

Sebastian Hahn authored 13 years ago

38)     applicable). Then run:<br>
39)     <tt>tar xzf tor-<version-stable>.tar.gz; cd tor-<version-stable></tt><br>
40)     <tt>./configure &amp;&amp; make</tt><br>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

41)     Now you can run tor as <tt>src/or/tor</tt>, or you can run <tt>make install</tt>
42)     (as root if necessary) to install it into /usr/local/, and then you can
43)     start it just by running <tt>tor</tt>.
44)     </p>
45)     
46)     <p>Tor comes configured as a client by default. It uses a built-in
47)     default configuration file, and most people won't need to change any of
48)     the settings. Tor is now installed.
49)     </p>
50)     
Sebastian Hahn We decided to go with HTML...

Sebastian Hahn authored 13 years ago

51)     <hr>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

52)     <a id="using"></a>
Andrew Lewman remove the polipo section....

Andrew Lewman authored 12 years ago

53)     <h2><a class="anchor" href="#using">Step Two: Configure your applications to use Tor</a></h2>
Sebastian Hahn We decided to go with HTML...

Sebastian Hahn authored 13 years ago

54)     <br>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

55)     
56)     <p>
Sebastian Hahn TB socks port is 9150

Sebastian Hahn authored 8 years ago

57)     If you want to use Tor for anonymous web browsing, please use <a
58)     href="<page projects/torbrowser>">Tor Browser</a>. It comes with
59)     readily configured Tor and a browser patched for better anonymity.
60)     To use SOCKS directly (for instant messaging, Jabber, IRC, etc), you
61)     can point your application directly at Tor (localhost
Peter Palfrader fix wml

Peter Palfrader authored 8 years ago

62)     port 9050, or port 9150 for Tor Browser), but see <a href="<page docs/faq>#TBBSocksPort">this FAQ
Moritz Bartl Removed Torbutton reference...

Moritz Bartl authored 11 years ago

63)     entry</a> for why this may be dangerous. For applications
64)     that support neither SOCKS nor HTTP, take a look at <a href="https://code.google.com/p/torsocks/">torsocks</a>
65)     or <a href="http://www.dest-unreach.org/socat/">socat</a>.
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

66)     </p>
67)     
68)     <p>For information on how to Torify other applications, check out the
Andrew Lewman finish purging polipo from...

Andrew Lewman authored 12 years ago

69)     <a href="<wiki>doc/TorifyHOWTO">Torify HOWTO</a>.
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

70)     </p>
71)     
Andrew Lewman finish purging polipo from...

Andrew Lewman authored 12 years ago

72)     <p>If you have a personal firewall that limits your computer's ability
73)     to connect to itself (this includes something like SELinux on Fedora
74)     Core 4), be sure to allow connections from your local applications to
75)     Tor (local port 9050). If your firewall blocks outgoing connections,
76)     punch a hole so it can connect to at least TCP ports 80 and 443, and
77)     then see <a href="<wikifaq>#FirewalledClient">this FAQ entry</a>.
Moritz Bartl Removed Torbutton reference...

Moritz Bartl authored 11 years ago

78)     If your SELinux config is not allowing tor to run
Andrew Lewman finish purging polipo from...

Andrew Lewman authored 12 years ago

79)     correctly, create a file named booleans.local in the directory
80)     /etc/selinux/targeted.  Edit this file in your favorite text editor
81)     and insert "allow_ypbind=1".  Restart your machine for this change
82)     to take effect.
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

83)     </p>
84)     
85)     <p>If it's still not working, look at <a
Roger Dingledine fix the faq anchors that ha...

Roger Dingledine authored 13 years ago

86)     href="<page docs/faq>#DoesntWork">this
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

87)     FAQ entry</a> for hints.</p>
88)     
Sebastian Hahn We decided to go with HTML...

Sebastian Hahn authored 13 years ago

89)     <hr>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

90)     <a id="server"></a>
91)     <a id="relay"></a>
Moritz Bartl Removed Torbutton reference...

Moritz Bartl authored 11 years ago

92)     <h2><a class="anchor" href="#relay">Step Three: Configure it as a relay</a></h2>
Sebastian Hahn We decided to go with HTML...

Sebastian Hahn authored 13 years ago

93)     <br>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

94)     
ilv Updated config relay on ins...

ilv authored 9 years ago

95)     <p>The Tor network relies on volunteers to donate bandwidth. If you
96)     want to help <strong>make the Tor network faster</strong>, please
97)     consider <a href="<page docs/tor-doc-relay>">running a relay</a>.</p>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

98)     
Sebastian Hahn We decided to go with HTML...

Sebastian Hahn authored 13 years ago

99)     <hr>