75 Commits

Author SHA1 Message Date
stubbybubby
d3b5fd0b45 Add Information to tails.md
Extended the description of the Tails operating system, and the security considerations when running it under virtualization software. Also added a "See Also" section.

Also:
* Newline at end of sentence
* Someone wrote part of the document in first person
* Reformatted issues section
* Misc grammar fixes
2017-04-17 10:49:21 -07:00
Mikey Dickerson
1314e8c1d1 Add an important missing step, to restart VMs
Also provide an example of how to copy a file to another VM.
2017-04-14 01:57:45 -04:00
Andrew David Wong
21cb0ec125
Delete Onion Service Repos page
Fixes QubesOS/qubes-issues#2635
2017-02-15 05:46:19 -08:00
Andrew David Wong
10b61bf0b3
Change "hidden service" to "onion service"
This follows the Tor Project's preferred terminology.
2017-01-23 04:56:24 -08:00
anonmos1
1795c34325 Use new address 2017-01-15 18:41:48 +00:00
Andrew David Wong
ef4056cd73
Merge branch 'patch-1' of https://github.com/thilp/qubes-doc into thilp-patch-1 2017-01-14 14:27:00 -08:00
Andrew David Wong
5573749c16
Create minimal hidden service repo documentation
QubesOS/qubes-issues#2576
2017-01-14 06:21:58 -08:00
thilp
1a855c7d29 signal.md: fix destination directory for app icon
Moving application-specific icons under the `.../hicolor/48x48/` directory does not work: running `qvm-sync-appmenus` for a fedora-23 template displays:
```
----> Failed to get icon for XXX: No icon received
```
A solution is to move icons under `.../hicolor/48x48/apps/` instead (as suggested by [FreeDesktop's Icon Theme Specification](https://specifications.freedesktop.org/icon-theme-spec/icon-theme-spec-latest.html)). Indeed, there is no icon file directly under `48x48/` in my (very standard) fedora-23 template VM; they are all under `48x48/apps/`.
2017-01-14 14:39:45 +01:00
Andrew David Wong
7957fdd870
Add link to Whonix post on DispVMs 2016-12-16 04:39:13 -08:00
tasket
107bdd769a Fix keywork (again)
See https://mail.gnome.org/archives/networkmanager-list/2016-October/msg00019.html
2016-12-16 01:43:02 -05:00
qubenix
a9a82bedf0
Change deprecated *.cloned-mac-address to *.assigned-mac-address. 2016-11-21 03:45:06 +00:00
Andrew David Wong
4eb23c0e09
Update MAC address randomization for NetworkManager instructions
* Settings affect Ethernet in addition to Wi-Fi
* Explain `stable` and `random`

From @tasket:
https://github.com/QubesOS/qubes-doc/pull/221#issuecomment-261710939
2016-11-19 04:49:16 -08:00
Rusty Bird
3466bbe86a
Save in conf.d/ instead of modifying NetworkManager.conf 2016-11-16 18:23:30 +00:00
Rusty Bird
91d3abac15
Also randomize MAC address per Ethernet connection profile 2016-11-16 18:23:30 +00:00
Rusty Bird
82809af961
[device-scan] -> [device]
It only worked because 'wifi.scan-rand-mac-address=yes' is already the
default anyway.
2016-11-16 17:30:25 +00:00
Michael Carbone
435599eed0 fix typo 2016-11-14 12:47:11 -05:00
Thom Wiggers
66650144bf Format instructions
I also added Xfce to the description since it's quite similar how you would add it to xfce.
2016-10-25 22:59:28 +02:00
Andrew David Wong
af4b8ac2e4
Fix formatting 2016-10-14 20:33:02 -07:00
tasket
0fb17b62ba Change section titles to match macchanger 2016-10-13 15:47:53 -04:00
tasket
27dcc6f142 Update anonymizing-your-mac-address.md 2016-10-13 15:39:30 -04:00
tasket
bd8765f1a4 Add section for Network Manager on Debian 9 2016-10-13 12:06:16 -04:00
i7u
288f092275 Update signal.md 2016-09-18 22:11:02 +01:00
Andrew David Wong
045cc66154
Create Signal guide 2016-08-24 14:59:14 -07:00
Andrew David Wong
d97b9361cb
Add link to Corridor doc in Whonix wiki 2016-07-21 14:52:42 -07:00
Andrew David Wong
485bd1d7f7
Remove link to old Reinstall page 2016-06-12 10:53:51 -07:00
Andrew David Wong
8741932d59
Generalize whonix-reinstall to apply to all templates 2016-06-12 06:26:58 -07:00
Andrew David Wong
ffbe63ac8c
Create "Reinstall Whonix" page 2016-06-06 15:58:49 -07:00
Michael Carbone
aa858ba13a improve readability 2016-06-03 16:02:08 +00:00
Andrew David Wong
c82e8929ac
Fix formatting and typo 2016-05-30 19:37:32 -07:00
Andrew David Wong
452c04f587
Rename file and page 2016-05-30 19:34:36 -07:00
unman
01363043c7 Create running-tails.md
Document running Tails under Qubes as per https://github.com/QubesOS/qubes-issues/issues/1343
2016-05-31 00:48:15 +00:00
Andrew David Wong
417664d660
Follow our file naming conventions 2016-05-16 04:01:50 -07:00
Andrew David Wong
de9024c59c
Fix qvm-serivce commands 2016-05-16 01:33:48 -07:00
Michael Carbone
d8c7fbe205 fixed typo
forgot to propagate improved name
2016-05-06 00:38:39 +00:00
Andrew David Wong
4083392243
Add redirect from "randomizing..." 2016-04-30 17:06:01 -07:00
Andrew David Wong
e4f036a4e3
Match main heading to title 2016-04-30 17:04:38 -07:00
Axon
074b10c992 Merge pull request #129 from mfc/patch-16
more accurate name for debian-8-template
2016-04-25 06:54:45 +00:00
Michael Carbone
b9290d06d9 cleaned up
changed vim to gedit (more user-friendly), added needed sudo, changed -r to -e, fixed typos, added resources/links, changed to "anonymizing" rather than "randomizing" (since privacy/anonymity is the goal).

Closes #128
2016-04-25 06:48:26 +00:00
Brennan Novak
f6b74c682d some small typos & grammar changes
QubesOS/qubes-issues#938
2016-04-25 06:40:20 +00:00
Brennan Novak
8c1beafc8b added Randomizing your MAC Address
QubesOS/qubes-issues#938
2016-04-25 06:40:20 +00:00
Michael Carbone
732670f793 more accurate name for debian-8-template 2016-04-24 23:18:21 +00:00
Axon
4d44d9d896
Create Martus page (QubesOS/qubes-issues#1836) 2016-04-24 07:59:41 +00:00
Axon
8561b1b01d
Organize Whonix pages
Fixes QubesOS/qubes-issues#1664
2016-03-18 16:45:48 +00:00
William Robinet
7347b38834 fix typos 2016-02-21 19:07:55 +01:00
Axon
73a546854a
Clean up and organize privacy pages
* Logically organize the Whonix-related pages
* Move the VPN page to /configuration/
  * VPNs are used for more than just privacy, and many VPN setups and
    services either can't or don't claim to provide privacy.
* Remove `/privacy/` from URLs
  * These directory names are just for organizing the source pages,
    *unless* an actual page resides there. Since there is no
    /doc/privacy/ page, it's unnecessary and misleading to have this in
    the URLs. It also breaks uniformity, since none of the other pages
    have their informal group name in their URL (again, unless there's
    a page with that name).
2016-02-20 21:15:30 +00:00
Axon
d27949b5b4
Add redirect from /doc/vpn/ (fixes QubesOS/qubes-issues#1765) 2016-02-20 19:44:22 +00:00
Axon
f565895b02
Fix typo and line wrapping 2016-02-19 16:10:13 +00:00
Michael Carbone
4bf6712bf5 fixed link to Whonix, called torvm depreciated 2016-02-19 07:31:59 -05:00
Axon
6d47b03eed Merge pull request #98 from mvermaes/patch-1
Minor VPN doc syntax cleanup
2016-02-02 19:02:39 +00:00
mvermaes
bcdc2691a4 Minor VPN doc syntax cleanup 2016-02-01 11:11:18 +08:00