added Privacy section, moved TorVM & VPN there

This commit is contained in:
Brennan Novak 2015-10-25 02:43:31 -07:00
parent 25a2fc02e7
commit 763abfb77c
3 changed files with 17 additions and 9 deletions

View File

@ -85,11 +85,19 @@ Security Guides
* [Note regarding password-less root access in VM](/en/doc/vm-sudo/) * [Note regarding password-less root access in VM](/en/doc/vm-sudo/)
Privacy Guides
--------------
* [Whonix for privacy & anonymization](/en/doc/privacy/whonix/)
* [Install Whonix in Qubes](/en/doc/privacy/install-whonix/)
* [Updating Whonix in Qubes](/en/doc/privacy/updating-whonix/)
* [Uninstall Whonix from Qubes](/en/doc/privacy/uninstall-whonix/)
* [How to Install a Transparent Tor ProxyVM (TorVM)](/en/doc/privacy/torvm/)
* [How to set up a ProxyVM as a VPN Gateway](/en/doc/privacy/vpn/)
Configuration Guides Configuration Guides
-------------------- --------------------
* [Configuration Files](/en/doc/config-files/) * [Configuration Files](/en/doc/config-files/)
* [How to Install a Transparent Tor ProxyVM (TorVM)](/en/doc/torvm/)
* [How to set up a ProxyVM as a VPN Gateway](/en/doc/vpn/)
* [Storing AppVMs on Secondary Drives](/en/doc/secondary-storage/) * [Storing AppVMs on Secondary Drives](/en/doc/secondary-storage/)
* [Where are my external storage devices mounted?](/en/doc/external-device-mount-point/) * [Where are my external storage devices mounted?](/en/doc/external-device-mount-point/)
* [Resizing AppVM and HVM Disk Images](/en/doc/resize-disk-image/) * [Resizing AppVM and HVM Disk Images](/en/doc/resize-disk-image/)

View File

@ -1,11 +1,11 @@
--- ---
layout: doc layout: doc
title: TorVM title: TorVM
permalink: /en/doc/torvm/ permalink: /en/doc/privacy/torvm/
redirect_from: redirect_from:
- /doc/TorVM/ - /doc/TorVM/
- "/doc/UserDoc/TorVM/" - /doc/UserDoc/TorVM/
- "/wiki/UserDoc/TorVM/" - /wiki/UserDoc/TorVM/
--- ---
Known issues: Known issues:
@ -14,7 +14,7 @@ Known issues:
- [Service doesn't start without (even empty) user torrc](https://groups.google.com/d/msg/qubes-users/fyBVmxIpbSs/R5mxUcIEZAQJ) - [Service doesn't start without (even empty) user torrc](https://groups.google.com/d/msg/qubes-users/fyBVmxIpbSs/R5mxUcIEZAQJ)
Qubes TorVM (qubes-tor) Qubes TorVM (qubes-tor)
========================== =======================
Qubes TorVM is a ProxyVM service that provides torified networking to all its Qubes TorVM is a ProxyVM service that provides torified networking to all its
clients. clients.
@ -62,7 +62,7 @@ Installation
qvm-service torvm -d qubes-netwatcher qvm-service torvm -d qubes-netwatcher
qvm-service torvm -d qubes-firewall qvm-service torvm -d qubes-firewall
qvm-service torvm -e qubes-tor qvm-service torvm -e qubes-tor
# if you created a new template in the previous step # if you created a new template in the previous step
qvm-prefs torvm -s template fedora-21-tor qvm-prefs torvm -s template fedora-21-tor
@ -127,7 +127,7 @@ This is accomplished through transparent TCP and transparent DNS proxying by
the TorVM. the TorVM.
The TorVM cannot anonymize information stored or transmitted from your AppVMs The TorVM cannot anonymize information stored or transmitted from your AppVMs
behind the TorVM. behind the TorVM.
*Non-comprehensive* list of identifiers TorVM does not protect: *Non-comprehensive* list of identifiers TorVM does not protect:

View File

@ -1,7 +1,7 @@
--- ---
layout: doc layout: doc
title: VPN title: VPN
permalink: /en/doc/vpn/ permalink: /en/doc/privacy/vpn/
redirect_from: redirect_from:
- /doc/VPN/ - /doc/VPN/
- /wiki/VPN/ - /wiki/VPN/