mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2025-01-27 23:07:16 -05:00
Assign unsorted pages and delete deprecated/blank/test pages
This commit is contained in:
parent
c53dbe5c2e
commit
bd877ddc54
@ -9,7 +9,9 @@ System Documentation for Developers
|
|||||||
===================================
|
===================================
|
||||||
|
|
||||||
1. Fundamentals:
|
1. Fundamentals:
|
||||||
1. Qubes OS Architecture v0.3 [(pdf)](http://files.qubes-os.org/files/doc/arch-spec-0.3.pdf) (The original 2009 document that started this all...)
|
1. Qubes OS Architecture
|
||||||
|
1. [Overview](/doc/QubesArchitecture/)
|
||||||
|
2. [Architecture Spec v0.3 [PDF]](http://files.qubes-os.org/files/doc/arch-spec-0.3.pdf) (The original 2009 document that started this all...)
|
||||||
2. [Security-critical elements of Qubes OS](/doc/SecurityCriticalCode/)
|
2. [Security-critical elements of Qubes OS](/doc/SecurityCriticalCode/)
|
||||||
3. Qubes RPC framework (qrexec):
|
3. Qubes RPC framework (qrexec):
|
||||||
1. [The Qubes RPC/Service API](/doc/Qrexec/)
|
1. [The Qubes RPC/Service API](/doc/Qrexec/)
|
||||||
|
7
doc.md
7
doc.md
@ -17,6 +17,7 @@ The Basics
|
|||||||
* [A Simple Introduction to Qubes](/intro/)
|
* [A Simple Introduction to Qubes](/intro/)
|
||||||
* [Getting Started](/doc/GettingStarted/)
|
* [Getting Started](/doc/GettingStarted/)
|
||||||
* [Users' FAQ](/doc/UserFaq/)
|
* [Users' FAQ](/doc/UserFaq/)
|
||||||
|
* [Mailing Lists](/doc/QubesLists/)
|
||||||
* [Further reading: How is Qubes different from...?](http://blog.invisiblethings.org/2012/09/12/how-is-qubes-os-different-from.html)
|
* [Further reading: How is Qubes different from...?](http://blog.invisiblethings.org/2012/09/12/how-is-qubes-os-different-from.html)
|
||||||
* [Further reading: Why Qubes is more than a collection of VMs](http://www.invisiblethingslab.com/resources/2014/Software_compartmentalization_vs_physical_separation.pdf)
|
* [Further reading: Why Qubes is more than a collection of VMs](http://www.invisiblethingslab.com/resources/2014/Software_compartmentalization_vs_physical_separation.pdf)
|
||||||
|
|
||||||
@ -93,6 +94,9 @@ Configuration Guides
|
|||||||
* [Resizing AppVM and HVM Disk Images](/doc/ResizeDiskImage/)
|
* [Resizing AppVM and HVM Disk Images](/doc/ResizeDiskImage/)
|
||||||
* [Extending `root.img` Size](/doc/ResizeRootDiskImage/)
|
* [Extending `root.img` Size](/doc/ResizeRootDiskImage/)
|
||||||
* [Installing ZFS in Qubes](/doc/ZFS/)
|
* [Installing ZFS in Qubes](/doc/ZFS/)
|
||||||
|
* [Mutt Guide](/doc/Mutt/)
|
||||||
|
* [Postfix Guide](/doc/Postfix/)
|
||||||
|
* [Fetchmail Guide](/doc/Fetchmail/)
|
||||||
* [Creating Custom NetVMs and ProxyVMs](http://theinvisiblethings.blogspot.com/2011/09/playing-with-qubes-networking-for-fun.html)
|
* [Creating Custom NetVMs and ProxyVMs](http://theinvisiblethings.blogspot.com/2011/09/playing-with-qubes-networking-for-fun.html)
|
||||||
* [How to make proxy for individual tcp connection from networkless VM](https://groups.google.com/group/qubes-devel/msg/4ca950ab6d7cd11a)
|
* [How to make proxy for individual tcp connection from networkless VM](https://groups.google.com/group/qubes-devel/msg/4ca950ab6d7cd11a)
|
||||||
* [HTTP filtering proxy in Qubes firewall VM](https://groups.google.com/group/qubes-devel/browse_thread/thread/5252bc3f6ed4b43e/d881deb5afaa2a6c#39c95d63fccca12b)
|
* [HTTP filtering proxy in Qubes firewall VM](https://groups.google.com/group/qubes-devel/browse_thread/thread/5252bc3f6ed4b43e/d881deb5afaa2a6c#39c95d63fccca12b)
|
||||||
@ -102,6 +106,7 @@ Configuration Guides
|
|||||||
* [Configuring a Network Printer](/doc/NetworkPrinter/)
|
* [Configuring a Network Printer](/doc/NetworkPrinter/)
|
||||||
* [Using External Audio Devices](/doc/ExternalAudio/)
|
* [Using External Audio Devices](/doc/ExternalAudio/)
|
||||||
* [Booting with GRUB2 and GPT](https://groups.google.com/group/qubes-devel/browse_thread/thread/e4ac093cabd37d2b/d5090c20d92c4128#d5090c20d92c4128)
|
* [Booting with GRUB2 and GPT](https://groups.google.com/group/qubes-devel/browse_thread/thread/e4ac093cabd37d2b/d5090c20d92c4128#d5090c20d92c4128)
|
||||||
|
* [Rxvt Guide](/doc/Rxvt/)
|
||||||
|
|
||||||
|
|
||||||
Customization Guides
|
Customization Guides
|
||||||
@ -136,7 +141,9 @@ For Developers
|
|||||||
* [Developer Documentation](/doc/SystemDoc/)
|
* [Developer Documentation](/doc/SystemDoc/)
|
||||||
* [Developers' FAQ](/doc/DevelFaq/)
|
* [Developers' FAQ](/doc/DevelFaq/)
|
||||||
* [How can I contribute to the Qubes project?](/doc/ContributingHowto/)
|
* [How can I contribute to the Qubes project?](/doc/ContributingHowto/)
|
||||||
|
* [Bug Reporting Guide](/doc/BugReportingGuide/)
|
||||||
* [Source Code](/doc/SourceCode/)
|
* [Source Code](/doc/SourceCode/)
|
||||||
|
* [Qubes OS Version Scheme](/doc/VersionScheme/)
|
||||||
* [Coding Guidelines](/doc/CodingStyle/)
|
* [Coding Guidelines](/doc/CodingStyle/)
|
||||||
* [Documentation Guidelines](/doc/doc-guidelines/)
|
* [Documentation Guidelines](/doc/doc-guidelines/)
|
||||||
* [Books for Developers](/doc/DevelBooks/)
|
* [Books for Developers](/doc/DevelBooks/)
|
||||||
|
@ -1,17 +0,0 @@
|
|||||||
---
|
|
||||||
layout: doc
|
|
||||||
title: QubesContacts
|
|
||||||
permalink: /doc/QubesContacts/
|
|
||||||
redirect_from: /wiki/QubesContacts/
|
|
||||||
---
|
|
||||||
|
|
||||||
Contacting the Qubes OS Team
|
|
||||||
============================
|
|
||||||
|
|
||||||
**Note:** Please send all the questions regarding Qubes to the [mailing list](/doc/QubesLists/). This way, your questions, as well as answers to those questions, could be also shared with other users.
|
|
||||||
|
|
||||||
Press & business contact
|
|
||||||
------------------------
|
|
||||||
|
|
||||||
- Joanna Rutkowska `joanna at invisiblethingslab dot com`
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
|||||||
---
|
|
||||||
layout: doc
|
|
||||||
title: TestPage
|
|
||||||
permalink: /doc/TestPage/
|
|
||||||
redirect_from: /wiki/TestPage/
|
|
||||||
---
|
|
||||||
|
|
||||||
This is a test.
|
|
@ -1,13 +0,0 @@
|
|||||||
---
|
|
||||||
layout: doc
|
|
||||||
title: TestTest
|
|
||||||
permalink: /doc/TestTest/
|
|
||||||
redirect_from: /wiki/TestTest/
|
|
||||||
---
|
|
||||||
|
|
||||||
This is a test page
|
|
||||||
===================
|
|
||||||
|
|
||||||
Please ignore.
|
|
||||||
|
|
||||||
![snapshot1.png](/attachment/wiki/TestTest/snapshot1.png)
|
|
@ -1,17 +0,0 @@
|
|||||||
---
|
|
||||||
layout: doc
|
|
||||||
title: UsbInstallation
|
|
||||||
permalink: /doc/UsbInstallation/
|
|
||||||
redirect_from: /wiki/UsbInstallation/
|
|
||||||
---
|
|
||||||
|
|
||||||
How to create a bootable USB stick from Qubes ISO
|
|
||||||
=================================================
|
|
||||||
|
|
||||||
Qubes ISO image is already prepared to boot from USB disk, you just need to copy the ISO onto the USB device, e.g. using dd:
|
|
||||||
|
|
||||||
```
|
|
||||||
dd if=Qubes-R2-Beta2-x86_64-DVD.iso of=/dev/sdX
|
|
||||||
```
|
|
||||||
|
|
||||||
**Be sure to use a correct device as the target in the dd command above (instead of sdX)**
|
|
@ -1,8 +0,0 @@
|
|||||||
---
|
|
||||||
layout: doc
|
|
||||||
title: amChartTest
|
|
||||||
permalink: /doc/amChartTest/
|
|
||||||
redirect_from: /wiki/amChartTest/
|
|
||||||
---
|
|
||||||
|
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user