... | ... |
@@ -22,7 +22,7 @@ |
22 | 22 |
<p>Even though Tor Browser comes with a regular Tor, it will only run |
23 | 23 |
as long as you keep Tor Browser open. The following instructions will |
24 | 24 |
set up Tor without graphical interface or a browser. Many people prefer |
25 |
- this over TBB when they host hidden services or relay traffic for other Tor |
|
25 |
+ this over TBB when they host onion services or relay traffic for other Tor |
|
26 | 26 |
users. <hr> |
27 | 27 |
<a id="installing"></a> |
28 | 28 |
<h2><a class="anchor" href="#installing">Step One: Install a package manager</a></h2> |
... | ... |
@@ -25,7 +25,7 @@ |
25 | 25 |
this over TBB when they host hidden services or relay traffic for other Tor |
26 | 26 |
users. <hr> |
27 | 27 |
<a id="installing"></a> |
28 |
- <h2><a class="anchor" href="#installing">Step One: Install A Package Manager</a></h2> |
|
28 |
+ <h2><a class="anchor" href="#installing">Step One: Install a package manager</a></h2> |
|
29 | 29 |
<br> |
30 | 30 |
|
31 | 31 |
<p>There are two package manager on OS X: Homebrew and Macports. You can use the package manager of your choice.</p> |
... | ... |
@@ -102,7 +102,7 @@ |
102 | 102 |
|
103 | 103 |
<hr> |
104 | 104 |
<a id="uninstall"></a> |
105 |
- <h2><a class="anchor" href="#uninstall">How To Uninstall Tor</a></h2> |
|
105 |
+ <h2><a class="anchor" href="#uninstall">How to uninstall Tor</a></h2> |
|
106 | 106 |
<br> |
107 | 107 |
|
108 | 108 |
<p>Change your application proxy settings back to their original |
... | ... |
@@ -25,20 +25,34 @@ |
25 | 25 |
this over TBB when they host hidden services or relay traffic for other Tor |
26 | 26 |
users. <hr> |
27 | 27 |
<a id="installing"></a> |
28 |
- <h2><a class="anchor" href="#installing">Step One: Install Macports</a></h2> |
|
28 |
+ <h2><a class="anchor" href="#installing">Step One: Install A Package Manager</a></h2> |
|
29 | 29 |
<br> |
30 | 30 |
|
31 |
+ <p>There are two package manager on OS X: Homebrew and Macports. You can use the package manager of your choice.</p> |
|
32 |
+ |
|
31 | 33 |
<p> |
32 |
- Macports is a package manager for Mac OS X which provides a Tor package, |
|
33 |
- along a lot of other stuff. Follow the instructions on <a |
|
34 |
- href="https://www.macports.org/install.php">its Website</a> to install. |
|
34 |
+ To install Homebrew follow the instructions on <a |
|
35 |
+ href="https://brew.sh/">brew.sh</a>. |
|
36 |
+ </p> |
|
37 |
+ |
|
38 |
+ <p> |
|
39 |
+ To install Macports follow the instructions on <a |
|
40 |
+ href="https://www.macports.org/install.php">macports.org/install.php</a>. |
|
35 | 41 |
</p> |
36 | 42 |
|
37 | 43 |
<hr> |
38 | 44 |
<h2>Step Two: Install Tor</a></h2> |
39 | 45 |
<br> |
40 | 46 |
|
41 |
- <p>In a Terminal window, run:</p> |
|
47 |
+ <p>If you are using Homebrw in a Terminal window, run:</p> |
|
48 |
+ |
|
49 |
+ <pre>brew install tor</pre> |
|
50 |
+ |
|
51 |
+ <p>You will find a sample Tor configuration file at |
|
52 |
+ <tt>/usr/local/etc/tor/torrc.sample</tt>. Remove the .sample extension to |
|
53 |
+ make it effective.</p> |
|
54 |
+ |
|
55 |
+ <p>If you are using Macports in a Terminal window, run:</p> |
|
42 | 56 |
|
43 | 57 |
<pre>sudo port install tor</pre> |
44 | 58 |
|
... | ... |
@@ -19,8 +19,8 @@ |
19 | 19 |
are done. |
20 | 20 |
</h2> |
21 | 21 |
|
22 |
- <p>Even though the Tor Browser comes with a regular Tor, it will only run |
|
23 |
- as long as you keep the Tor Browser open. The following instructions will |
|
22 |
+ <p>Even though Tor Browser comes with a regular Tor, it will only run |
|
23 |
+ as long as you keep Tor Browser open. The following instructions will |
|
24 | 24 |
set up Tor without graphical interface or a browser. Many people prefer |
25 | 25 |
this over TBB when they host hidden services or relay traffic for other Tor |
26 | 26 |
users. <hr> |
... | ... |
@@ -19,58 +19,53 @@ |
19 | 19 |
are done. |
20 | 20 |
</h2> |
21 | 21 |
|
22 |
- <p>Even though the Tor Browser comes with a regular Tor, and you could use the graphical interface to configure Tor as a relay and bridge easily, it will only run as long as you keep the Tor Browser open. The following instructions will set up Tor without graphical interface or a browser. Many people prefer this over TBB when they host hidden services or relay traffic for other Tor users. |
|
23 |
- <hr> |
|
22 |
+ <p>Even though the Tor Browser comes with a regular Tor, it will only run |
|
23 |
+ as long as you keep the Tor Browser open. The following instructions will |
|
24 |
+ set up Tor without graphical interface or a browser. Many people prefer |
|
25 |
+ this over TBB when they host hidden services or relay traffic for other Tor |
|
26 |
+ users. <hr> |
|
24 | 27 |
<a id="installing"></a> |
25 |
- <h2><a class="anchor" href="#installing">Step One: Install Homebrew</a></h2> |
|
28 |
+ <h2><a class="anchor" href="#installing">Step One: Install Macports</a></h2> |
|
26 | 29 |
<br> |
27 | 30 |
|
28 | 31 |
<p> |
29 |
- The advanced Tor without any graphical user interface can be installed using <a href="http://brew.sh">the Homebrew package manager</a>. It is most suitable if you want to use Tor as a SOCKS proxy for applications other than web browsing, or run a Tor relay/bridge to help other Tor users. If you use the command-line Tor, you might be interested in <a href="<page projects/arm>">arm</a>, a command-line Tor monitor. |
|
32 |
+ Macports is a package manager for Mac OS X which provides a Tor package, |
|
33 |
+ along a lot of other stuff. Follow the instructions on <a |
|
34 |
+ href="https://www.macports.org/install.php">its Website</a> to install. |
|
30 | 35 |
</p> |
31 | 36 |
|
32 |
- <p>If you don't have Homebrew installed, open a terminal window and run:</p> |
|
33 |
- |
|
34 |
- <pre>ruby -e "$(curl -fsSkL https://raw.githubusercontent.com/Homebrew/install/master/install)"</pre> |
|
35 |
- |
|
36 | 37 |
<hr> |
37 | 38 |
<h2>Step Two: Install Tor</a></h2> |
38 | 39 |
<br> |
39 | 40 |
|
40 |
- <p>In a terminal window, run:</p> |
|
41 |
+ <p>In a Terminal window, run:</p> |
|
41 | 42 |
|
42 |
- <pre>brew install tor</pre> |
|
43 |
+ <pre>sudo port install tor</pre> |
|
43 | 44 |
|
44 |
- <p>You will find the Tor configuration file at <tt>/usr/local/etc/tor/torrc</tt>.</p> |
|
45 |
- |
|
46 |
- <hr> |
|
47 |
- <a id="verify"></a> |
|
48 |
- <h2><a class="anchor" href="#verify">Step Three: Verify your download</a></h2> |
|
49 |
- |
|
50 |
- <p>As with any application, you should make sure it came unmodified from the orginal source. Unfortunately, Homebrew does not come with integrated verification for downloads, and anyone could submit a modified Tor! Currently, we don't have good instructions on how to verify the Tor download on Mac OSX. If you think you do, please <a href="<page about/contact>">let us know</a>!</p> |
|
45 |
+ <p>You will find a sample Tor configuration file at |
|
46 |
+ <tt>/opt/local/etc/tor/torrc.sample</tt>. Remove the .sample extension to |
|
47 |
+ make it effective.</p> |
|
51 | 48 |
|
52 | 49 |
<hr> |
53 | 50 |
<a id="using"></a> |
54 |
- <h2><a class="anchor" href="#using">Step Four: Configure your application to use Tor</a></h2> |
|
51 |
+ <h2><a class="anchor" href="#using">Step Three: Configure your application to use Tor</a></h2> |
|
55 | 52 |
|
56 | 53 |
<p> |
57 |
- If you want to use Tor for anonymous web browsing, please use the <a href="<page projects/torbrowser>">Tor Browser</a>. It comes with readily configured Tor and a browser patched for better anonymity. To use SOCKS directly (for instant messaging, Jabber, IRC, etc), |
|
58 |
- you can point your application directly at Tor (localhost |
|
59 |
- port 9050), but see <a href="<wikifaq>#SOCKSAndDNS">this FAQ |
|
60 |
- entry</a> for why this may be dangerous. For applications |
|
61 |
- that support neither SOCKS nor HTTP, take a look at <a |
|
62 |
- href="http://www.dest-unreach.org/socat/">socat</a>.</p> |
|
54 |
+ To use SOCKS directly (for instant messaging, Jabber, IRC, etc), you can |
|
55 |
+ point your application directly at Tor (localhost port 9050), but see <a |
|
56 |
+ href="<wikifaq>#SOCKSAndDNS">this FAQ entry</a> for why this may be |
|
57 |
+ dangerous. For applications that support neither SOCKS nor HTTP, take a |
|
58 |
+ look at <a href="http://www.dest-unreach.org/socat/">socat</a>.</p> |
|
63 | 59 |
|
64 | 60 |
<p>For information on how to Torify other applications, check out the |
65 | 61 |
<a href="<wiki>doc/TorifyHOWTO">Torify HOWTO</a>. |
66 | 62 |
</p> |
67 | 63 |
|
68 |
- <p>If you have a personal firewall that limits your computer's |
|
69 |
- ability to connect to itself, be sure to allow connections from |
|
70 |
- your local applications to local port 9050. If your |
|
71 |
- firewall blocks outgoing connections, punch a hole so it can |
|
72 |
- connect to at least TCP ports 80 and 443, and then see <a |
|
73 |
- href="<wikifaq>#FirewalledClient">this FAQ entry</a>. |
|
64 |
+ <p>If you have a personal firewall that limits your computer's ability to |
|
65 |
+ connect to itself, be sure to allow connections from your local |
|
66 |
+ applications to local port 9050. If your firewall blocks outgoing |
|
67 |
+ connections, punch a hole so it can connect to at least TCP ports 80 and |
|
68 |
+ 443, and then see <a href="<wikifaq>#FirewalledClient">this FAQ entry</a>. |
|
74 | 69 |
</p> |
75 | 70 |
|
76 | 71 |
<p>If it's still not working, look at <a |
... | ... |
@@ -100,21 +95,10 @@ |
100 | 95 |
values. If you just want to stop using Tor, you can end at this |
101 | 96 |
point.</p> |
102 | 97 |
|
103 |
- <p>If you want to completely remove Tor, and your account has Admin |
|
104 |
- Privileges, then proceed as follows:</p> |
|
105 |
- |
|
106 |
- <ol> |
|
107 |
- <li>Open Finder and click on Applications.</li> |
|
108 |
- <li>Drag /Applications/TorBrowser to the Trash.</li> |
|
109 |
- <li>Remove /Library/Torbutton from your system.</li> |
|
110 |
- </ol> |
|
98 |
+ <p>If you want to completely remove Tor, type into a Terminal window:</p> |
|
111 | 99 |
|
112 |
- <p>Tor Browser is now completely removed from your system.</p> |
|
113 |
- |
|
114 |
- <hr> |
|
100 |
+ <pre>sudo port uninstall tor</pre> |
|
115 | 101 |
|
116 |
- <p>If you have suggestions for improving this document, please <a |
|
117 |
- href="<page about/contact>">send them to us</a>. Thanks!</p> |
|
118 | 102 |
</div> |
119 | 103 |
<!-- END MAINCOL --> |
120 | 104 |
<div id = "sidecol"> |
... | ... |
@@ -8,51 +8,51 @@ |
8 | 8 |
<a href="<page index>">Home » </a> |
9 | 9 |
<a href="<page docs/documentation>">Documentation » </a> |
10 | 10 |
<a href="<page docs/tor-doc-osx>">Mac OS X Client</a> |
11 |
- </div> |
|
11 |
+ </div> |
|
12 | 12 |
<div id="maincol"> |
13 | 13 |
<h1>Running Tor on Mac OS X</h1> |
14 | 14 |
<br> |
15 |
- |
|
15 |
+ |
|
16 | 16 |
<h2>These are advanced installation instructions for running |
17 | 17 |
Tor in a command line. The recommended way to use Tor is to simply download the |
18 | 18 |
<a href="<page projects/torbrowser>">Tor Browser</a> and you |
19 | 19 |
are done. |
20 | 20 |
</h2> |
21 |
- |
|
22 |
- <p>Even though the Tor Browser comes with a regular Tor, and you could use the graphical interface to configure Tor as a relay and bridge easily, it will only run as long as you keep the Tor Browser open. The following instructions will set up Tor without graphical interface or a browser. Many people prefer this over TBB when they host hidden services or relay traffic for other Tor users. |
|
21 |
+ |
|
22 |
+ <p>Even though the Tor Browser comes with a regular Tor, and you could use the graphical interface to configure Tor as a relay and bridge easily, it will only run as long as you keep the Tor Browser open. The following instructions will set up Tor without graphical interface or a browser. Many people prefer this over TBB when they host hidden services or relay traffic for other Tor users. |
|
23 | 23 |
<hr> |
24 | 24 |
<a id="installing"></a> |
25 | 25 |
<h2><a class="anchor" href="#installing">Step One: Install Homebrew</a></h2> |
26 | 26 |
<br> |
27 |
- |
|
27 |
+ |
|
28 | 28 |
<p> |
29 | 29 |
The advanced Tor without any graphical user interface can be installed using <a href="http://brew.sh">the Homebrew package manager</a>. It is most suitable if you want to use Tor as a SOCKS proxy for applications other than web browsing, or run a Tor relay/bridge to help other Tor users. If you use the command-line Tor, you might be interested in <a href="<page projects/arm>">arm</a>, a command-line Tor monitor. |
30 | 30 |
</p> |
31 |
- |
|
31 |
+ |
|
32 | 32 |
<p>If you don't have Homebrew installed, open a terminal window and run:</p> |
33 |
- |
|
33 |
+ |
|
34 | 34 |
<pre>ruby -e "$(curl -fsSkL https://raw.githubusercontent.com/Homebrew/install/master/install)"</pre> |
35 |
- |
|
35 |
+ |
|
36 | 36 |
<hr> |
37 | 37 |
<h2>Step Two: Install Tor</a></h2> |
38 | 38 |
<br> |
39 |
- |
|
39 |
+ |
|
40 | 40 |
<p>In a terminal window, run:</p> |
41 | 41 |
|
42 | 42 |
<pre>brew install tor</pre> |
43 |
- |
|
43 |
+ |
|
44 | 44 |
<p>You will find the Tor configuration file at <tt>/usr/local/etc/tor/torrc</tt>.</p> |
45 |
- |
|
45 |
+ |
|
46 | 46 |
<hr> |
47 | 47 |
<a id="verify"></a> |
48 | 48 |
<h2><a class="anchor" href="#verify">Step Three: Verify your download</a></h2> |
49 |
- |
|
49 |
+ |
|
50 | 50 |
<p>As with any application, you should make sure it came unmodified from the orginal source. Unfortunately, Homebrew does not come with integrated verification for downloads, and anyone could submit a modified Tor! Currently, we don't have good instructions on how to verify the Tor download on Mac OSX. If you think you do, please <a href="<page about/contact>">let us know</a>!</p> |
51 | 51 |
|
52 | 52 |
<hr> |
53 |
- <a id="using"></a> |
|
53 |
+ <a id="using"></a> |
|
54 | 54 |
<h2><a class="anchor" href="#using">Step Four: Configure your application to use Tor</a></h2> |
55 |
- |
|
55 |
+ |
|
56 | 56 |
<p> |
57 | 57 |
If you want to use Tor for anonymous web browsing, please use the <a href="<page projects/torbrowser>">Tor Browser</a>. It comes with readily configured Tor and a browser patched for better anonymity. To use SOCKS directly (for instant messaging, Jabber, IRC, etc), |
58 | 58 |
you can point your application directly at Tor (localhost |
... | ... |
@@ -60,11 +60,11 @@ |
60 | 60 |
entry</a> for why this may be dangerous. For applications |
61 | 61 |
that support neither SOCKS nor HTTP, take a look at <a |
62 | 62 |
href="http://www.dest-unreach.org/socat/">socat</a>.</p> |
63 |
- |
|
63 |
+ |
|
64 | 64 |
<p>For information on how to Torify other applications, check out the |
65 | 65 |
<a href="<wiki>doc/TorifyHOWTO">Torify HOWTO</a>. |
66 | 66 |
</p> |
67 |
- |
|
67 |
+ |
|
68 | 68 |
<p>If you have a personal firewall that limits your computer's |
69 | 69 |
ability to connect to itself, be sure to allow connections from |
70 | 70 |
your local applications to local port 9050. If your |
... | ... |
@@ -72,25 +72,25 @@ |
72 | 72 |
connect to at least TCP ports 80 and 443, and then see <a |
73 | 73 |
href="<wikifaq>#FirewalledClient">this FAQ entry</a>. |
74 | 74 |
</p> |
75 |
- |
|
75 |
+ |
|
76 | 76 |
<p>If it's still not working, look at <a |
77 | 77 |
href="<page docs/faq>#DoesntWork">this FAQ entry</a> for hints.</p> |
78 |
- |
|
78 |
+ |
|
79 | 79 |
<p> |
80 | 80 |
Once it's working, learn more about <a href="<page |
81 | 81 |
download/download>#Warning">what Tor does and does not offer</a>. |
82 | 82 |
</p> |
83 |
- |
|
83 |
+ |
|
84 | 84 |
<hr> |
85 | 85 |
<a id="server"></a> |
86 | 86 |
<a id="relay"></a> |
87 | 87 |
<h2><a class="anchor" href="#relay">Configure Tor as a relay</a></h2> |
88 | 88 |
<br> |
89 |
- |
|
89 |
+ |
|
90 | 90 |
<p>The Tor network relies on volunteers to donate bandwidth. If you |
91 | 91 |
want to help <strong>make the Tor network faster</strong>, please |
92 | 92 |
consider <a href="<page docs/tor-doc-relay>">running a relay</a>.</p> |
93 |
- |
|
93 |
+ |
|
94 | 94 |
<hr> |
95 | 95 |
<a id="uninstall"></a> |
96 | 96 |
<h2><a class="anchor" href="#uninstall">How To Uninstall Tor</a></h2> |
... | ... |
@@ -99,20 +99,20 @@ |
99 | 99 |
<p>Change your application proxy settings back to their original |
100 | 100 |
values. If you just want to stop using Tor, you can end at this |
101 | 101 |
point.</p> |
102 |
- |
|
102 |
+ |
|
103 | 103 |
<p>If you want to completely remove Tor, and your account has Admin |
104 | 104 |
Privileges, then proceed as follows:</p> |
105 |
- |
|
105 |
+ |
|
106 | 106 |
<ol> |
107 | 107 |
<li>Open Finder and click on Applications.</li> |
108 | 108 |
<li>Drag /Applications/TorBrowser to the Trash.</li> |
109 | 109 |
<li>Remove /Library/Torbutton from your system.</li> |
110 | 110 |
</ol> |
111 |
- |
|
111 |
+ |
|
112 | 112 |
<p>Tor Browser is now completely removed from your system.</p> |
113 |
- |
|
113 |
+ |
|
114 | 114 |
<hr> |
115 |
- |
|
115 |
+ |
|
116 | 116 |
<p>If you have suggestions for improving this document, please <a |
117 | 117 |
href="<page about/contact>">send them to us</a>. Thanks!</p> |
118 | 118 |
</div> |
... | ... |
@@ -124,4 +124,4 @@ |
124 | 124 |
<!-- END SIDECOL --> |
125 | 125 |
</div> |
126 | 126 |
<!-- END CONTENT --> |
127 |
-#include <foot.wmi> |
|
127 |
+#include <foot.wmi> |
... | ... |
@@ -15,11 +15,11 @@ |
15 | 15 |
|
16 | 16 |
<h2>These are advanced installation instructions for running |
17 | 17 |
Tor in a command line. The recommended way to use Tor is to simply download the |
18 |
- <a href="<page projects/torbrowser>">Tor Browser Bundle</a> and you |
|
18 |
+ <a href="<page projects/torbrowser>">Tor Browser</a> and you |
|
19 | 19 |
are done. |
20 | 20 |
</h2> |
21 | 21 |
|
22 |
- <p>Even though the Tor Browser Bundle comes with a regular Tor, and you could use the graphical interface to configure Tor as a relay and bridge easily, it will only run as long as you keep the Tor Browser open. The following instructions will set up Tor without graphical interface or a browser. Many people prefer this over TBB when they host hidden services or relay traffic for other Tor users. |
|
22 |
+ <p>Even though the Tor Browser comes with a regular Tor, and you could use the graphical interface to configure Tor as a relay and bridge easily, it will only run as long as you keep the Tor Browser open. The following instructions will set up Tor without graphical interface or a browser. Many people prefer this over TBB when they host hidden services or relay traffic for other Tor users. |
|
23 | 23 |
<hr> |
24 | 24 |
<a id="installing"></a> |
25 | 25 |
<h2><a class="anchor" href="#installing">Step One: Install Homebrew</a></h2> |
... | ... |
@@ -54,7 +54,7 @@ |
54 | 54 |
<h2><a class="anchor" href="#using">Step Four: Configure your application to use Tor</a></h2> |
55 | 55 |
|
56 | 56 |
<p> |
57 |
- If you want to use Tor for anonymous web browsing, please use the <a href="<page projects/torbrowser>">Tor Browser Bundle</a>. It comes with readily configured Tor and a browser patched for better anonymity. To use SOCKS directly (for instant messaging, Jabber, IRC, etc), |
|
57 |
+ If you want to use Tor for anonymous web browsing, please use the <a href="<page projects/torbrowser>">Tor Browser</a>. It comes with readily configured Tor and a browser patched for better anonymity. To use SOCKS directly (for instant messaging, Jabber, IRC, etc), |
|
58 | 58 |
you can point your application directly at Tor (localhost |
59 | 59 |
port 9050), but see <a href="<wikifaq>#SOCKSAndDNS">this FAQ |
60 | 60 |
entry</a> for why this may be dangerous. For applications |
... | ... |
@@ -87,22 +87,9 @@ |
87 | 87 |
<h2><a class="anchor" href="#relay">Configure Tor as a relay</a></h2> |
88 | 88 |
<br> |
89 | 89 |
|
90 |
- <p>The Tor network relies on volunteers to donate bandwidth. The more |
|
91 |
- people who run relays, the faster the Tor network will be. If you have |
|
92 |
- at least 50 kilobytes/s each way, please help out Tor by configuring your |
|
93 |
- Tor to be a relay too. We have many features that make Tor relays easy |
|
94 |
- and convenient, including rate limiting for bandwidth, exit policies so |
|
95 |
- you can limit your exposure to abuse complaints, and support for dynamic |
|
96 |
- IP addresses.</p> |
|
97 |
- |
|
98 |
- <p>Having relays in many different places on the Internet is what |
|
99 |
- makes Tor users secure. <a href="<wikifaq>#RelayAnonymity">You may |
|
100 |
- also get stronger anonymity yourself</a>, since remote sites can't |
|
101 |
- know whether connections originated at your computer or were relayed |
|
102 |
- from others.</p> |
|
103 |
- |
|
104 |
- <p>Read more at our <a href="<page docs/tor-doc-relay>">Configuring a relay</a> |
|
105 |
- guide.</p> |
|
90 |
+ <p>The Tor network relies on volunteers to donate bandwidth. If you |
|
91 |
+ want to help <strong>make the Tor network faster</strong>, please |
|
92 |
+ consider <a href="<page docs/tor-doc-relay>">running a relay</a>.</p> |
|
106 | 93 |
|
107 | 94 |
<hr> |
108 | 95 |
<a id="uninstall"></a> |
The downloads are horribly outdated, the docs are confusing and long.
Without a proper Vidalia maintainer and someone making packages, this
has no future.
... | ... |
@@ -26,7 +26,7 @@ |
26 | 26 |
<br> |
27 | 27 |
|
28 | 28 |
<p> |
29 |
- The advanced Tor without any graphical user interface can be installed using <a href="http://brew.sh">the Homebrew package manager</a>. It is most suitable if you want to use Tor as a SOCKS proxy for applications other than web browsing, or run a Tor relay/bridge to help other Tor users. If you use the command-line Tor, you might be interested in <a href="<page projects/arm>">arm</a>, a command-line Tor monitor and alternative to the Vidalia GUI. |
|
29 |
+ The advanced Tor without any graphical user interface can be installed using <a href="http://brew.sh">the Homebrew package manager</a>. It is most suitable if you want to use Tor as a SOCKS proxy for applications other than web browsing, or run a Tor relay/bridge to help other Tor users. If you use the command-line Tor, you might be interested in <a href="<page projects/arm>">arm</a>, a command-line Tor monitor. |
|
30 | 30 |
</p> |
31 | 31 |
|
32 | 32 |
<p>If you don't have Homebrew installed, open a terminal window and run:</p> |
... | ... |
@@ -120,8 +120,6 @@ |
120 | 120 |
<li>Open Finder and click on Applications.</li> |
121 | 121 |
<li>Drag /Applications/TorBrowser to the Trash.</li> |
122 | 122 |
<li>Remove /Library/Torbutton from your system.</li> |
123 |
- <li>In your User or home directory, go to Library, remove the Vidalia |
|
124 |
- directory</li> |
|
125 | 123 |
</ol> |
126 | 124 |
|
127 | 125 |
<p>Tor Browser is now completely removed from your system.</p> |
... | ... |
@@ -31,7 +31,7 @@ |
31 | 31 |
|
32 | 32 |
<p>If you don't have Homebrew installed, open a terminal window and run:</p> |
33 | 33 |
|
34 |
- <pre>ruby -e "$(curl -fsSkL https://raw.github.com/Homebrew/homebrew/go/install)"</pre> |
|
34 |
+ <pre>ruby -e "$(curl -fsSkL https://raw.githubusercontent.com/Homebrew/install/master/install)"</pre> |
|
35 | 35 |
|
36 | 36 |
<hr> |
37 | 37 |
<h2>Step Two: Install Tor</a></h2> |
... | ... |
@@ -26,7 +26,7 @@ |
26 | 26 |
<br> |
27 | 27 |
|
28 | 28 |
<p> |
29 |
- The advanced Tor without any graphical user interface can be installed using <a href="http://mxcl.github.com/homebrew">the Homebrew package manager</a>. It is most suitable if you want to use Tor as a SOCKS proxy for applications other than web browsing, or run a Tor relay/bridge to help other Tor users. If you use the command-line Tor, you might be interested in <a href="<page projects/arm>">arm</a>, a command-line Tor monitor and alternative to the Vidalia GUI. |
|
29 |
+ The advanced Tor without any graphical user interface can be installed using <a href="http://brew.sh">the Homebrew package manager</a>. It is most suitable if you want to use Tor as a SOCKS proxy for applications other than web browsing, or run a Tor relay/bridge to help other Tor users. If you use the command-line Tor, you might be interested in <a href="<page projects/arm>">arm</a>, a command-line Tor monitor and alternative to the Vidalia GUI. |
|
30 | 30 |
</p> |
31 | 31 |
|
32 | 32 |
<p>If you don't have Homebrew installed, open a terminal window and run:</p> |
... | ... |
@@ -31,7 +31,7 @@ |
31 | 31 |
|
32 | 32 |
<p>If you don't have Homebrew installed, open a terminal window and run:</p> |
33 | 33 |
|
34 |
- <pre>ruby -e "$(curl -fsSkL raw.github.com/mxcl/homebrew/go)"</pre> |
|
34 |
+ <pre>ruby -e "$(curl -fsSkL https://raw.github.com/Homebrew/homebrew/go/install)"</pre> |
|
35 | 35 |
|
36 | 36 |
<hr> |
37 | 37 |
<h2>Step Two: Install Tor</a></h2> |
... | ... |
@@ -89,7 +89,7 @@ |
89 | 89 |
|
90 | 90 |
<p>The Tor network relies on volunteers to donate bandwidth. The more |
91 | 91 |
people who run relays, the faster the Tor network will be. If you have |
92 |
- at least 20 kilobytes/s each way, please help out Tor by configuring your |
|
92 |
+ at least 50 kilobytes/s each way, please help out Tor by configuring your |
|
93 | 93 |
Tor to be a relay too. We have many features that make Tor relays easy |
94 | 94 |
and convenient, including rate limiting for bandwidth, exit policies so |
95 | 95 |
you can limit your exposure to abuse complaints, and support for dynamic |
... | ... |
@@ -26,7 +26,7 @@ |
26 | 26 |
<br> |
27 | 27 |
|
28 | 28 |
<p> |
29 |
- The advanced Tor without any graphical user interface can be installed using <a href="http://mxcl.github.com/homebrew">the Homebrew package manager</a>. It is most suitable if you want to use Tor as a SOCKS proxy for applications other than web browsing, or run a Tor relay/bridge to help other Tor users. If you use the command-line Tor, you might be interested in <a href="<page projects/arm>">arm</a>, a command-line Tor monitor and alternative to the Vidalia GUI.. |
|
29 |
+ The advanced Tor without any graphical user interface can be installed using <a href="http://mxcl.github.com/homebrew">the Homebrew package manager</a>. It is most suitable if you want to use Tor as a SOCKS proxy for applications other than web browsing, or run a Tor relay/bridge to help other Tor users. If you use the command-line Tor, you might be interested in <a href="<page projects/arm>">arm</a>, a command-line Tor monitor and alternative to the Vidalia GUI. |
|
30 | 30 |
</p> |
31 | 31 |
|
32 | 32 |
<p>If you don't have Homebrew installed, open a terminal window and run:</p> |
Neat, I didn't realize that someone added arm to the page. Unfortunately though
the addition broke the site build...
../$lang -D LANG=$lang en/tor-doc-osx.wml -o tor-doc-osx.html.en
mp4h: ERROR:en/tor-doc-osx.wml:29: EOF when reading argument of the <page> tag
** WML:Break: Error in Pass 2 (rc=1).
make[1]: *** [tor-doc-osx.html.en] Error 1
make[1]: Leaving directory `/home/atagar/Desktop/tor/website/trunk/docs'
make: *** [docs] Error 2
... | ... |
@@ -26,7 +26,7 @@ |
26 | 26 |
<br> |
27 | 27 |
|
28 | 28 |
<p> |
29 |
- The advanced Tor without any graphical user interface can be installed using <a href="http://mxcl.github.com/homebrew">the Homebrew package manager</a>. It is most suitable if you want to use Tor as a SOCKS proxy for applications other than web browsing, or run a Tor relay/bridge to help other Tor users. If you use the command-line Tor, you might be interested in <a href="<page projects/arm">ARM</a>, a command-line Tor monitor and alternative to the Vidalia GUI.. |
|
29 |
+ The advanced Tor without any graphical user interface can be installed using <a href="http://mxcl.github.com/homebrew">the Homebrew package manager</a>. It is most suitable if you want to use Tor as a SOCKS proxy for applications other than web browsing, or run a Tor relay/bridge to help other Tor users. If you use the command-line Tor, you might be interested in <a href="<page projects/arm>">arm</a>, a command-line Tor monitor and alternative to the Vidalia GUI.. |
|
30 | 30 |
</p> |
31 | 31 |
|
32 | 32 |
<p>If you don't have Homebrew installed, open a terminal window and run:</p> |
... | ... |
@@ -10,69 +10,51 @@ |
10 | 10 |
<a href="<page docs/tor-doc-osx>">Mac OS X Client</a> |
11 | 11 |
</div> |
12 | 12 |
<div id="maincol"> |
13 |
- <h1>Running the Tor client on Mac OS X</h1> |
|
13 |
+ <h1>Running Tor on Mac OS X</h1> |
|
14 | 14 |
<br> |
15 | 15 |
|
16 |
- <h2>Note that these are the installation instructions for running |
|
17 |
- a Tor client. The easiest way to do this is to simply download the |
|
16 |
+ <h2>These are advanced installation instructions for running |
|
17 |
+ Tor in a command line. The recommended way to use Tor is to simply download the |
|
18 | 18 |
<a href="<page projects/torbrowser>">Tor Browser Bundle</a> and you |
19 | 19 |
are done. |
20 | 20 |
</h2> |
21 | 21 |
|
22 |
+ <p>Even though the Tor Browser Bundle comes with a regular Tor, and you could use the graphical interface to configure Tor as a relay and bridge easily, it will only run as long as you keep the Tor Browser open. The following instructions will set up Tor without graphical interface or a browser. Many people prefer this over TBB when they host hidden services or relay traffic for other Tor users. |
|
22 | 23 |
<hr> |
23 | 24 |
<a id="installing"></a> |
24 |
- <h2><a class="anchor" href="#installing">Step One: Download and Install Tor</a></h2> |
|
25 |
+ <h2><a class="anchor" href="#installing">Step One: Install Homebrew</a></h2> |
|
25 | 26 |
<br> |
26 | 27 |
|
27 | 28 |
<p> |
28 |
- The install for Macintosh OS X bundles <a href="<page index>">Tor</a>, |
|
29 |
- <a href="<page projects/vidalia>">Vidalia</a> (a graphical interface |
|
30 |
- for Tor), <a href="<page torbutton/index>">Torbutton</a>, into one |
|
31 |
- package, with the three applications pre-configured to work together. |
|
32 |
- Download either the <a href="<page download/download>#mac">stable</a> |
|
33 |
- or the <a href="<page download/download>#mac">experimental</a> |
|
34 |
- version of the OS X bundle, or look for more options on the <a |
|
35 |
- href="<page download/download>">download page</a>. |
|
29 |
+ The advanced Tor without any graphical user interface can be installed using <a href="http://mxcl.github.com/homebrew">the Homebrew package manager</a>. It is most suitable if you want to use Tor as a SOCKS proxy for applications other than web browsing, or run a Tor relay/bridge to help other Tor users. If you use the command-line Tor, you might be interested in <a href="<page projects/arm">ARM</a>, a command-line Tor monitor and alternative to the Vidalia GUI.. |
|
36 | 30 |
</p> |
37 | 31 |
|
38 |
- <p>Once you've downloaded the dmg, double-click and let it mount. |
|
39 |
- Browse to the now open Vidalia Bundle in Finder. It's easy to |
|
40 |
- install the bundle; simply drag and drop the Vidalia onion icon to the |
|
41 |
- Applications folder. Optionally, double click the "install torbutton" |
|
42 |
- script and let it install torbutton into Firefox.</p> |
|
43 |
- |
|
44 |
- <p>When you are finished installing, you can start Vidalia by |
|
45 |
- selecting its icon from your Applications folder. A dark onion with a |
|
46 |
- red X in your dock means Tor is not currently running. You can start |
|
47 |
- Tor by selecting Start from the "Tor" menu at the top of your screen. |
|
48 |
- </p> |
|
49 |
- |
|
50 |
- <p>When Tor is running, Vidalia's dock icon will look like the following: |
|
51 |
- </p> |
|
52 |
- |
|
53 |
- <p><img alt="vidalia running tor" |
|
54 |
- src="$(IMGROOT)/screenshot-osx-vidalia.png" /></p> |
|
32 |
+ <p>If you don't have Homebrew installed, open a terminal window and run:</p> |
|
33 |
+ |
|
34 |
+ <pre>ruby -e "$(curl -fsSkL raw.github.com/mxcl/homebrew/go)"</pre> |
|
55 | 35 |
|
56 | 36 |
<hr> |
57 |
- <a id="using"></a> |
|
58 |
- <h2><a class="anchor" href="#using">Step Two: Configure your applications to use Tor</a></h2> |
|
37 |
+ <h2>Step Two: Install Tor</a></h2> |
|
59 | 38 |
<br> |
60 | 39 |
|
61 |
- <p>After installing, you need to configure your applications to use |
|
62 |
- them. The first step is to set up web browsing.</p> |
|
63 |
- |
|
64 |
- <p>You should use Tor with Firefox and Torbutton, for best safety. |
|
65 |
- Torbutton was installed for you. Click on the red "Tor Disabled" |
|
66 |
- toggle button to turn Tor on, and you're all set: </p> |
|
67 |
- |
|
68 |
- <p><img alt="Torbutton plugin for Firefox" |
|
69 |
- src="$(IMGROOT)/screenshot-torbutton.png" /></p> |
|
70 |
- |
|
71 |
- <p> If you plan to run Firefox on a different computer than Tor, |
|
72 |
- see the <a href="<wikifaq>#SocksListenAddress">FAQ entry for running |
|
73 |
- Tor on a different computer</a>. </p> |
|
40 |
+ <p>In a terminal window, run:</p> |
|
41 |
+ |
|
42 |
+ <pre>brew install tor</pre> |
|
43 |
+ |
|
44 |
+ <p>You will find the Tor configuration file at <tt>/usr/local/etc/tor/torrc</tt>.</p> |
|
45 |
+ |
|
46 |
+ <hr> |
|
47 |
+ <a id="verify"></a> |
|
48 |
+ <h2><a class="anchor" href="#verify">Step Three: Verify your download</a></h2> |
|
49 |
+ |
|
50 |
+ <p>As with any application, you should make sure it came unmodified from the orginal source. Unfortunately, Homebrew does not come with integrated verification for downloads, and anyone could submit a modified Tor! Currently, we don't have good instructions on how to verify the Tor download on Mac OSX. If you think you do, please <a href="<page about/contact>">let us know</a>!</p> |
|
51 |
+ |
|
52 |
+ <hr> |
|
53 |
+ <a id="using"></a> |
|
54 |
+ <h2><a class="anchor" href="#using">Step Four: Configure your application to use Tor</a></h2> |
|
74 | 55 |
|
75 |
- <p>To use SOCKS directly (for instant messaging, Jabber, IRC, etc), |
|
56 |
+ <p> |
|
57 |
+ If you want to use Tor for anonymous web browsing, please use the <a href="<page projects/torbrowser>">Tor Browser Bundle</a>. It comes with readily configured Tor and a browser patched for better anonymity. To use SOCKS directly (for instant messaging, Jabber, IRC, etc), |
|
76 | 58 |
you can point your application directly at Tor (localhost |
77 | 59 |
port 9050), but see <a href="<wikifaq>#SOCKSAndDNS">this FAQ |
78 | 60 |
entry</a> for why this may be dangerous. For applications |
... | ... |
@@ -83,20 +65,6 @@ |
83 | 65 |
<a href="<wiki>doc/TorifyHOWTO">Torify HOWTO</a>. |
84 | 66 |
</p> |
85 | 67 |
|
86 |
- <hr> |
|
87 |
- <a id="verify"></a> |
|
88 |
- <h2><a class="anchor" href="#verify">Step Three: Make sure it's working</a></h2> |
|
89 |
- <br> |
|
90 |
- |
|
91 |
- <p> |
|
92 |
- Next, you should try using your browser with Tor and make |
|
93 |
- sure that your IP address is being anonymized. Click on <a |
|
94 |
- href="https://check.torproject.org/">the Tor detector</a> and see |
|
95 |
- whether it thinks you're using Tor or not. (If that site is down, |
|
96 |
- see <a href="<wikifaq>#IsMyConnectionPrivate">this FAQ entry</a> |
|
97 |
- for more suggestions on how to test your Tor.) |
|
98 |
- </p> |
|
99 |
- |
|
100 | 68 |
<p>If you have a personal firewall that limits your computer's |
101 | 69 |
ability to connect to itself, be sure to allow connections from |
102 | 70 |
your local applications to local port 9050. If your |
... | ... |
@@ -116,7 +84,7 @@ |
116 | 84 |
<hr> |
117 | 85 |
<a id="server"></a> |
118 | 86 |
<a id="relay"></a> |
119 |
- <h2><a class="anchor" href="#relay">Step Four: Configure it as a relay</a></h2> |
|
87 |
+ <h2><a class="anchor" href="#relay">Configure Tor as a relay</a></h2> |
|
120 | 88 |
<br> |
121 | 89 |
|
122 | 90 |
<p>The Tor network relies on volunteers to donate bandwidth. The more |
... | ... |
@@ -138,13 +106,9 @@ |
138 | 106 |
|
139 | 107 |
<hr> |
140 | 108 |
<a id="uninstall"></a> |
141 |
- <h2><a class="anchor" href="#uninstall">How To Uninstall Tor and Polipo</a></h2> |
|
109 |
+ <h2><a class="anchor" href="#uninstall">How To Uninstall Tor</a></h2> |
|
142 | 110 |
<br> |
143 |
- |
|
144 |
- <p>There are two ways to uninstall the bundle from your computer, |
|
145 |
- using Finder or a command line or Terminal-based uninstaller. |
|
146 |
- If you want to remove Tor on OSX, here's how:</p> |
|
147 |
- |
|
111 |
+ |
|
148 | 112 |
<p>Change your application proxy settings back to their original |
149 | 113 |
values. If you just want to stop using Tor, you can end at this |
150 | 114 |
point.</p> |
... | ... |
@@ -154,22 +118,13 @@ |
154 | 118 |
|
155 | 119 |
<ol> |
156 | 120 |
<li>Open Finder and click on Applications.</li> |
157 |
- <li>Drag /Applications/Vidalia to the Trash.</li> |
|
121 |
+ <li>Drag /Applications/TorBrowser to the Trash.</li> |
|
158 | 122 |
<li>Remove /Library/Torbutton from your system.</li> |
159 | 123 |
<li>In your User or home directory, go to Library, remove the Vidalia |
160 | 124 |
directory</li> |
161 | 125 |
</ol> |
162 | 126 |
|
163 |
- <p>Tor and Vidalia are now completely removed from your system.</p> |
|
164 |
- |
|
165 |
- <p>If you're familiar with the command line or Terminal, you can |
|
166 |
- manually type the following:</p> |
|
167 |
- <ul> |
|
168 |
- <li>rm -r /Applications/Vidalia.app</li> |
|
169 |
- <li>rm -r /Library/Torbutton</li> |
|
170 |
- <li>rm -r ~/Library/Vidalia</li> |
|
171 |
- <li>rm -r ~/.tor</li> |
|
172 |
- </ul> |
|
127 |
+ <p>Tor Browser is now completely removed from your system.</p> |
|
173 | 128 |
|
174 | 129 |
<hr> |
175 | 130 |
|
... | ... |
@@ -25,25 +25,21 @@ |
25 | 25 |
<br> |
26 | 26 |
|
27 | 27 |
<p> |
28 |
- The install for Macintosh OS X bundles |
|
29 |
- <a href="<page index>">Tor</a>, |
|
30 |
- <a href="<page projects/vidalia>">Vidalia</a> (a graphical interface for Tor), |
|
31 |
- <a href="<page torbutton/index>">Torbutton</a>, |
|
32 |
- and <a href="http://www.pps.jussieu.fr/~jch/software/polipo/">Polipo</a> (a web proxy) |
|
33 |
- into one package, with the four applications pre-configured to work |
|
34 |
- together. |
|
28 |
+ The install for Macintosh OS X bundles <a href="<page index>">Tor</a>, |
|
29 |
+ <a href="<page projects/vidalia>">Vidalia</a> (a graphical interface |
|
30 |
+ for Tor), <a href="<page torbutton/index>">Torbutton</a>, into one |
|
31 |
+ package, with the three applications pre-configured to work together. |
|
35 | 32 |
Download either the <a href="<page download/download>#mac">stable</a> |
36 |
- or the <a href="<page download/download>#mac">experimental</a> version |
|
37 |
- of the OS X bundle, or look for more options on the <a href="<page |
|
38 |
- download/download>">download page</a>. |
|
33 |
+ or the <a href="<page download/download>#mac">experimental</a> |
|
34 |
+ version of the OS X bundle, or look for more options on the <a |
|
35 |
+ href="<page download/download>">download page</a>. |
|
39 | 36 |
</p> |
40 | 37 |
|
41 | 38 |
<p>Once you've downloaded the dmg, double-click and let it mount. |
42 | 39 |
Browse to the now open Vidalia Bundle in Finder. It's easy to |
43 | 40 |
install the bundle; simply drag and drop the Vidalia onion icon to the |
44 | 41 |
Applications folder. Optionally, double click the "install torbutton" |
45 |
- script and let it install torbutton into Firefox. You can also get |
|
46 |
- Torbutton from Mozilla Add-ons by searching for "torbutton".</p> |
|
42 |
+ script and let it install torbutton into Firefox.</p> |
|
47 | 43 |
|
48 | 44 |
<p>When you are finished installing, you can start Vidalia by |
49 | 45 |
selecting its icon from your Applications folder. A dark onion with a |
... | ... |
@@ -57,13 +53,6 @@ |
57 | 53 |
<p><img alt="vidalia running tor" |
58 | 54 |
src="$(IMGROOT)/screenshot-osx-vidalia.png" /></p> |
59 | 55 |
|
60 |
- <p>Polipo is installed as part of the Tor bundle package |
|
61 |
- installer. Once it is installed, it will start automatically when |
|
62 |
- your computer is restarted. You do not need to configure Polipo |
|
63 |
- to use Tor — a custom Polipo configuration for Tor has been |
|
64 |
- installed as part of the installer package. |
|
65 |
- </p> |
|
66 |
- |
|
67 | 56 |
<hr> |
68 | 57 |
<a id="using"></a> |
69 | 58 |
<h2><a class="anchor" href="#using">Step Two: Configure your applications to use Tor</a></h2> |
... | ... |
@@ -83,9 +72,7 @@ |
83 | 72 |
see the <a href="<wikifaq>#SocksListenAddress">FAQ entry for running |
84 | 73 |
Tor on a different computer</a>. </p> |
85 | 74 |
|
86 |
- <p>To Torify other applications that support HTTP proxies, |
|
87 |
- just point them at Polipo (that is, localhost port 8118). To |
|
88 |
- use SOCKS directly (for instant messaging, Jabber, IRC, etc), |
|
75 |
+ <p>To use SOCKS directly (for instant messaging, Jabber, IRC, etc), |
|
89 | 76 |
you can point your application directly at Tor (localhost |
90 | 77 |
port 9050), but see <a href="<wikifaq>#SOCKSAndDNS">this FAQ |
91 | 78 |
entry</a> for why this may be dangerous. For applications |
... | ... |
@@ -112,11 +99,10 @@ |
112 | 99 |
|
113 | 100 |
<p>If you have a personal firewall that limits your computer's |
114 | 101 |
ability to connect to itself, be sure to allow connections from |
115 |
- your local applications to local port 8118 and port 9050. If |
|
116 |
- your firewall blocks outgoing connections, punch a hole so |
|
117 |
- it can connect to at least TCP ports 80 and 443, and then see <a |
|
118 |
- href="<wikifaq>#FirewalledClient">this |
|
119 |
- FAQ entry</a>. |
|
102 |
+ your local applications to local port 9050. If your |
|
103 |
+ firewall blocks outgoing connections, punch a hole so it can |
|
104 |
+ connect to at least TCP ports 80 and 443, and then see <a |
|
105 |
+ href="<wikifaq>#FirewalledClient">this FAQ entry</a>. |
|
120 | 106 |
</p> |
121 | 107 |
|
122 | 108 |
<p>If it's still not working, look at <a |
... | ... |
@@ -174,7 +160,7 @@ |
174 | 160 |
directory</li> |
175 | 161 |
</ol> |
176 | 162 |
|
177 |
- <p>Tor, Vidalia, and Polipo are now completely removed from your system.</p> |
|
163 |
+ <p>Tor and Vidalia are now completely removed from your system.</p> |
|
178 | 164 |
|
179 | 165 |
<p>If you're familiar with the command line or Terminal, you can |
180 | 166 |
manually type the following:</p> |
... | ... |
@@ -10,15 +10,14 @@ |
10 | 10 |
<a href="<page docs/tor-doc-osx>">Mac OS X Client</a> |
11 | 11 |
</div> |
12 | 12 |
<div id="maincol"> |
13 |
- <h1>Running the <a href="<page index>">Tor</a> client on Mac OS X</h1> |
|
13 |
+ <h1>Running the Tor client on Mac OS X</h1> |
|
14 | 14 |
<br> |
15 | 15 |
|
16 |
- <p> |
|
17 |
- <b>Note that these are the installation instructions for running a Tor client on |
|
18 |
- Mac OS X. If you want to relay traffic for others to help the network |
|
19 |
- grow (please do), read the <a |
|
20 |
- href="<page docs/tor-doc-relay>">Configuring a relay</a> guide.</b> |
|
21 |
- </p> |
|
16 |
+ <h2>Note that these are the installation instructions for running |
|
17 |
+ a Tor client. The easiest way to do this is to simply download the |
|
18 |
+ <a href="<page projects/torbrowser>">Tor Browser Bundle</a> and you |
|
19 |
+ are done. |
|
20 |
+ </h2> |
|
22 | 21 |
|
23 | 22 |
<hr> |
24 | 23 |
<a id="installing"></a> |
... | ... |
@@ -91,8 +91,7 @@ |
91 | 91 |
port 9050), but see <a href="<wikifaq>#SOCKSAndDNS">this FAQ |
92 | 92 |
entry</a> for why this may be dangerous. For applications |
93 | 93 |
that support neither SOCKS nor HTTP, take a look at <a |
94 |
- href="http://www.taiyo.co.jp/~gotoh/ssh/connect.html">connect</a> |
|
95 |
- or <a href="http://www.dest-unreach.org/socat/">socat</a>.</p> |
|
94 |
+ href="http://www.dest-unreach.org/socat/">socat</a>.</p> |
|
96 | 95 |
|
97 | 96 |
<p>For information on how to Torify other applications, check out the |
98 | 97 |
<a href="<wiki>doc/TorifyHOWTO">Torify HOWTO</a>. |
... | ... |
@@ -95,7 +95,7 @@ |
95 | 95 |
or <a href="http://www.dest-unreach.org/socat/">socat</a>.</p> |
96 | 96 |
|
97 | 97 |
<p>For information on how to Torify other applications, check out the |
98 |
- <a href="<wiki>/TheOnionRouter/TorifyHOWTO">Torify HOWTO</a>. |
|
98 |
+ <a href="<wiki>doc/TorifyHOWTO">Torify HOWTO</a>. |
|
99 | 99 |
</p> |
100 | 100 |
|
101 | 101 |
<hr> |
... | ... |
@@ -33,8 +33,8 @@ |
33 | 33 |
and <a href="http://www.pps.jussieu.fr/~jch/software/polipo/">Polipo</a> (a web proxy) |
34 | 34 |
into one package, with the four applications pre-configured to work |
35 | 35 |
together. |
36 |
- Download either the <a href="<page download/download>#tor">stable</a> |
|
37 |
- or the <a href="<page download/download>#tor">experimental</a> version |
|
36 |
+ Download either the <a href="<page download/download>#mac">stable</a> |
|
37 |
+ or the <a href="<page download/download>#mac">experimental</a> version |
|
38 | 38 |
of the OS X bundle, or look for more options on the <a href="<page |
39 | 39 |
download/download>">download page</a>. |
40 | 40 |
</p> |
... | ... |
@@ -122,7 +122,7 @@ |
122 | 122 |
</p> |
123 | 123 |
|
124 | 124 |
<p>If it's still not working, look at <a |
125 |
- href="<wikifaq>#ItDoesntWork">this FAQ entry</a> for hints.</p> |
|
125 |
+ href="<page docs/faq>#DoesntWork">this FAQ entry</a> for hints.</p> |
|
126 | 126 |
|
127 | 127 |
<p> |
128 | 128 |
Once it's working, learn more about <a href="<page |
... | ... |
@@ -172,19 +172,19 @@ |
172 | 172 |
<li>Open Finder and click on Applications.</li> |
173 | 173 |
<li>Drag /Applications/Vidalia to the Trash.</li> |
174 | 174 |
<li>Remove /Library/Torbutton from your system.</li> |
175 |
- <li>In your home directory, go to Library, remove the Vidalia |
|
175 |
+ <li>In your User or home directory, go to Library, remove the Vidalia |
|
176 | 176 |
directory</li> |
177 | 177 |
</ol> |
178 | 178 |
|
179 | 179 |
<p>Tor, Vidalia, and Polipo are now completely removed from your system.</p> |
180 | 180 |
|
181 | 181 |
<p>If you're familiar with the command line or Terminal, you can |
182 |
- manually remove the following:</p> |
|
182 |
+ manually type the following:</p> |
|
183 | 183 |
<ul> |
184 |
- <li>/Applications/Vidalia.app/</li> |
|
185 |
- <li>/Library/Torbutton/</li> |
|
186 |
- <li>~/Library/Vidalia</li> |
|
187 |
- <li>~/.tor</li> |
|
184 |
+ <li>rm -r /Applications/Vidalia.app</li> |
|
185 |
+ <li>rm -r /Library/Torbutton</li> |
|
186 |
+ <li>rm -r ~/Library/Vidalia</li> |
|
187 |
+ <li>rm -r ~/.tor</li> |
|
188 | 188 |
</ul> |
189 | 189 |
|
190 | 190 |
<hr> |
... | ... |
@@ -154,7 +154,7 @@ |
154 | 154 |
|
155 | 155 |
<hr> |
156 | 156 |
<a id="uninstall"></a> |
157 |
- <h2><a class="anchor" href="#uninstall">How To Uninstall Tor and Privoxy</a></h2> |
|
157 |
+ <h2><a class="anchor" href="#uninstall">How To Uninstall Tor and Polipo</a></h2> |
|
158 | 158 |
<br> |
159 | 159 |
|
160 | 160 |
<p>There are two ways to uninstall the bundle from your computer, |
... | ... |
@@ -33,37 +33,36 @@ |
33 | 33 |
and <a href="http://www.pps.jussieu.fr/~jch/software/polipo/">Polipo</a> (a web proxy) |
34 | 34 |
into one package, with the four applications pre-configured to work |
35 | 35 |
together. |
36 |
- Download either the <a href="../<package-osx-bundle-stable>">stable</a> |
|
37 |
- or the <a href="../<package-osx-bundle-alpha>">experimental</a> version |
|
38 |
- of the OS X bundle for Intel, or look for more options on the <a href="<page |
|
36 |
+ Download either the <a href="<page download/download>#tor">stable</a> |
|
37 |
+ or the <a href="<page download/download>#tor">experimental</a> version |
|
38 |
+ of the OS X bundle, or look for more options on the <a href="<page |
|
39 | 39 |
download/download>">download page</a>. |
40 | 40 |
</p> |
41 | 41 |
|
42 | 42 |
<p>Once you've downloaded the dmg, double-click and let it mount. |
43 |
- Browse to the now open Vidalia Bundle in Finder. It's easy to install the bundle; simply drag and drop the Vidalia |
|
44 |
- onion icon to the Applications folder. Optionally, double click the |
|
45 |
- "install torbutton" script and let it install torbutton into Firefox. |
|
46 |
- You can also get Torbutton from Mozilla Add-ons by searching for |
|
47 |
- "torbutton".</p> |
|
48 |
- |
|
49 |
- <p>When you are finished installing, you can start Vidalia by selecting its icon |
|
50 |
- from your Applications folder. A dark onion with a red X in your dock means |
|
51 |
- Tor is not currently running. You can start Tor by selecting Start from the |
|
52 |
- "Tor" menu at the top of your screen. |
|
43 |
+ Browse to the now open Vidalia Bundle in Finder. It's easy to |
|
44 |
+ install the bundle; simply drag and drop the Vidalia onion icon to the |
|
45 |
+ Applications folder. Optionally, double click the "install torbutton" |
|
46 |
+ script and let it install torbutton into Firefox. You can also get |
|
47 |
+ Torbutton from Mozilla Add-ons by searching for "torbutton".</p> |
|
48 |
+ |
|
49 |
+ <p>When you are finished installing, you can start Vidalia by |
|
50 |
+ selecting its icon from your Applications folder. A dark onion with a |
|
51 |
+ red X in your dock means Tor is not currently running. You can start |
|
52 |
+ Tor by selecting Start from the "Tor" menu at the top of your screen. |
|
53 | 53 |
</p> |
54 | 54 |
|
55 | 55 |
<p>When Tor is running, Vidalia's dock icon will look like the following: |
56 | 56 |
</p> |
57 | 57 |
|
58 | 58 |
<p><img alt="vidalia running tor" |
59 |
- src="$(IMGROOT)/screenshot-osx-vidalia.png" |
|
60 |
- /></p> |
|
59 |
+ src="$(IMGROOT)/screenshot-osx-vidalia.png" /></p> |
|
61 | 60 |
|
62 | 61 |
<p>Polipo is installed as part of the Tor bundle package |
63 |
- installer. Once it is installed, it will start automatically when your |
|
64 |
- computer is restarted. |
|
65 |
- You do not need to configure Polipo to use Tor — a custom Polipo |
|
66 |
- configuration for Tor has been installed as part of the installer package. |
|
62 |
+ installer. Once it is installed, it will start automatically when |
|
63 |
+ your computer is restarted. You do not need to configure Polipo |
|
64 |
+ to use Tor — a custom Polipo configuration for Tor has been |
|
65 |
+ installed as part of the installer package. |
|
67 |