mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2025-01-13 16:29:59 -05:00
Merge branch 'unman-6769' (closes QubesOS/qubes-issues#6769)
This commit is contained in:
commit
f0a0fd36fe
@ -7,7 +7,7 @@ redirect_from:
|
||||
- /doc/DevelopmentWorkflow/
|
||||
- /wiki/DevelopmentWorkflow/
|
||||
ref: 66
|
||||
title: Development Workflow
|
||||
title: Development workflow
|
||||
---
|
||||
|
||||
A workflow for developing Qubes OS+
|
||||
|
@ -7,7 +7,7 @@ redirect_from:
|
||||
- /doc/QubesBuilderDetails/
|
||||
- /wiki/QubesBuilderDetails/
|
||||
ref: 65
|
||||
title: Qubes Builder Details
|
||||
title: Qubes builder details
|
||||
---
|
||||
|
||||
Components Makefile.builder file
|
||||
|
@ -7,7 +7,7 @@ redirect_from:
|
||||
- /doc/QubesBuilder/
|
||||
- /wiki/QubesBuilder/
|
||||
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.**
|
||||
|
@ -9,7 +9,7 @@ redirect_from:
|
||||
- /doc/QubesR3Building/
|
||||
- /wiki/QubesR3Building/
|
||||
ref: 63
|
||||
title: Qubes ISO Building
|
||||
title: Qubes ISO building
|
||||
---
|
||||
|
||||
Build Environment
|
||||
|
@ -4,5 +4,5 @@ layout: doc
|
||||
permalink: /doc/qubes-template-configs/
|
||||
redirect_to: https://github.com/QubesOS/qubes-template-configs
|
||||
ref: 248
|
||||
title: Qubes Template Configs
|
||||
title: Qubes template configs
|
||||
---
|
||||
|
@ -3,7 +3,7 @@ lang: en
|
||||
layout: doc
|
||||
permalink: /doc/code-signing/
|
||||
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.
|
||||
|
@ -8,7 +8,7 @@ redirect_from:
|
||||
- /wiki/CodingStyle/
|
||||
- /trac/wiki/CodingStyle/
|
||||
ref: 53
|
||||
title: Coding Style
|
||||
title: Coding style
|
||||
---
|
||||
|
||||
Rationale
|
||||
|
@ -7,7 +7,7 @@ redirect_from:
|
||||
- /doc/QubesLicensing/
|
||||
- /wiki/QubesLicensing/
|
||||
ref: 52
|
||||
title: Software License
|
||||
title: Software license
|
||||
---
|
||||
|
||||
Qubes OS is a compilation of software packages, each under its own license. The
|
||||
|
@ -7,7 +7,7 @@ redirect_from:
|
||||
- /doc/SourceCode/
|
||||
- /wiki/SourceCode/
|
||||
ref: 54
|
||||
title: Source Code
|
||||
title: Source code
|
||||
---
|
||||
|
||||
All the Qubes code is kept in Git repositories. We have divided the project into
|
||||
|
@ -6,7 +6,7 @@ redirect_from:
|
||||
- /en/doc/automated-tests/
|
||||
- /doc/AutomatedTests/
|
||||
ref: 45
|
||||
title: Automated Tests
|
||||
title: Automated tests
|
||||
---
|
||||
|
||||
## Unit and Integration Tests
|
||||
|
@ -3,7 +3,7 @@ lang: en
|
||||
layout: doc
|
||||
permalink: /doc/mount-lvm-image/
|
||||
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).
|
||||
|
@ -7,7 +7,7 @@ redirect_from:
|
||||
- /doc/Profiling/
|
||||
- /wiki/Profiling/
|
||||
ref: 48
|
||||
title: Python Profiling
|
||||
title: Python profiling
|
||||
---
|
||||
|
||||
This is a python profiling primer.
|
||||
|
@ -5,7 +5,7 @@ permalink: /doc/safe-remote-ttys/
|
||||
redirect_from:
|
||||
- /en/doc/safe-remote-ttys/
|
||||
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!
|
||||
|
@ -7,7 +7,7 @@ redirect_from:
|
||||
- /doc/TestBench/
|
||||
- /wiki/TestBench/
|
||||
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.
|
||||
|
@ -8,7 +8,7 @@ redirect_from:
|
||||
- /doc/SystemDoc/VMInterface/
|
||||
- /wiki/SystemDoc/VMInterface/
|
||||
ref: 47
|
||||
title: VM Configuration Interface
|
||||
title: Qube configuration interface
|
||||
---
|
||||
|
||||
Qubes VM have some settings set by dom0 based on VM settings. There are multiple configuration channels, which includes:
|
||||
|
@ -7,7 +7,7 @@ redirect_from:
|
||||
- /doc/WindowsDebugging/
|
||||
- /wiki/WindowsDebugging/
|
||||
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.
|
||||
|
@ -2,7 +2,7 @@
|
||||
lang: en
|
||||
layout: doc
|
||||
permalink: /doc/continuous-integration/
|
||||
title: Continuous Integration (CI)
|
||||
title: Continuous integration (CI)
|
||||
---
|
||||
|
||||
This page explains the [continuous integration
|
||||
|
@ -7,7 +7,7 @@ redirect_from:
|
||||
- /doc/DevelBooks/
|
||||
- /wiki/DevelBooks/
|
||||
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.
|
||||
|
@ -8,7 +8,7 @@ redirect_from:
|
||||
- /wiki/DocStyle/
|
||||
- /doc/DocStyle/
|
||||
ref: 30
|
||||
title: Documentation Style Guide
|
||||
title: Documentation style guide
|
||||
---
|
||||
|
||||
Qubes OS documentation pages are stored as plain text Markdown files in the
|
||||
@ -117,12 +117,6 @@ Use these terms consistently and accurately throughout your writing.
|
||||
|
||||
### Sentence case in headings
|
||||
|
||||
_**Note:** We're looking for help with converting all page titles from title
|
||||
case to sentence case in accordance with this convention. See
|
||||
[#6769](https://github.com/QubesOS/qubes-issues/issues/6769). In the meantime,
|
||||
please continue to use title case in page titles only to maintain consistency
|
||||
until a mass conversion can be performed._
|
||||
|
||||
Use sentence case (rather than title case) in headings for the reasons
|
||||
explained
|
||||
[here](https://www.sallybagshaw.com.au/articles/sentence-case-v-title-case/).
|
||||
|
@ -5,7 +5,7 @@ permalink: /gsoc/
|
||||
redirect_from:
|
||||
- /GSoC/
|
||||
ref: 33
|
||||
title: Google Summer of Code
|
||||
title: Google Summer of Code (GSoC)
|
||||
---
|
||||
|
||||
## Information for Students
|
||||
|
@ -3,7 +3,7 @@ lang: en
|
||||
layout: doc
|
||||
permalink: /gsod/
|
||||
ref: 242
|
||||
title: Google Season of Docs
|
||||
title: Google Season of Docs (GSoD)
|
||||
---
|
||||
|
||||
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).
|
||||
|
@ -2,7 +2,7 @@
|
||||
lang: en
|
||||
layout: doc
|
||||
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
|
||||
|
@ -3,7 +3,7 @@ lang: en
|
||||
layout: doc
|
||||
permalink: /doc/package-contributions/
|
||||
ref: 29
|
||||
title: Package Contributions
|
||||
title: Package contributions
|
||||
---
|
||||
|
||||
_This page is for developers who wish to contribute packages.
|
||||
|
@ -5,5 +5,5 @@ permalink: /doc/visual-style-guide/
|
||||
redirect_from:
|
||||
- /doc/style-guide/
|
||||
ref: 27
|
||||
title: Visual Style Guide
|
||||
title: Visual style guide
|
||||
---
|
||||
|
@ -2,7 +2,7 @@
|
||||
lang: en
|
||||
layout: doc
|
||||
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
|
||||
|
@ -5,7 +5,7 @@ permalink: /doc/releases/1.0/release-notes/
|
||||
redirect_from:
|
||||
- /en/doc/releases/1.0/release-notes/
|
||||
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).
|
||||
|
@ -5,7 +5,7 @@ permalink: /doc/releases/2.0/release-notes/
|
||||
redirect_from:
|
||||
- /en/doc/releases/2.0/release-notes/
|
||||
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)
|
||||
|
@ -5,7 +5,7 @@ permalink: /doc/releases/3.0/release-notes/
|
||||
redirect_from:
|
||||
- /en/doc/releases/3.0/release-notes/
|
||||
ref: 19
|
||||
title: Qubes R3.0 Release Notes
|
||||
title: Qubes R3.0 release notes
|
||||
---
|
||||
|
||||
### Qubes R3.0 Release Notes
|
||||
|
@ -5,7 +5,7 @@ permalink: /doc/releases/3.0/schedule/
|
||||
redirect_from:
|
||||
- /en/doc/releases/3.0/schedule/
|
||||
ref: 20
|
||||
title: Qubes R3.0 Release Schedule
|
||||
title: Qubes R3.0 release schedule
|
||||
---
|
||||
|
||||
| Date | Stage |
|
||||
|
@ -5,7 +5,7 @@ permalink: /doc/releases/3.1/schedule/
|
||||
redirect_from:
|
||||
- /en/doc/releases/3.1/schedule/
|
||||
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).
|
||||
|
@ -5,7 +5,7 @@ permalink: /doc/releases/3.2/schedule/
|
||||
redirect_from:
|
||||
- /en/doc/releases/3.2/schedule/
|
||||
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).
|
||||
|
@ -5,7 +5,7 @@ permalink: /doc/releases/4.0/schedule/
|
||||
redirect_from:
|
||||
- /en/doc/releases/4.0/schedule/
|
||||
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).
|
||||
|
@ -3,7 +3,7 @@ lang: en
|
||||
layout: doc
|
||||
permalink: /doc/releases/notes/
|
||||
ref: 13
|
||||
title: Release Notes
|
||||
title: Release notes
|
||||
---
|
||||
|
||||
* [Qubes R1.0 release notes](/doc/releases/1.0/release-notes/)
|
||||
|
@ -3,7 +3,7 @@ lang: en
|
||||
layout: doc
|
||||
permalink: /doc/releases/schedules/
|
||||
ref: 15
|
||||
title: Release Schedules
|
||||
title: Release schedules
|
||||
---
|
||||
|
||||
* [Qubes R3.0 release schedule](/doc/releases/3.0/schedule/)
|
||||
|
@ -5,7 +5,7 @@ permalink: /doc/releases/todo/
|
||||
redirect_from:
|
||||
- /en/doc/releases/todo/
|
||||
ref: 14
|
||||
title: Release Checklist
|
||||
title: Release checklist
|
||||
---
|
||||
|
||||
*the checklist is probably unfinished*
|
||||
|
@ -7,7 +7,7 @@ redirect_from:
|
||||
- /doc/VersionScheme/
|
||||
- /wiki/VersionScheme/
|
||||
ref: 151
|
||||
title: Version Scheme
|
||||
title: Version scheme
|
||||
---
|
||||
|
||||
Beginning with R3 release, we change (and formalise) the versioning scheme.
|
||||
|
@ -3,7 +3,7 @@ lang: en
|
||||
layout: fullscreen
|
||||
permalink: /doc/admin-api/table/
|
||||
ref: 249
|
||||
title: Admin API Table
|
||||
title: Admin API table
|
||||
---
|
||||
|
||||
This page displays the fullscreen table from [Admin API](/doc/admin-api/).
|
||||
|
@ -8,7 +8,7 @@ redirect_from:
|
||||
- /doc/DVMimpl/
|
||||
- /wiki/DVMimpl/
|
||||
ref: 34
|
||||
title: DisposableVM Implementation
|
||||
title: Disposable implementation
|
||||
---
|
||||
|
||||
**Note: The content below applies to Qubes R3.2.**
|
||||
|
@ -7,7 +7,7 @@ redirect_from:
|
||||
- /doc/Dom0SecureUpdates/
|
||||
- /wiki/Dom0SecureUpdates/
|
||||
ref: 43
|
||||
title: Dom0 Secure Updates
|
||||
title: Dom0 secure updates
|
||||
---
|
||||
|
||||
Reasons for Dom0 updates
|
||||
|
@ -7,7 +7,7 @@ redirect_from:
|
||||
- /doc/Qfilecopy/
|
||||
- /wiki/Qfilecopy/
|
||||
ref: 35
|
||||
title: Inter-VM File Copying (qfilecopy)
|
||||
title: Inter-qube file copying (qfilecopy)
|
||||
---
|
||||
|
||||
There are two cases when we need a mechanism to copy files between VMs:
|
||||
|
@ -7,7 +7,7 @@ redirect_from:
|
||||
- /doc/Qfileexchgd/
|
||||
- /wiki/Qfileexchgd/
|
||||
ref: 40
|
||||
title: qfileexchgd (deprecated)
|
||||
title: Qfileexchgd (deprecated)
|
||||
---
|
||||
|
||||
**This mechanism is obsolete as of Qubes Beta 1!**
|
||||
|
@ -7,7 +7,7 @@ redirect_from:
|
||||
- /doc/Qmemman/
|
||||
- /wiki/Qmemman/
|
||||
ref: 41
|
||||
title: Qubes Memory Manager (qmemman)
|
||||
title: Qubes memory manager (qmemman)
|
||||
---
|
||||
|
||||
Rationale
|
||||
|
@ -8,7 +8,7 @@ redirect_from:
|
||||
- /doc/Qrexec3Implementation/
|
||||
- /wiki/Qrexec3Implementation/
|
||||
ref: 39
|
||||
title: 'Qrexec: Qubes RPC Internals'
|
||||
title: 'Qrexec: Qubes RPC internals'
|
||||
---
|
||||
|
||||
(*This page details the current implementation of qrexec (qrexec3).
|
||||
|
@ -3,7 +3,7 @@ lang: en
|
||||
layout: doc
|
||||
permalink: /doc/qrexec-socket-services/
|
||||
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.*
|
||||
|
@ -11,7 +11,7 @@ redirect_from:
|
||||
- /doc/Qrexec/
|
||||
- /wiki/Qrexec/
|
||||
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/).*)
|
||||
|
@ -8,7 +8,7 @@ redirect_from:
|
||||
- /doc/Qrexec2Implementation/
|
||||
- /wiki/Qrexec2Implementation/
|
||||
ref: 38
|
||||
title: qrexec v2 (deprecated)
|
||||
title: Qrexec v2 (deprecated)
|
||||
---
|
||||
|
||||
(*This page is about qrexec v2. For qrexec v3, see [here](/doc/qrexec/).*)
|
||||
|
@ -3,7 +3,7 @@ lang: en
|
||||
layout: doc
|
||||
permalink: /doc/audio-virtualization/
|
||||
ref: 60
|
||||
title: Audio Virtualization
|
||||
title: Audio virtualization
|
||||
---
|
||||
|
||||
VMs on Qubes OS have access to virtualized audio through the PulseAudio module.
|
||||
|
@ -8,7 +8,7 @@ redirect_from:
|
||||
- /doc/GUIdocs/
|
||||
- /wiki/GUIdocs/
|
||||
ref: 61
|
||||
title: GUI Virtualization
|
||||
title: GUI virtualization
|
||||
---
|
||||
|
||||
qubes_gui and qubes_guid processes
|
||||
|
@ -4,5 +4,5 @@ layout: doc
|
||||
permalink: /doc/qubes-core-admin-client/
|
||||
redirect_to: https://dev.qubes-os.org/projects/core-admin-client/en/latest/
|
||||
ref: 245
|
||||
title: Qubes Core Admin Client
|
||||
title: Qubes core admin client
|
||||
---
|
||||
|
@ -4,5 +4,5 @@ layout: doc
|
||||
permalink: /doc/qubes-core-admin/
|
||||
redirect_to: https://dev.qubes-os.org/projects/core-admin/en/latest/
|
||||
ref: 246
|
||||
title: Qubes Core Admin
|
||||
title: Qubes core admin
|
||||
---
|
||||
|
@ -4,5 +4,5 @@ layout: doc
|
||||
permalink: /doc/qubes-core-stack/
|
||||
redirect_to: /news/2017/10/03/core3/
|
||||
ref: 247
|
||||
title: Qubes Core Stack
|
||||
title: Qubes core stack
|
||||
---
|
||||
|
@ -8,7 +8,7 @@ redirect_from:
|
||||
- /wiki/SecurityCriticalCode/
|
||||
- /trac/wiki/SecurityCriticalCode/
|
||||
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.
|
||||
|
@ -9,7 +9,7 @@ redirect_from:
|
||||
- /doc/SecurityGoals/
|
||||
- /wiki/SecurityGoals/
|
||||
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.
|
||||
|
@ -3,7 +3,7 @@ lang: en
|
||||
layout: doc
|
||||
permalink: /doc/storage-pools/
|
||||
ref: 57
|
||||
title: Storage Pools
|
||||
title: Storage pools
|
||||
---
|
||||
|
||||
Qubes OS R3.2 introduced the concept of storage drivers and pools. This feature
|
||||
|
@ -9,5 +9,5 @@ redirect_from:
|
||||
redirect_to:
|
||||
- /doc/#developer-documentation
|
||||
ref: 62
|
||||
title: System Documentation
|
||||
title: System documentation
|
||||
---
|
||||
|
@ -7,7 +7,7 @@ redirect_from:
|
||||
- /doc/TemplateImplementation/
|
||||
- /wiki/TemplateImplementation/
|
||||
ref: 58
|
||||
title: Template Implementation
|
||||
title: Template implementation
|
||||
---
|
||||
|
||||
Every VM has 4 block devices connected:
|
||||
|
@ -8,5 +8,5 @@ redirect_from:
|
||||
- /wiki/BuildingArchlinuxTemplate/
|
||||
redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/building/building-archlinux-template.md
|
||||
ref: 116
|
||||
title: Building Archlinux Template
|
||||
title: Building Arch Linux template
|
||||
---
|
||||
|
@ -8,5 +8,5 @@ redirect_from:
|
||||
- /wiki/BuildingNonFedoraTemplate/
|
||||
redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/building/building-non-fedora-template.md
|
||||
ref: 117
|
||||
title: Building Non-Fedora Template
|
||||
title: Building non-Fedora template
|
||||
---
|
||||
|
@ -6,5 +6,5 @@ redirect_from:
|
||||
- /en/doc/building-whonix-template/
|
||||
redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/building/building-whonix-template.md
|
||||
ref: 115
|
||||
title: Building Whonix Templates
|
||||
title: Building Whonix templates
|
||||
---
|
||||
|
@ -5,5 +5,5 @@ redirect_from:
|
||||
- /doc/change-time-zone/
|
||||
redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/configuration/change-time-zone.md
|
||||
ref: 109
|
||||
title: Changing your Time Zone
|
||||
title: Changing your time zone
|
||||
---
|
||||
|
@ -8,5 +8,5 @@ redirect_from:
|
||||
- /wiki/ExternalAudio/
|
||||
redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/configuration/external-audio.md
|
||||
ref: 100
|
||||
title: External Audio
|
||||
title: External audio
|
||||
---
|
||||
|
@ -8,5 +8,5 @@ redirect_from:
|
||||
- /wiki/InstallNvidiaDriver/
|
||||
redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/configuration/install-nvidia-driver.md
|
||||
ref: 96
|
||||
title: How to Install an Nvidia Driver
|
||||
title: How to install an Nvidia driver
|
||||
---
|
||||
|
2
external/configuration-guides/multimedia.md
vendored
2
external/configuration-guides/multimedia.md
vendored
@ -8,5 +8,5 @@ redirect_from:
|
||||
- /wiki/Multimedia/
|
||||
redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/configuration/multimedia.md
|
||||
ref: 105
|
||||
title: How to Make a Multimedia TemplateVM
|
||||
title: How to make a multimedia template
|
||||
---
|
||||
|
@ -8,5 +8,5 @@ redirect_from:
|
||||
- /wiki/NetworkBridgeSupport/
|
||||
redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/configuration/network-bridge-support.md
|
||||
ref: 113
|
||||
title: Network Bridge Support
|
||||
title: Network bridge support
|
||||
---
|
||||
|
@ -8,5 +8,5 @@ redirect_from:
|
||||
- /wiki/NetworkPrinter/
|
||||
redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/configuration/network-printer.md
|
||||
ref: 108
|
||||
title: Network Printer
|
||||
title: Network printer
|
||||
---
|
||||
|
@ -5,5 +5,5 @@ redirect_from:
|
||||
- /doc/tips-and-tricks/
|
||||
redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/configuration/tips-and-tricks.md
|
||||
ref: 110
|
||||
title: Tips and Tricks
|
||||
title: Tips and tricks
|
||||
---
|
||||
|
2
external/customization-guides/dark-theme.md
vendored
2
external/customization-guides/dark-theme.md
vendored
@ -5,5 +5,5 @@ redirect_from:
|
||||
- /doc/dark-theme/
|
||||
redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/customization/dark-theme.md
|
||||
ref: 74
|
||||
title: Dark Theme in Dom0 and DomU
|
||||
title: Dark theme
|
||||
---
|
||||
|
@ -5,5 +5,5 @@ redirect_from:
|
||||
- /en/doc/fedora-minimal-template-customization/
|
||||
redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/customization/fedora-minimal-template-customization.md
|
||||
ref: 76
|
||||
title: Fedora Minimal Template Customization
|
||||
title: Fedora minimal template customization
|
||||
---
|
||||
|
@ -8,5 +8,5 @@ redirect_from:
|
||||
- /wiki/LanguageLocalization/
|
||||
redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/customization/language-localization.md
|
||||
ref: 73
|
||||
title: Language Localization
|
||||
title: Language localization
|
||||
---
|
||||
|
@ -5,5 +5,5 @@ redirect_from:
|
||||
- /doc/removing-templatevm-packages/
|
||||
redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/customization/removing-templatevm-packages.md
|
||||
ref: 75
|
||||
title: Removing TemplateVM Packages
|
||||
title: Removing template packages
|
||||
---
|
||||
|
@ -5,5 +5,5 @@ redirect_from:
|
||||
- /doc/windows-template-customization/
|
||||
redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/customization/windows-template-customization.md
|
||||
ref: 72
|
||||
title: Windows Template Customization
|
||||
title: Windows template customization
|
||||
---
|
||||
|
2
external/os-guides/centos.md
vendored
2
external/os-guides/centos.md
vendored
@ -5,5 +5,5 @@ redirect_from:
|
||||
- /doc/templates/centos/
|
||||
redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/os/centos.md
|
||||
ref: 81
|
||||
title: CentOS Template
|
||||
title: CentOS template
|
||||
---
|
||||
|
2
external/os-guides/gentoo.md
vendored
2
external/os-guides/gentoo.md
vendored
@ -5,5 +5,5 @@ redirect_from:
|
||||
- /doc/templates/gentoo/
|
||||
redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/os/gentoo.md
|
||||
ref: 221
|
||||
title: Gentoo Template
|
||||
title: Gentoo template
|
||||
---
|
||||
|
2
external/os-guides/linux-hvm-tips.md
vendored
2
external/os-guides/linux-hvm-tips.md
vendored
@ -8,5 +8,5 @@ redirect_from:
|
||||
- /wiki/LinuxHVMTips/
|
||||
redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/os/linux-hvm-tips.md
|
||||
ref: 82
|
||||
title: Linux HVM Tips
|
||||
title: Linux HVM tips
|
||||
---
|
||||
|
2
external/os-guides/netbsd.md
vendored
2
external/os-guides/netbsd.md
vendored
@ -5,5 +5,5 @@ redirect_from:
|
||||
- /doc/netbsd/
|
||||
redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/os/netbsd.md
|
||||
ref: 84
|
||||
title: How to Create a NetBSD VM
|
||||
title: How to create a NetBSD qube
|
||||
---
|
||||
|
2
external/os-guides/pentesting.md
vendored
2
external/os-guides/pentesting.md
vendored
@ -5,5 +5,5 @@ redirect_from:
|
||||
- /doc/pentesting/
|
||||
redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/os/pentesting.md
|
||||
ref: 83
|
||||
title: Penetration Testing
|
||||
title: Penetration testing
|
||||
---
|
||||
|
2
external/os-guides/pentesting/blackarch.md
vendored
2
external/os-guides/pentesting/blackarch.md
vendored
@ -6,5 +6,5 @@ redirect_from:
|
||||
- /doc/blackarch/
|
||||
redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/os/pentesting/blackarch.md
|
||||
ref: 88
|
||||
title: How to Create a BlackArch VM
|
||||
title: How to create a BlackArch qube
|
||||
---
|
||||
|
2
external/os-guides/pentesting/kali.md
vendored
2
external/os-guides/pentesting/kali.md
vendored
@ -6,5 +6,5 @@ redirect_from:
|
||||
- /doc/kali/
|
||||
redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/os/pentesting/kali.md
|
||||
ref: 87
|
||||
title: How to create a Kali Linux VM
|
||||
title: How to create a Kali Linux qube
|
||||
---
|
||||
|
2
external/os-guides/pentesting/ptf.md
vendored
2
external/os-guides/pentesting/ptf.md
vendored
@ -6,5 +6,5 @@ redirect_from:
|
||||
- /doc/ptf/
|
||||
redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/os/pentesting/ptf.md
|
||||
ref: 89
|
||||
title: How to create Penetration Testers Framework (PTF) VM
|
||||
title: How to create penetration testers framework (PTF) qube
|
||||
---
|
||||
|
2
external/os-guides/ubuntu.md
vendored
2
external/os-guides/ubuntu.md
vendored
@ -9,5 +9,5 @@ redirect_from:
|
||||
- /wiki/Templates/Ubuntu/
|
||||
redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/os/ubuntu.md
|
||||
ref: 80
|
||||
title: Ubuntu Template
|
||||
title: Ubuntu template
|
||||
---
|
||||
|
2
external/os-guides/windows/windows-tools.md
vendored
2
external/os-guides/windows/windows-tools.md
vendored
@ -14,5 +14,5 @@ redirect_from:
|
||||
- /wiki/WindowsTools/
|
||||
redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/os/windows/windows-tools.md
|
||||
ref: 86
|
||||
title: Qubes Windows Tools
|
||||
title: Qubes Windows tools
|
||||
---
|
||||
|
2
external/os-guides/windows/windows-vm.md
vendored
2
external/os-guides/windows/windows-vm.md
vendored
@ -5,5 +5,5 @@ redirect_from:
|
||||
- /doc/windows-vm/
|
||||
redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/os/windows/windows-vm.md
|
||||
ref: 85
|
||||
title: Installing a Windows VM
|
||||
title: Installing a Windows qube
|
||||
---
|
||||
|
@ -6,5 +6,5 @@ redirect_from:
|
||||
- /doc/randomizing-your-mac-address/
|
||||
redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/privacy/anonymizing-your-mac-address.md
|
||||
ref: 67
|
||||
title: Anonymizing your MAC Address
|
||||
title: Anonymizing your MAC address
|
||||
---
|
||||
|
2
external/privacy-guides/tails.md
vendored
2
external/privacy-guides/tails.md
vendored
@ -6,5 +6,5 @@ redirect_from:
|
||||
- /doc/running-tails/
|
||||
redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/privacy/tails.md
|
||||
ref: 71
|
||||
title: Running Tails in Qubes
|
||||
title: Running Tails in qubes
|
||||
---
|
||||
|
2
external/privacy-guides/whonix.md
vendored
2
external/privacy-guides/whonix.md
vendored
@ -18,5 +18,5 @@ redirect_from:
|
||||
- /doc/privacy/updating-whonix/
|
||||
redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/privacy/whonix.md
|
||||
ref: 69
|
||||
title: Whonix for Privacy & Anonymity
|
||||
title: Whonix for privacy & anonymity
|
||||
---
|
||||
|
@ -7,5 +7,5 @@ redirect_from:
|
||||
- /doc/Multi-factorAuthentication/
|
||||
redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/security/multifactor-authentication.md
|
||||
ref: 78
|
||||
title: Multifactor Authentication
|
||||
title: Multifactor authentication
|
||||
---
|
||||
|
@ -8,5 +8,5 @@ redirect_from:
|
||||
- /wiki/SecurityGuidelines/
|
||||
redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/security/security-guidelines.md
|
||||
ref: 79
|
||||
title: Security Guidelines
|
||||
title: Security guidelines
|
||||
---
|
||||
|
@ -5,5 +5,5 @@ redirect_from:
|
||||
- /doc/application-troubleshooting/
|
||||
redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/troubleshooting/application-troubleshooting.md
|
||||
ref: 236
|
||||
title: Application Troubleshooting
|
||||
title: Application troubleshooting
|
||||
---
|
||||
|
@ -5,5 +5,5 @@ redirect_from:
|
||||
- /doc/intel-igfx-troubleshooting/
|
||||
redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/troubleshooting/intel-igfx-troubleshooting.md
|
||||
ref: 90
|
||||
title: Intel Integrated Graphics Troubleshooting
|
||||
title: Intel integrated graphics troubleshooting
|
||||
---
|
||||
|
@ -3,5 +3,5 @@ lang: en
|
||||
layout: doc
|
||||
redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/troubleshooting/macbook-troubleshooting.md
|
||||
ref: 238
|
||||
title: Apple MacBook Troubleshooting
|
||||
title: Apple MacBook troubleshooting
|
||||
---
|
||||
|
@ -6,5 +6,5 @@ redirect_from:
|
||||
- /wiki/NvidiaTroubleshooting/
|
||||
redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/troubleshooting/nvidia-troubleshooting.md
|
||||
ref: 91
|
||||
title: Nvidia Troubleshooting
|
||||
title: Nvidia troubleshooting
|
||||
---
|
||||
|
@ -8,5 +8,5 @@ redirect_from:
|
||||
- /wiki/SonyVaioTinkering/
|
||||
redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/troubleshooting/sony-vaio-tinkering.md
|
||||
ref: 93
|
||||
title: Sony Vaio Tinkering
|
||||
title: Sony Vaio tinkering
|
||||
---
|
||||
|
@ -5,5 +5,5 @@ redirect_from:
|
||||
- /doc/tails-troubleshooting/
|
||||
redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/troubleshooting/tails-troubleshooting.md
|
||||
ref: 237
|
||||
title: Tails Troubleshooting
|
||||
title: Tails troubleshooting
|
||||
---
|
||||
|
@ -13,5 +13,5 @@ redirect_from:
|
||||
- /wiki/Lenovo450Tinkering/
|
||||
redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/troubleshooting/thinkpad-troubleshooting.md
|
||||
ref: 95
|
||||
title: Lenovo ThinkPad Troubleshooting
|
||||
title: Lenovo ThinkPad troubleshooting
|
||||
---
|
||||
|
@ -3,7 +3,7 @@ lang: en
|
||||
layout: doc
|
||||
permalink: /code-of-conduct/
|
||||
ref: 118
|
||||
title: Code of Conduct
|
||||
title: Code of conduct
|
||||
---
|
||||
|
||||
## Introduction
|
||||
|
@ -7,7 +7,7 @@ redirect_from:
|
||||
- /doc/ContributingHowto/
|
||||
- /wiki/ContributingHowto/
|
||||
ref: 125
|
||||
title: How to Contribute
|
||||
title: How to contribute
|
||||
---
|
||||
|
||||
Thank you for your interest in contributing to Qubes! Here are some of the many
|
||||
|
@ -12,7 +12,7 @@ redirect_from:
|
||||
- /doc/DevelFaq/
|
||||
- /wiki/DevelFaq/
|
||||
ref: 124
|
||||
title: Frequently Asked Questions (FAQ)
|
||||
title: Frequently asked questions (FAQ)
|
||||
---
|
||||
|
||||
## General & Security
|
||||
|
@ -9,7 +9,7 @@ redirect_from:
|
||||
- /doc/GettingStarted/
|
||||
- /wiki/GettingStarted/
|
||||
ref: 190
|
||||
title: Getting Started
|
||||
title: Getting started
|
||||
---
|
||||
|
||||
After [downloading](/downloads/) and [installing](/doc/installation-guide/)
|
||||
|
@ -13,7 +13,7 @@ redirect_from:
|
||||
- /bug-report/
|
||||
- /bug-reports/
|
||||
ref: 121
|
||||
title: Issue Tracking
|
||||
title: Issue tracking
|
||||
---
|
||||
|
||||
We use [GitHub Issues](https://docs.github.com/en/issues) as our [issue
|
||||
|
@ -7,7 +7,7 @@ redirect_from:
|
||||
- /doc/privacy/
|
||||
- /wiki/privacy/
|
||||
ref: 243
|
||||
title: Privacy Policy
|
||||
title: Privacy policy
|
||||
---
|
||||
|
||||
The short version is that we try to respect your privacy as much as possible.
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user