Sebastian Hahn commited on 2009-01-03 19:15:21
Zeige 1 geänderte Dateien mit 172 Einfügungen und 0 Löschungen.
| ... | ... |
@@ -30,6 +30,15 @@ funding?</a></li> |
| 30 | 30 |
</ul> |
| 31 | 31 |
|
| 32 | 32 |
<p>Compilation and Installation:</p> |
| 33 |
+<ul> |
|
| 34 |
+<li><a href="#HowUninstallTor">How do I uninstall Tor?</a></li> |
|
| 35 |
+<li><a href="#WhatIsAsc">What are these ".asc" signature files in the dist/ |
|
| 36 |
+directory?</a></li> |
|
| 37 |
+<li><a href="#CompileTorWindows">How do I compile Tor under Windows?</a></li> |
|
| 38 |
+<li><a href="#Virus">Why does my Tor executable appear to have a virus or |
|
| 39 |
+spyware?</a></li> |
|
| 40 |
+<li><a href="#LiveCD">Is there a LiveCD or other bundle that includes Tor?</li> |
|
| 41 |
+</ul> |
|
| 33 | 42 |
|
| 34 | 43 |
<p>Running Tor:</p> |
| 35 | 44 |
|
| ... | ... |
@@ -458,6 +467,169 @@ director for information on making grants or major donations. |
| 458 | 467 |
|
| 459 | 468 |
<hr /> |
| 460 | 469 |
|
| 470 |
+<a id="HowUninstallTor"></a> |
|
| 471 |
+<h3><a class="anchor" href="#HowUninstallTor">How do I uninstall Tor?</a></h3> |
|
| 472 |
+ |
|
| 473 |
+<p> |
|
| 474 |
+This depends entirely on how you installed it and which operating system you |
|
| 475 |
+have. If you installed a package, then hopefully your package has a way to |
|
| 476 |
+uninstall itself. Windows has the uninstaller functionality. The proper way to |
|
| 477 |
+completely remove Tor, Vidalia, Torbutton for Firefox, and Privoxy on any |
|
| 478 |
+version of Windows is as follows: |
|
| 479 |
+</p> |
|
| 480 |
+ |
|
| 481 |
+<ol> |
|
| 482 |
+<li>In your taskbar, right click on Privoxy (the blue icon with a white "P") |
|
| 483 |
+and choose exit.</li> |
|
| 484 |
+<li>In your taskbar, right click on Vidalia (the green onion or the black head) |
|
| 485 |
+and choose exit.</li> |
|
| 486 |
+<li>Right click on the taskbar to bring up TaskManager. Look for tor.exe in the |
|
| 487 |
+Process List. If it's running, right click and choose End Process.</li> |
|
| 488 |
+<li>Click the Start button, go to Programs, go to Vidalia, choose Uninstall. |
|
| 489 |
+This will remove the Vidalia bundle, which includes Tor and Privoxy.</li> |
|
| 490 |
+<li>Start Firefox. Go to the Tools menu, choose Add-ons. Select Torbutton. |
|
| 491 |
+Click the Uninstall button.</li> |
|
| 492 |
+ |
|
| 493 |
+<p> |
|
| 494 |
+If you do not follow these steps, and merely try to uninstall Vidalia, Tor, and |
|
| 495 |
+Privoxy, while they are still running, you need to reboot and manually remove |
|
| 496 |
+the directory "Program Files\Vidalia Bundle". |
|
| 497 |
+</p> |
|
| 498 |
+ |
|
| 499 |
+<p> |
|
| 500 |
+For Mac OS X, follow the <a |
|
| 501 |
+href="https://www.torproject.org/docs/tor-doc-osx#uninstall">uninstall |
|
| 502 |
+directions</a>. |
|
| 503 |
+</p> |
|
| 504 |
+ |
|
| 505 |
+<p> |
|
| 506 |
+If you installed by source, I'm afraid there is no easy uninstall method. But |
|
| 507 |
+on the bright side, by default it only installs into /usr/local/ and it should |
|
| 508 |
+be pretty easy to notice things there. |
|
| 509 |
+</p> |
|
| 510 |
+ |
|
| 511 |
+<hr /> |
|
| 512 |
+ |
|
| 513 |
+<a id="WhatIsAsc"></a> |
|
| 514 |
+<h3><a class="anchor" href="#WhatIsAsc">What are these ".asc" signature files |
|
| 515 |
+in the dist/ directory?</a></h3> |
|
| 516 |
+ |
|
| 517 |
+<p> |
|
| 518 |
+These are PGP signatures, so you can verify that the file you've downloaded is |
|
| 519 |
+exactly the one that we intended you to get. |
|
| 520 |
+</p> |
|
| 521 |
+ |
|
| 522 |
+<p> |
|
| 523 |
+Please read the <a |
|
| 524 |
+href="https://wiki.torproject.org/noreply/TheOnionRouter/VerifyingSignatures">verifying |
|
| 525 |
+signatures</a> page for details. |
|
| 526 |
+</p> |
|
| 527 |
+ |
|
| 528 |
+<hr /> |
|
| 529 |
+ |
|
| 530 |
+<a id="CompileTorWindows"></a> |
|
| 531 |
+<h3><a class="anchor" href="#CompileTorWindows">How do I compile Tor under |
|
| 532 |
+Windows?</a></h3> |
|
| 533 |
+ |
|
| 534 |
+<p> |
|
| 535 |
+Try following the steps at <a |
|
| 536 |
+href="https://www.torproject.org/svn/trunk/doc/tor-win32-mingw-creation.txt">https://www.torproject.org/svn/trunk/doc/tor-win32-mingw-creation.txt</a>. |
|
| 537 |
+</p> |
|
| 538 |
+ |
|
| 539 |
+<p> |
|
| 540 |
+You can also try following the (somewhat outdated) instructions at <a href="https://tor.addicts.nl/windows/">https://tor.addicts.nl/windows/</a>. |
|
| 541 |
+</p> |
|
| 542 |
+ |
|
| 543 |
+<hr /> |
|
| 544 |
+ |
|
| 545 |
+<a id="Virus"></a> |
|
| 546 |
+<h3><a class="anchor" href="#Virus">Why does my Tor executable appear to have a |
|
| 547 |
+virus or spyware?</a></h3> |
|
| 548 |
+ |
|
| 549 |
+<p> |
|
| 550 |
+Sometimes, overzealous Windows virus and spyware detectors trigger on some |
|
| 551 |
+parts of the Tor Windows binary. Our best guess is that these are false |
|
| 552 |
+positives --- after all, the anti-virus and anti-spyware business is just a |
|
| 553 |
+guessing game anyway. You should contact your vendor and explain that you have |
|
| 554 |
+a program that seems to be triggering false positives. Or pick a better vendor. |
|
| 555 |
+</p> |
|
| 556 |
+ |
|
| 557 |
+<p> |
|
| 558 |
+In the meantime, we encourage you to not just take our word for it. Our job is |
|
| 559 |
+to provide the source; please do recompile it yourself. |
|
| 560 |
+</p> |
|
| 561 |
+ |
|
| 562 |
+<hr /> |
|
| 563 |
+ |
|
| 564 |
+<a id="LiveCD"></a> |
|
| 565 |
+<h3><a class="anchor" href="#LiveCD">Is there a LiveCD or other bundle that |
|
| 566 |
+includes Tor?</a></h3> |
|
| 567 |
+ |
|
| 568 |
+<p> |
|
| 569 |
+There isn't any official LiveCD at this point. We're still trying to find good |
|
| 570 |
+solutions and trying to understand the security and anonymity implications of |
|
| 571 |
+the various options. In the mean time, feel free to check out the list below |
|
| 572 |
+and use your best judgement: |
|
| 573 |
+</p> |
|
| 574 |
+ |
|
| 575 |
+<p> |
|
| 576 |
+Maintained: |
|
| 577 |
+</p> |
|
| 578 |
+ |
|
| 579 |
+<ol> |
|
| 580 |
+<li><a href="http://janusvm.com/">JanusVM</a> is a Linux kernel and software |
|
| 581 |
+running in VMWare that sits between your Windows computer and the Internet, |
|
| 582 |
+making sure that your Internet traffic is scrubbed and anonymized.</li> |
|
| 583 |
+<li><a href="http://www.xerobank.com/xB_browser.html">xB Browser</a>, |
|
| 584 |
+previously known as Torpark, is a Firefox+Tor package for Win32 that can |
|
| 585 |
+installed on a USB key. It needs a host Win32 operating system.</li> |
|
| 586 |
+<li><a href="http://tork.sourceforge.net/wiki/index.php/LiveCD">TorK LiveCD</a> |
|
| 587 |
+is Knoppix-based with an emphasis on user-friendliness. You can work |
|
| 588 |
+anonymously or non-anonymously while TorK tries to keep you informed of the |
|
| 589 |
+consequences of your activity. The TorK LiveCD is experimental, so the aim is |
|
| 590 |
+to provide regular releases through 2007 and beyond.</li> |
|
| 591 |
+<li>Polippix / Privatlivets Fred is a Danish Knoppix-based LiveCD with Tor |
|
| 592 |
+and utilities to encrypt IP-telephony. <a href="http://polippix.org/">Info and |
|
| 593 |
+download</a>.</li> |
|
| 594 |
+<li><a href="http://incognito.anonymityanywhere.com/">Incognito LiveCD/USB</a> |
|
| 595 |
+is a CD you can boot that has several Internet applications (Firefox, IRC, |
|
| 596 |
+Mail, etc) pre-configured to use Tor. For most computers everything is |
|
| 597 |
+automatically configured and you're ready to go. You can even copy the CD to a |
|
| 598 |
+USB drive. Includes TorK.</li> |
|
| 599 |
+<li><a href="http://mandalka.name/privatix/">Privatix LiveCD/USB</a> is a |
|
| 600 |
+debian based live-system including tor, firefox and torbutton which can save |
|
| 601 |
+bookmarks and other settings or data on an encrypted usb-key</li> |
|
| 602 |
+<li>[add yours here!]</li> |
|
| 603 |
+</ol> |
|
| 604 |
+ |
|
| 605 |
+<p> |
|
| 606 |
+Not currently maintained as far as we know: |
|
| 607 |
+</p> |
|
| 608 |
+ |
|
| 609 |
+<ol> |
|
| 610 |
+<li>ELE is a Linux LiveCD which is focused on privacy related |
|
| 611 |
+software. It includes Tor and you can download it at |
|
| 612 |
+<a |
|
| 613 |
+href="http://www.northernsecurity.net/download/ele/">http://www.northernsecurity.net/download/ele/</a>.</li> |
|
| 614 |
+<li>Virtual Privacy Machine is a Linux LiveCD that includes Firefox, Privoxy, |
|
| 615 |
+Tor, some IRC and IM applications, and a set of ipchains rules aimed to prevent |
|
| 616 |
+non-Tor traffic from accidentally leaving your computer. More information at |
|
| 617 |
+<a |
|
| 618 |
+href="http://wiki.noreply.org/noreply/VirtualPrivacyMachine">http://wiki.noreply.org/noreply/VirtualPrivacyMachine</a>.</li> |
|
| 619 |
+<li>Anonym.OS is a LiveCD similar to the above but is based on OpenBSD rather |
|
| 620 |
+than Linux for maximum security. It was designed to be anonymous and secure |
|
| 621 |
+from the ground up, and thus has some features and limitations not found in |
|
| 622 |
+other LiveCDs (Tor related or otherwise). You can obtain more information and |
|
| 623 |
+download Anonym.OS from <a |
|
| 624 |
+href="http://theory.kaos.to/projects.html">Kaos.Theory</a>.</li> |
|
| 625 |
+<li>Phantomix is a LiveCD for anonymous surfing and chatting based on the most |
|
| 626 |
+recent KNOPPIX release. It comes preconfigured with tor and privoxy. You can |
|
| 627 |
+get it from the <a href="http://phantomix.ytternhagen.de/">Phantomix |
|
| 628 |
+Website</a>.</li> |
|
| 629 |
+</ol> |
|
| 630 |
+ |
|
| 631 |
+<hr /> |
|
| 632 |
+ |
|
| 461 | 633 |
<a id="KeyManagement"></a> |
| 462 | 634 |
<h3><a class="anchor" href="#KeyManagement">Tell me about all the keys |
| 463 | 635 |
Tor uses.</a></h3> |
| 464 | 636 |