Sentence case for titles

This commit is contained in:
unman 2021-07-09 01:06:41 +00:00
parent a867dbe06a
commit d0bc9e70a2
No known key found for this signature in database
GPG Key ID: BB52274595B71262
207 changed files with 207 additions and 207 deletions

View File

@ -7,7 +7,7 @@ redirect_from:
- /doc/DevelopmentWorkflow/ - /doc/DevelopmentWorkflow/
- /wiki/DevelopmentWorkflow/ - /wiki/DevelopmentWorkflow/
ref: 66 ref: 66
title: Development Workflow title: Development workflow
--- ---
A workflow for developing Qubes OS+ A workflow for developing Qubes OS+

View File

@ -7,7 +7,7 @@ redirect_from:
- /doc/QubesBuilderDetails/ - /doc/QubesBuilderDetails/
- /wiki/QubesBuilderDetails/ - /wiki/QubesBuilderDetails/
ref: 65 ref: 65
title: Qubes Builder Details title: Qubes builder details
--- ---
Components Makefile.builder file Components Makefile.builder file

View File

@ -7,7 +7,7 @@ redirect_from:
- /doc/QubesBuilder/ - /doc/QubesBuilder/
- /wiki/QubesBuilder/ - /wiki/QubesBuilder/
ref: 64 ref: 64
title: Qubes Builder title: Qubes builder
--- ---
**Note: See [ISO building instructions](/doc/qubes-iso-building/) for a streamlined overview on how to use the build system.** **Note: See [ISO building instructions](/doc/qubes-iso-building/) for a streamlined overview on how to use the build system.**

View File

@ -9,7 +9,7 @@ redirect_from:
- /doc/QubesR3Building/ - /doc/QubesR3Building/
- /wiki/QubesR3Building/ - /wiki/QubesR3Building/
ref: 63 ref: 63
title: Qubes ISO Building title: Qubes iso building
--- ---
Build Environment Build Environment

View File

@ -4,5 +4,5 @@ layout: doc
permalink: /doc/qubes-template-configs/ permalink: /doc/qubes-template-configs/
redirect_to: https://github.com/QubesOS/qubes-template-configs redirect_to: https://github.com/QubesOS/qubes-template-configs
ref: 248 ref: 248
title: Qubes Template Configs title: Qubes template configs
--- ---

View File

@ -3,7 +3,7 @@ lang: en
layout: doc layout: doc
permalink: /doc/code-signing/ permalink: /doc/code-signing/
ref: 51 ref: 51
title: Code Signing title: Code signing
--- ---
All contributions to the Qubes OS [source code](/doc/source-code/) must be cryptographically signed by the author's PGP key. All contributions to the Qubes OS [source code](/doc/source-code/) must be cryptographically signed by the author's PGP key.

View File

@ -8,7 +8,7 @@ redirect_from:
- /wiki/CodingStyle/ - /wiki/CodingStyle/
- /trac/wiki/CodingStyle/ - /trac/wiki/CodingStyle/
ref: 53 ref: 53
title: Coding Style title: Coding style
--- ---
Rationale Rationale

View File

@ -7,7 +7,7 @@ redirect_from:
- /doc/QubesLicensing/ - /doc/QubesLicensing/
- /wiki/QubesLicensing/ - /wiki/QubesLicensing/
ref: 52 ref: 52
title: Software License title: Software license
--- ---
Qubes OS is a compilation of software packages, each under its own license. The Qubes OS is a compilation of software packages, each under its own license. The

View File

@ -7,7 +7,7 @@ redirect_from:
- /doc/SourceCode/ - /doc/SourceCode/
- /wiki/SourceCode/ - /wiki/SourceCode/
ref: 54 ref: 54
title: Source Code title: Source code
--- ---
All the Qubes code is kept in Git repositories. We have divided the project into All the Qubes code is kept in Git repositories. We have divided the project into

View File

@ -6,7 +6,7 @@ redirect_from:
- /en/doc/automated-tests/ - /en/doc/automated-tests/
- /doc/AutomatedTests/ - /doc/AutomatedTests/
ref: 45 ref: 45
title: Automated Tests title: Automated tests
--- ---
## Unit and Integration Tests ## Unit and Integration Tests

View File

@ -3,7 +3,7 @@ lang: en
layout: doc layout: doc
permalink: /doc/mount-lvm-image/ permalink: /doc/mount-lvm-image/
ref: 46 ref: 46
title: How to Mount LVM Images title: How to mount lvm images
--- ---
You want to read your LVM image (e.g., there is a problem where you can't start any VMs except dom0). You want to read your LVM image (e.g., there is a problem where you can't start any VMs except dom0).

View File

@ -7,7 +7,7 @@ redirect_from:
- /doc/Profiling/ - /doc/Profiling/
- /wiki/Profiling/ - /wiki/Profiling/
ref: 48 ref: 48
title: Python Profiling title: Python profiling
--- ---
This is a python profiling primer. This is a python profiling primer.

View File

@ -5,7 +5,7 @@ permalink: /doc/safe-remote-ttys/
redirect_from: redirect_from:
- /en/doc/safe-remote-ttys/ - /en/doc/safe-remote-ttys/
ref: 49 ref: 49
title: Safe Remote Dom0 Terminals title: Safe remote dom0 terminals
--- ---
If you do not have working graphics in Dom0, then using a terminal can be quite annoying! If you do not have working graphics in Dom0, then using a terminal can be quite annoying!

View File

@ -7,7 +7,7 @@ redirect_from:
- /doc/TestBench/ - /doc/TestBench/
- /wiki/TestBench/ - /wiki/TestBench/
ref: 44 ref: 44
title: How to Set Up a Test Bench title: How to set up a test bench
--- ---
This guide shows how to set up simple test bench that automatically test your code you're about to push. It is written especially for `core3` branch of `core-admin.git` repo, but some ideas are universal. This guide shows how to set up simple test bench that automatically test your code you're about to push. It is written especially for `core3` branch of `core-admin.git` repo, but some ideas are universal.

View File

@ -8,7 +8,7 @@ redirect_from:
- /doc/SystemDoc/VMInterface/ - /doc/SystemDoc/VMInterface/
- /wiki/SystemDoc/VMInterface/ - /wiki/SystemDoc/VMInterface/
ref: 47 ref: 47
title: VM Configuration Interface title: Vm configuration interface
--- ---
Qubes VM have some settings set by dom0 based on VM settings. There are multiple configuration channels, which includes: Qubes VM have some settings set by dom0 based on VM settings. There are multiple configuration channels, which includes:

View File

@ -7,7 +7,7 @@ redirect_from:
- /doc/WindowsDebugging/ - /doc/WindowsDebugging/
- /wiki/WindowsDebugging/ - /wiki/WindowsDebugging/
ref: 50 ref: 50
title: Windows Debugging title: Windows debugging
--- ---
Debugging Windows code can be tricky in a virtualized environment. The guide below assumes Xen hypervisor and Windows 7 VMs. Debugging Windows code can be tricky in a virtualized environment. The guide below assumes Xen hypervisor and Windows 7 VMs.

View File

@ -2,7 +2,7 @@
lang: en lang: en
layout: doc layout: doc
permalink: /doc/continuous-integration/ permalink: /doc/continuous-integration/
title: Continuous Integration (CI) title: Continuous integration (ci)
--- ---
This page explains the [continuous integration This page explains the [continuous integration

View File

@ -7,7 +7,7 @@ redirect_from:
- /doc/DevelBooks/ - /doc/DevelBooks/
- /wiki/DevelBooks/ - /wiki/DevelBooks/
ref: 32 ref: 32
title: Developer Books title: Developer books
--- ---
Below is a list of various books that might be useful in learning some basics needed for Qubes development. Below is a list of various books that might be useful in learning some basics needed for Qubes development.

View File

@ -8,7 +8,7 @@ redirect_from:
- /wiki/DocStyle/ - /wiki/DocStyle/
- /doc/DocStyle/ - /doc/DocStyle/
ref: 30 ref: 30
title: Documentation Style Guide title: Documentation style guide
--- ---
Qubes OS documentation pages are stored as plain text Markdown files in the Qubes OS documentation pages are stored as plain text Markdown files in the

View File

@ -5,7 +5,7 @@ permalink: /gsoc/
redirect_from: redirect_from:
- /GSoC/ - /GSoC/
ref: 33 ref: 33
title: Google Summer of Code title: Google summer of code
--- ---
## Information for Students ## Information for Students

View File

@ -3,7 +3,7 @@ lang: en
layout: doc layout: doc
permalink: /gsod/ permalink: /gsod/
ref: 242 ref: 242
title: Google Season of Docs title: Google season of docs
--- ---
Thank you for your interest in participating in the [2021 Google Season of Docs](https://developers.google.com/season-of-docs/) program with the [Qubes OS team](/team/). You can read more about the Google Season of Docs in the official [guides](https://developers.google.com/season-of-docs/docs/) and [FAQ](https://developers.google.com/season-of-docs/docs/faq). Thank you for your interest in participating in the [2021 Google Season of Docs](https://developers.google.com/season-of-docs/) program with the [Qubes OS team](/team/). You can read more about the Google Season of Docs in the official [guides](https://developers.google.com/season-of-docs/docs/) and [FAQ](https://developers.google.com/season-of-docs/docs/faq).

View File

@ -2,7 +2,7 @@
lang: en lang: en
layout: doc layout: doc
permalink: /doc/how-to-edit-the-documentation/ permalink: /doc/how-to-edit-the-documentation/
title: How to Edit the Documentation title: How to edit the documentation
--- ---
Qubes OS documentation pages are stored as plain text Markdown files in the Qubes OS documentation pages are stored as plain text Markdown files in the

View File

@ -3,7 +3,7 @@ lang: en
layout: doc layout: doc
permalink: /doc/package-contributions/ permalink: /doc/package-contributions/
ref: 29 ref: 29
title: Package Contributions title: Package contributions
--- ---
_This page is for developers who wish to contribute packages. _This page is for developers who wish to contribute packages.

View File

@ -3,7 +3,7 @@ lang: en
layout: doc layout: doc
permalink: /doc/usability-ux/ permalink: /doc/usability-ux/
ref: 31 ref: 31
title: Usability & UX title: Usability & ux
--- ---
Software that is too complicated to use, is often unused. Because we want as many people as possible to benefit from its unique security properties, the usability and user experience of Qubes OS is an utmost priority! Software that is too complicated to use, is often unused. Because we want as many people as possible to benefit from its unique security properties, the usability and user experience of Qubes OS is an utmost priority!

View File

@ -5,5 +5,5 @@ permalink: /doc/visual-style-guide/
redirect_from: redirect_from:
- /doc/style-guide/ - /doc/style-guide/
ref: 27 ref: 27
title: Visual Style Guide title: Visual style guide
--- ---

View File

@ -2,7 +2,7 @@
lang: en lang: en
layout: doc layout: doc
permalink: /doc/website-style-guide/ permalink: /doc/website-style-guide/
title: Website Style Guide title: Website style guide
--- ---
This page explains the standards we follow for building and maintaining the This page explains the standards we follow for building and maintaining the

View File

@ -5,7 +5,7 @@ permalink: /doc/releases/1.0/release-notes/
redirect_from: redirect_from:
- /en/doc/releases/1.0/release-notes/ - /en/doc/releases/1.0/release-notes/
ref: 18 ref: 18
title: Qubes R1.0 Release Notes title: Qubes r1.0 release notes
--- ---
Detailed release notes in [this blog post](https://blog.invisiblethings.org/2012/09/03/introducing-qubes-10.html). Detailed release notes in [this blog post](https://blog.invisiblethings.org/2012/09/03/introducing-qubes-10.html).

View File

@ -5,7 +5,7 @@ permalink: /doc/releases/2.0/release-notes/
redirect_from: redirect_from:
- /en/doc/releases/2.0/release-notes/ - /en/doc/releases/2.0/release-notes/
ref: 25 ref: 25
title: Qubes R2.0 Release Notes title: Qubes r2.0 release notes
--- ---
Detailed release notes in [this blog post](https://blog.invisiblethings.org/2014/09/26/announcing-qubes-os-release-2.html) Detailed release notes in [this blog post](https://blog.invisiblethings.org/2014/09/26/announcing-qubes-os-release-2.html)

View File

@ -5,7 +5,7 @@ permalink: /doc/releases/3.0/release-notes/
redirect_from: redirect_from:
- /en/doc/releases/3.0/release-notes/ - /en/doc/releases/3.0/release-notes/
ref: 19 ref: 19
title: Qubes R3.0 Release Notes title: Qubes r3.0 release notes
--- ---
### Qubes R3.0 Release Notes ### Qubes R3.0 Release Notes

View File

@ -5,7 +5,7 @@ permalink: /doc/releases/3.0/schedule/
redirect_from: redirect_from:
- /en/doc/releases/3.0/schedule/ - /en/doc/releases/3.0/schedule/
ref: 20 ref: 20
title: Qubes R3.0 Release Schedule title: Qubes r3.0 release schedule
--- ---
| Date | Stage | | Date | Stage |

View File

@ -3,7 +3,7 @@ lang: en
layout: doc layout: doc
permalink: /doc/releases/3.1/release-notes/ permalink: /doc/releases/3.1/release-notes/
ref: 16 ref: 16
title: Qubes R3.1 release notes title: Qubes r3.1 release notes
--- ---
## New features since 3.0 ## New features since 3.0

View File

@ -5,7 +5,7 @@ permalink: /doc/releases/3.1/schedule/
redirect_from: redirect_from:
- /en/doc/releases/3.1/schedule/ - /en/doc/releases/3.1/schedule/
ref: 17 ref: 17
title: Qubes R3.1 Release Schedule title: Qubes r3.1 release schedule
--- ---
This schedule is based on [Version Scheme](/doc/version-scheme/#release-schedule). This schedule is based on [Version Scheme](/doc/version-scheme/#release-schedule).

View File

@ -3,7 +3,7 @@ lang: en
layout: doc layout: doc
permalink: /doc/releases/3.2/release-notes/ permalink: /doc/releases/3.2/release-notes/
ref: 21 ref: 21
title: Qubes R3.2 release notes title: Qubes r3.2 release notes
--- ---
## New features since 3.1 ## New features since 3.1

View File

@ -5,7 +5,7 @@ permalink: /doc/releases/3.2/schedule/
redirect_from: redirect_from:
- /en/doc/releases/3.2/schedule/ - /en/doc/releases/3.2/schedule/
ref: 22 ref: 22
title: Qubes R3.2 Release Schedule title: Qubes r3.2 release schedule
--- ---
This schedule is based on [Version Scheme](/doc/version-scheme/#release-schedule). This schedule is based on [Version Scheme](/doc/version-scheme/#release-schedule).

View File

@ -3,7 +3,7 @@ lang: en
layout: doc layout: doc
permalink: /doc/releases/4.0/release-notes/ permalink: /doc/releases/4.0/release-notes/
ref: 23 ref: 23
title: Qubes R4.0 release notes title: Qubes r4.0 release notes
--- ---
New features since 3.2 New features since 3.2

View File

@ -5,7 +5,7 @@ permalink: /doc/releases/4.0/schedule/
redirect_from: redirect_from:
- /en/doc/releases/4.0/schedule/ - /en/doc/releases/4.0/schedule/
ref: 24 ref: 24
title: Qubes R4.0 Release Schedule title: Qubes r4.0 release schedule
--- ---
This schedule is based on [Version Scheme](/doc/version-scheme/#release-schedule). This schedule is based on [Version Scheme](/doc/version-scheme/#release-schedule).

View File

@ -3,7 +3,7 @@ lang: en
layout: doc layout: doc
permalink: /doc/releases/notes/ permalink: /doc/releases/notes/
ref: 13 ref: 13
title: Release Notes title: Release notes
--- ---
* [Qubes R1.0 release notes](/doc/releases/1.0/release-notes/) * [Qubes R1.0 release notes](/doc/releases/1.0/release-notes/)

View File

@ -3,7 +3,7 @@ lang: en
layout: doc layout: doc
permalink: /doc/releases/schedules/ permalink: /doc/releases/schedules/
ref: 15 ref: 15
title: Release Schedules title: Release schedules
--- ---
* [Qubes R3.0 release schedule](/doc/releases/3.0/schedule/) * [Qubes R3.0 release schedule](/doc/releases/3.0/schedule/)

View File

@ -5,7 +5,7 @@ permalink: /doc/releases/todo/
redirect_from: redirect_from:
- /en/doc/releases/todo/ - /en/doc/releases/todo/
ref: 14 ref: 14
title: Release Checklist title: Release checklist
--- ---
*the checklist is probably unfinished* *the checklist is probably unfinished*

View File

@ -7,7 +7,7 @@ redirect_from:
- /doc/VersionScheme/ - /doc/VersionScheme/
- /wiki/VersionScheme/ - /wiki/VersionScheme/
ref: 151 ref: 151
title: Version Scheme title: Version scheme
--- ---
Beginning with R3 release, we change (and formalise) the versioning scheme. Beginning with R3 release, we change (and formalise) the versioning scheme.

View File

@ -3,7 +3,7 @@ lang: en
layout: fullscreen layout: fullscreen
permalink: /doc/admin-api/table/ permalink: /doc/admin-api/table/
ref: 249 ref: 249
title: Admin API Table title: Admin api table
--- ---
This page displays the fullscreen table from [Admin API](/doc/admin-api/). This page displays the fullscreen table from [Admin API](/doc/admin-api/).

View File

@ -9,7 +9,7 @@ redirect_from:
- /doc/mgmt-architecture/ - /doc/mgmt-architecture/
- /doc/admin-api-architecture/ - /doc/admin-api-architecture/
ref: 36 ref: 36
title: Admin API title: Admin api
--- ---
_You may also be interested in the article _You may also be interested in the article

View File

@ -8,7 +8,7 @@ redirect_from:
- /doc/DVMimpl/ - /doc/DVMimpl/
- /wiki/DVMimpl/ - /wiki/DVMimpl/
ref: 34 ref: 34
title: DisposableVM Implementation title: Disposablevm implementation
--- ---
**Note: The content below applies to Qubes R3.2.** **Note: The content below applies to Qubes R3.2.**

View File

@ -7,7 +7,7 @@ redirect_from:
- /doc/Dom0SecureUpdates/ - /doc/Dom0SecureUpdates/
- /wiki/Dom0SecureUpdates/ - /wiki/Dom0SecureUpdates/
ref: 43 ref: 43
title: Dom0 Secure Updates title: Dom0 secure updates
--- ---
Reasons for Dom0 updates Reasons for Dom0 updates

View File

@ -7,7 +7,7 @@ redirect_from:
- /doc/Qfilecopy/ - /doc/Qfilecopy/
- /wiki/Qfilecopy/ - /wiki/Qfilecopy/
ref: 35 ref: 35
title: Inter-VM File Copying (qfilecopy) title: Inter-vm file copying (qfilecopy)
--- ---
There are two cases when we need a mechanism to copy files between VMs: There are two cases when we need a mechanism to copy files between VMs:

View File

@ -7,7 +7,7 @@ redirect_from:
- /doc/Qfileexchgd/ - /doc/Qfileexchgd/
- /wiki/Qfileexchgd/ - /wiki/Qfileexchgd/
ref: 40 ref: 40
title: qfileexchgd (deprecated) title: Qfileexchgd (deprecated)
--- ---
**This mechanism is obsolete as of Qubes Beta 1!** **This mechanism is obsolete as of Qubes Beta 1!**

View File

@ -7,7 +7,7 @@ redirect_from:
- /doc/Qmemman/ - /doc/Qmemman/
- /wiki/Qmemman/ - /wiki/Qmemman/
ref: 41 ref: 41
title: Qubes Memory Manager (qmemman) title: Qubes memory manager (qmemman)
--- ---
Rationale Rationale

View File

@ -8,7 +8,7 @@ redirect_from:
- /doc/Qrexec3Implementation/ - /doc/Qrexec3Implementation/
- /wiki/Qrexec3Implementation/ - /wiki/Qrexec3Implementation/
ref: 39 ref: 39
title: 'Qrexec: Qubes RPC Internals' title: 'qrexec: qubes rpc internals'
--- ---
(*This page details the current implementation of qrexec (qrexec3). (*This page details the current implementation of qrexec (qrexec3).

View File

@ -3,7 +3,7 @@ lang: en
layout: doc layout: doc
permalink: /doc/qrexec-socket-services/ permalink: /doc/qrexec-socket-services/
ref: 42 ref: 42
title: 'Qrexec: Socket-Based Services' title: 'qrexec: socket-based services'
--- ---
*This page describes how to implement and use new socket-backed services for qrexec. See [qrexec](/doc/qrexec/) for general overview of the qrexec framework.* *This page describes how to implement and use new socket-backed services for qrexec. See [qrexec](/doc/qrexec/) for general overview of the qrexec framework.*

View File

@ -11,7 +11,7 @@ redirect_from:
- /doc/Qrexec/ - /doc/Qrexec/
- /wiki/Qrexec/ - /wiki/Qrexec/
ref: 37 ref: 37
title: 'Qrexec: Secure Communication Across Domains' title: 'qrexec: secure communication across domains'
--- ---
(*This page is about qrexec v3. For qrexec v2, see [here](/doc/qrexec2/).*) (*This page is about qrexec v3. For qrexec v2, see [here](/doc/qrexec2/).*)

View File

@ -8,7 +8,7 @@ redirect_from:
- /doc/Qrexec2Implementation/ - /doc/Qrexec2Implementation/
- /wiki/Qrexec2Implementation/ - /wiki/Qrexec2Implementation/
ref: 38 ref: 38
title: qrexec v2 (deprecated) title: Qrexec v2 (deprecated)
--- ---
(*This page is about qrexec v2. For qrexec v3, see [here](/doc/qrexec/).*) (*This page is about qrexec v2. For qrexec v3, see [here](/doc/qrexec/).*)

View File

@ -3,7 +3,7 @@ lang: en
layout: doc layout: doc
permalink: /doc/audio-virtualization/ permalink: /doc/audio-virtualization/
ref: 60 ref: 60
title: Audio Virtualization title: Audio virtualization
--- ---
VMs on Qubes OS have access to virtualized audio through the PulseAudio module. VMs on Qubes OS have access to virtualized audio through the PulseAudio module.

View File

@ -8,7 +8,7 @@ redirect_from:
- /doc/GUIdocs/ - /doc/GUIdocs/
- /wiki/GUIdocs/ - /wiki/GUIdocs/
ref: 61 ref: 61
title: GUI Virtualization title: Gui virtualization
--- ---
qubes_gui and qubes_guid processes qubes_gui and qubes_guid processes

View File

@ -4,5 +4,5 @@ layout: doc
permalink: /doc/qubes-core-admin-client/ permalink: /doc/qubes-core-admin-client/
redirect_to: https://dev.qubes-os.org/projects/core-admin-client/en/latest/ redirect_to: https://dev.qubes-os.org/projects/core-admin-client/en/latest/
ref: 245 ref: 245
title: Qubes Core Admin Client title: Qubes core admin client
--- ---

View File

@ -4,5 +4,5 @@ layout: doc
permalink: /doc/qubes-core-admin/ permalink: /doc/qubes-core-admin/
redirect_to: https://dev.qubes-os.org/projects/core-admin/en/latest/ redirect_to: https://dev.qubes-os.org/projects/core-admin/en/latest/
ref: 246 ref: 246
title: Qubes Core Admin title: Qubes core admin
--- ---

View File

@ -4,5 +4,5 @@ layout: doc
permalink: /doc/qubes-core-stack/ permalink: /doc/qubes-core-stack/
redirect_to: /news/2017/10/03/core3/ redirect_to: /news/2017/10/03/core3/
ref: 247 ref: 247
title: Qubes Core Stack title: Qubes core stack
--- ---

View File

@ -8,7 +8,7 @@ redirect_from:
- /wiki/SecurityCriticalCode/ - /wiki/SecurityCriticalCode/
- /trac/wiki/SecurityCriticalCode/ - /trac/wiki/SecurityCriticalCode/
ref: 55 ref: 55
title: Security-Critical Code title: Security-critical code
--- ---
Below is a list of security-critical (i.e., trusted) code components in Qubes OS. Below is a list of security-critical (i.e., trusted) code components in Qubes OS.

View File

@ -9,7 +9,7 @@ redirect_from:
- /doc/SecurityGoals/ - /doc/SecurityGoals/
- /wiki/SecurityGoals/ - /wiki/SecurityGoals/
ref: 210 ref: 210
title: Security Design Goals title: Security design goals
--- ---
Qubes OS implements a security-by-isolation (or security-by-compartmentalization) approach by providing the ability to easily create many security domains. These domains are implemented as lightweight Virtual Machines (VMs) running under the Xen hypervisor. Qubes' main objective is to provide strong isolation between these domains, so that even if an attacker compromises one of the domains, the others are still safe. Qubes, however, does not attempt to provide any security isolation for applications running within the same domain. For example, a buggy web browser running in a Qubes domain could still be compromised just as easily as on a regular Linux distribution. The difference that Qubes makes is that now the attacker doesn't have access to all the software running in the other domains. Qubes OS implements a security-by-isolation (or security-by-compartmentalization) approach by providing the ability to easily create many security domains. These domains are implemented as lightweight Virtual Machines (VMs) running under the Xen hypervisor. Qubes' main objective is to provide strong isolation between these domains, so that even if an attacker compromises one of the domains, the others are still safe. Qubes, however, does not attempt to provide any security isolation for applications running within the same domain. For example, a buggy web browser running in a Qubes domain could still be compromised just as easily as on a regular Linux distribution. The difference that Qubes makes is that now the attacker doesn't have access to all the software running in the other domains.

View File

@ -3,7 +3,7 @@ lang: en
layout: doc layout: doc
permalink: /doc/storage-pools/ permalink: /doc/storage-pools/
ref: 57 ref: 57
title: Storage Pools title: Storage pools
--- ---
Qubes OS R3.2 introduced the concept of storage drivers and pools. This feature Qubes OS R3.2 introduced the concept of storage drivers and pools. This feature

View File

@ -9,5 +9,5 @@ redirect_from:
redirect_to: redirect_to:
- /doc/#developer-documentation - /doc/#developer-documentation
ref: 62 ref: 62
title: System Documentation title: System documentation
--- ---

View File

@ -7,7 +7,7 @@ redirect_from:
- /doc/TemplateImplementation/ - /doc/TemplateImplementation/
- /wiki/TemplateImplementation/ - /wiki/TemplateImplementation/
ref: 58 ref: 58
title: Template Implementation title: Template implementation
--- ---
Every VM has 4 block devices connected: Every VM has 4 block devices connected:

View File

@ -8,5 +8,5 @@ redirect_from:
- /wiki/BuildingArchlinuxTemplate/ - /wiki/BuildingArchlinuxTemplate/
redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/building/building-archlinux-template.md redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/building/building-archlinux-template.md
ref: 116 ref: 116
title: Building Archlinux Template title: Building archlinux template
--- ---

View File

@ -8,5 +8,5 @@ redirect_from:
- /wiki/BuildingNonFedoraTemplate/ - /wiki/BuildingNonFedoraTemplate/
redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/building/building-non-fedora-template.md redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/building/building-non-fedora-template.md
ref: 117 ref: 117
title: Building Non-Fedora Template title: Building non-fedora template
--- ---

View File

@ -6,5 +6,5 @@ redirect_from:
- /en/doc/building-whonix-template/ - /en/doc/building-whonix-template/
redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/building/building-whonix-template.md redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/building/building-whonix-template.md
ref: 115 ref: 115
title: Building Whonix Templates title: Building whonix templates
--- ---

View File

@ -5,5 +5,5 @@ redirect_from:
- /doc/change-time-zone/ - /doc/change-time-zone/
redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/configuration/change-time-zone.md redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/configuration/change-time-zone.md
ref: 109 ref: 109
title: Changing your Time Zone title: Changing your time zone
--- ---

View File

@ -8,5 +8,5 @@ redirect_from:
- /wiki/DiskTRIM/ - /wiki/DiskTRIM/
redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/configuration/disk-trim.md redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/configuration/disk-trim.md
ref: 104 ref: 104
title: Disk TRIM title: Disk trim
--- ---

View File

@ -8,5 +8,5 @@ redirect_from:
- /wiki/ExternalAudio/ - /wiki/ExternalAudio/
redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/configuration/external-audio.md redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/configuration/external-audio.md
ref: 100 ref: 100
title: External Audio title: External audio
--- ---

View File

@ -8,5 +8,5 @@ redirect_from:
- /wiki/InstallNvidiaDriver/ - /wiki/InstallNvidiaDriver/
redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/configuration/install-nvidia-driver.md redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/configuration/install-nvidia-driver.md
ref: 96 ref: 96
title: How to Install an Nvidia Driver title: How to install an nvidia driver
--- ---

View File

@ -8,5 +8,5 @@ redirect_from:
- /wiki/Multimedia/ - /wiki/Multimedia/
redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/configuration/multimedia.md redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/configuration/multimedia.md
ref: 105 ref: 105
title: How to Make a Multimedia TemplateVM title: How to make a multimedia templatevm
--- ---

View File

@ -8,5 +8,5 @@ redirect_from:
- /wiki/NetworkBridgeSupport/ - /wiki/NetworkBridgeSupport/
redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/configuration/network-bridge-support.md redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/configuration/network-bridge-support.md
ref: 113 ref: 113
title: Network Bridge Support title: Network bridge support
--- ---

View File

@ -8,5 +8,5 @@ redirect_from:
- /wiki/NetworkPrinter/ - /wiki/NetworkPrinter/
redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/configuration/network-printer.md redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/configuration/network-printer.md
ref: 108 ref: 108
title: Network Printer title: Network printer
--- ---

View File

@ -5,5 +5,5 @@ redirect_from:
- /doc/tips-and-tricks/ - /doc/tips-and-tricks/
redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/configuration/tips-and-tricks.md redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/configuration/tips-and-tricks.md
ref: 110 ref: 110
title: Tips and Tricks title: Tips and tricks
--- ---

View File

@ -9,5 +9,5 @@ redirect_from:
- /wiki/VPN/ - /wiki/VPN/
redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/configuration/vpn.md redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/configuration/vpn.md
ref: 102 ref: 102
title: VPN title: Vpn
--- ---

View File

@ -8,5 +8,5 @@ redirect_from:
- /wiki/ZFS/ - /wiki/ZFS/
redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/configuration/zfs.md redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/configuration/zfs.md
ref: 111 ref: 111
title: ZFS title: Zfs
--- ---

View File

@ -5,5 +5,5 @@ redirect_from:
- /doc/dark-theme/ - /doc/dark-theme/
redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/customization/dark-theme.md redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/customization/dark-theme.md
ref: 74 ref: 74
title: Dark Theme in Dom0 and DomU title: Dark theme in dom0 and domu
--- ---

View File

@ -5,5 +5,5 @@ redirect_from:
- /en/doc/fedora-minimal-template-customization/ - /en/doc/fedora-minimal-template-customization/
redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/customization/fedora-minimal-template-customization.md redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/customization/fedora-minimal-template-customization.md
ref: 76 ref: 76
title: Fedora Minimal Template Customization title: Fedora minimal template customization
--- ---

View File

@ -8,5 +8,5 @@ redirect_from:
- /wiki/LanguageLocalization/ - /wiki/LanguageLocalization/
redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/customization/language-localization.md redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/customization/language-localization.md
ref: 73 ref: 73
title: Language Localization title: Language localization
--- ---

View File

@ -5,5 +5,5 @@ redirect_from:
- /doc/removing-templatevm-packages/ - /doc/removing-templatevm-packages/
redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/customization/removing-templatevm-packages.md redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/customization/removing-templatevm-packages.md
ref: 75 ref: 75
title: Removing TemplateVM Packages title: Removing templatevm packages
--- ---

View File

@ -5,5 +5,5 @@ redirect_from:
- /doc/windows-template-customization/ - /doc/windows-template-customization/
redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/customization/windows-template-customization.md redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/customization/windows-template-customization.md
ref: 72 ref: 72
title: Windows Template Customization title: Windows template customization
--- ---

View File

@ -5,5 +5,5 @@ redirect_from:
- /doc/templates/centos/ - /doc/templates/centos/
redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/os/centos.md redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/os/centos.md
ref: 81 ref: 81
title: CentOS Template title: Centos template
--- ---

View File

@ -5,5 +5,5 @@ redirect_from:
- /doc/templates/gentoo/ - /doc/templates/gentoo/
redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/os/gentoo.md redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/os/gentoo.md
ref: 221 ref: 221
title: Gentoo Template title: Gentoo template
--- ---

View File

@ -8,5 +8,5 @@ redirect_from:
- /wiki/LinuxHVMTips/ - /wiki/LinuxHVMTips/
redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/os/linux-hvm-tips.md redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/os/linux-hvm-tips.md
ref: 82 ref: 82
title: Linux HVM Tips title: Linux hvm tips
--- ---

View File

@ -5,5 +5,5 @@ redirect_from:
- /doc/netbsd/ - /doc/netbsd/
redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/os/netbsd.md redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/os/netbsd.md
ref: 84 ref: 84
title: How to Create a NetBSD VM title: How to create a netbsd vm
--- ---

View File

@ -5,5 +5,5 @@ redirect_from:
- /doc/pentesting/ - /doc/pentesting/
redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/os/pentesting.md redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/os/pentesting.md
ref: 83 ref: 83
title: Penetration Testing title: Penetration testing
--- ---

View File

@ -6,5 +6,5 @@ redirect_from:
- /doc/blackarch/ - /doc/blackarch/
redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/os/pentesting/blackarch.md redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/os/pentesting/blackarch.md
ref: 88 ref: 88
title: How to Create a BlackArch VM title: How to create a blackarch vm
--- ---

View File

@ -6,5 +6,5 @@ redirect_from:
- /doc/kali/ - /doc/kali/
redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/os/pentesting/kali.md redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/os/pentesting/kali.md
ref: 87 ref: 87
title: How to create a Kali Linux VM title: How to create a kali linux vm
--- ---

View File

@ -6,5 +6,5 @@ redirect_from:
- /doc/ptf/ - /doc/ptf/
redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/os/pentesting/ptf.md redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/os/pentesting/ptf.md
ref: 89 ref: 89
title: How to create Penetration Testers Framework (PTF) VM title: How to create penetration testers framework (ptf) vm
--- ---

View File

@ -9,5 +9,5 @@ redirect_from:
- /wiki/Templates/Ubuntu/ - /wiki/Templates/Ubuntu/
redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/os/ubuntu.md redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/os/ubuntu.md
ref: 80 ref: 80
title: Ubuntu Template title: Ubuntu template
--- ---

View File

@ -14,5 +14,5 @@ redirect_from:
- /wiki/WindowsTools/ - /wiki/WindowsTools/
redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/os/windows/windows-tools.md redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/os/windows/windows-tools.md
ref: 86 ref: 86
title: Qubes Windows Tools title: Qubes windows tools
--- ---

View File

@ -5,5 +5,5 @@ redirect_from:
- /doc/windows-vm/ - /doc/windows-vm/
redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/os/windows/windows-vm.md redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/os/windows/windows-vm.md
ref: 85 ref: 85
title: Installing a Windows VM title: Installing a windows vm
--- ---

View File

@ -6,5 +6,5 @@ redirect_from:
- /doc/randomizing-your-mac-address/ - /doc/randomizing-your-mac-address/
redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/privacy/anonymizing-your-mac-address.md redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/privacy/anonymizing-your-mac-address.md
ref: 67 ref: 67
title: Anonymizing your MAC Address title: Anonymizing your mac address
--- ---

View File

@ -6,5 +6,5 @@ redirect_from:
- /doc/running-tails/ - /doc/running-tails/
redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/privacy/tails.md redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/privacy/tails.md
ref: 71 ref: 71
title: Running Tails in Qubes title: Running tails in qubes
--- ---

View File

@ -10,5 +10,5 @@ redirect_from:
- /wiki/UserDoc/TorVM/ - /wiki/UserDoc/TorVM/
redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/privacy/torvm.md redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/privacy/torvm.md
ref: 68 ref: 68
title: TorVM title: Torvm
--- ---

View File

@ -18,5 +18,5 @@ redirect_from:
- /doc/privacy/updating-whonix/ - /doc/privacy/updating-whonix/
redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/privacy/whonix.md redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/privacy/whonix.md
ref: 69 ref: 69
title: Whonix for Privacy & Anonymity title: Whonix for privacy & anonymity
--- ---

View File

@ -7,5 +7,5 @@ redirect_from:
- /doc/Multi-factorAuthentication/ - /doc/Multi-factorAuthentication/
redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/security/multifactor-authentication.md redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/security/multifactor-authentication.md
ref: 78 ref: 78
title: Multifactor Authentication title: Multifactor authentication
--- ---

View File

@ -8,5 +8,5 @@ redirect_from:
- /wiki/SecurityGuidelines/ - /wiki/SecurityGuidelines/
redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/security/security-guidelines.md redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/security/security-guidelines.md
ref: 79 ref: 79
title: Security Guidelines title: Security guidelines
--- ---

View File

@ -5,5 +5,5 @@ redirect_from:
- /doc/split-bitcoin/ - /doc/split-bitcoin/
redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/security/split-bitcoin.md redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/security/split-bitcoin.md
ref: 77 ref: 77
title: Split Bitcoin title: Split bitcoin
--- ---

View File

@ -5,5 +5,5 @@ redirect_from:
- /doc/application-troubleshooting/ - /doc/application-troubleshooting/
redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/troubleshooting/application-troubleshooting.md redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/troubleshooting/application-troubleshooting.md
ref: 236 ref: 236
title: Application Troubleshooting title: Application troubleshooting
--- ---

View File

@ -5,5 +5,5 @@ redirect_from:
- /doc/intel-igfx-troubleshooting/ - /doc/intel-igfx-troubleshooting/
redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/troubleshooting/intel-igfx-troubleshooting.md redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/troubleshooting/intel-igfx-troubleshooting.md
ref: 90 ref: 90
title: Intel Integrated Graphics Troubleshooting title: Intel integrated graphics troubleshooting
--- ---

View File

@ -3,5 +3,5 @@ lang: en
layout: doc layout: doc
redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/troubleshooting/macbook-troubleshooting.md redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/troubleshooting/macbook-troubleshooting.md
ref: 238 ref: 238
title: Apple MacBook Troubleshooting title: Apple macbook troubleshooting
--- ---

Some files were not shown because too many files have changed in this diff Show More