Matt Pagan commited on 2014-01-22 00:52:21
Zeige 1 geänderte Dateien mit 30 Einfügungen und 6 Löschungen.
... | ... |
@@ -51,9 +51,9 @@ proxies?</a></li> |
51 | 51 |
do I download Tor?</a></li> |
52 | 52 |
<li><a href="#CompileTorWindows">How do I compile Tor under |
53 | 53 |
Windows?</a></li> |
54 |
- <li><a href="#VirusFalsePositives">Why does my Tor executable appear |
|
55 |
-to |
|
54 |
+ <li><a href="#VirusFalsePositives">Why does my Tor executable appear to |
|
56 | 55 |
have a virus or spyware?</a></li> |
56 |
+ <li><a href="#tarFiles">How do I open a .tar.gz or .tar.xz file?</a></li> |
|
57 | 57 |
<li><a href="#LiveCD">Is there a LiveCD or other bundle that |
58 | 58 |
includes Tor?</a></li> |
59 | 59 |
</ul> |
... | ... |
@@ -81,12 +81,12 @@ allow JavaScript by default in the Tor Browser Bundle? Isn't that |
81 | 81 |
unsafe?</a></li> |
82 | 82 |
<li><a href="#TBBOtherBrowser">I want to use Chrome/IE/Opera/etc |
83 | 83 |
with Tor.</a></li> |
84 |
- <li><a href="#TorbuttonOtherBrowser">Will Torbutton be available for other browsers?</a></li> |
|
84 |
+ <li><a href="#TorbuttonOtherBrowser">Will Torbutton be available |
|
85 |
+ for other browsers?</a></li> |
|
85 | 86 |
<li><a href="#TBBCloseBrowser">I want to leave Tor Browser Bundle |
86 | 87 |
running but close the browser.</a></li> |
87 | 88 |
|
88 |
- <li><a href="#GoogleCAPTCHA">Google makes me solve a CAPTCHA or |
|
89 |
-tells |
|
89 |
+ <li><a href="#GoogleCAPTCHA">Google makes me solve a CAPTCHA or tells |
|
90 | 90 |
me I have spyware installed.</a></li> |
91 | 91 |
<li><a href="#ForeignLanguages">Why does Google show up in foreign |
92 | 92 |
languages?</a></li> |
... | ... |
@@ -1083,6 +1083,27 @@ better vendor. |
1083 | 1083 |
|
1084 | 1084 |
<hr> |
1085 | 1085 |
|
1086 |
+ <a id="tarFiles"></a> |
|
1087 |
+ <h3><a class="anchor" href="#tarFiles">How do I open a .tar.gz |
|
1088 |
+ or .tar.xz file?</a></li> |
|
1089 |
+ |
|
1090 |
+ <p> |
|
1091 |
+ Tar is a common archive utility for Unix and Linux systems. If your |
|
1092 |
+ system has a mouse, you can usually open them by double clicking. |
|
1093 |
+ Otherwise open a command prompt and execute |
|
1094 |
+ <pre> |
|
1095 |
+ tar xzf <FILENAME>.tar.gz |
|
1096 |
+ </pre> |
|
1097 |
+ or |
|
1098 |
+ <pre> |
|
1099 |
+ tar xJf <FILENAME>.tar.xz |
|
1100 |
+ </pre> |
|
1101 |
+ <p> |
|
1102 |
+ as documented in tar's man page. |
|
1103 |
+ </p> |
|
1104 |
+ |
|
1105 |
+ <hr> |
|
1106 |
+ |
|
1086 | 1107 |
<a id="LiveCD"></a> |
1087 | 1108 |
<h3><a class="anchor" href="#LiveCD">Is there a LiveCD or other |
1088 | 1109 |
bundle that includes Tor?</a></h3> |
... | ... |
@@ -1138,6 +1159,8 @@ start the Tor Browser from the command line by running </p> |
1138 | 1159 |
from inside the Tor Browser directory. |
1139 | 1160 |
</p> |
1140 | 1161 |
|
1162 |
+<hr> |
|
1163 |
+ |
|
1141 | 1164 |
<a id="UbuntuBlackedOut"></a> |
1142 | 1165 |
<h3><a class="anchor" href="#UbuntuBlackedOut"> |
1143 | 1166 |
I'm using Ubuntu, and I can't type anything into my browser.</a></h3> |
... | ... |
@@ -3390,7 +3413,8 @@ diversity, |
3390 | 3413 |
version numbers mean?</a></h3> |
3391 | 3414 |
|
3392 | 3415 |
<p> |
3393 |
- Versions of Tor before 0.1.0 used a strange and hard-to-explain version scheme. Let's forget about those. |
|
3416 |
+ Versions of Tor before 0.1.0 used a strange and hard-to-explain |
|
3417 |
+ version scheme. Let's forget about those. |
|
3394 | 3418 |
</p> |
3395 | 3419 |
<p> |
3396 | 3420 |
Starting with 0.1.0, versions all look like this: |
3397 | 3421 |