mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2025-08-07 06:02:26 -04:00
Merge 862d654e0a
into ba609d123e
This commit is contained in:
commit
b4992b5650
30 changed files with 65 additions and 44 deletions
8
conf.py
8
conf.py
|
@ -65,14 +65,6 @@ html_theme = 'sphinx_rtd_theme'
|
||||||
# html_theme = 'classic'
|
# html_theme = 'classic'
|
||||||
|
|
||||||
html_theme_options = {
|
html_theme_options = {
|
||||||
'externalrefs': True,
|
|
||||||
'bgcolor': 'white',
|
|
||||||
'linkcolor': '#99bfff',
|
|
||||||
'textcolor': '#000000',
|
|
||||||
'visitedlinkcolor': '#7b7b7b',
|
|
||||||
'bodyfont': '"Open Sans", Arial, sans-serif',
|
|
||||||
'codebgcolor': '$color-qube-light',
|
|
||||||
'codebgcolor': 'grey',
|
|
||||||
'body_min_width': '50%',
|
'body_min_width': '50%',
|
||||||
'body_max_width': '90%',
|
'body_max_width': '90%',
|
||||||
'collapse_navigation': True,
|
'collapse_navigation': True,
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
:orphan:
|
||||||
|
|
||||||
=============
|
=============
|
||||||
Qubes builder
|
Qubes builder
|
||||||
=============
|
=============
|
||||||
|
|
|
@ -113,22 +113,17 @@ Instructional video series
|
||||||
^^^^^^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
|
|
||||||
.. _the-projects-problem-1:
|
Instructional video series: The project's problem
|
||||||
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
The project's problem
|
|
||||||
^^^^^^^^^^^^^^^^^^^^^
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
There is user demand for high-quality, up-to-date video guides that take users from zero Linux knowledge to using Qubes as a daily driver and performing specific tasks inside of Qubes, but almost no such videos exist. Although most of the required knowledge is documented, many users report that they would prefer to watch videos rather than read text or that they would find videos easier to understand and follow along with.
|
There is user demand for high-quality, up-to-date video guides that take users from zero Linux knowledge to using Qubes as a daily driver and performing specific tasks inside of Qubes, but almost no such videos exist. Although most of the required knowledge is documented, many users report that they would prefer to watch videos rather than read text or that they would find videos easier to understand and follow along with.
|
||||||
|
|
||||||
.. _the-projects-scope-1:
|
|
||||||
|
|
||||||
|
Instructional video series: The project's scope
|
||||||
The project's scope
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
^^^^^^^^^^^^^^^^^^^
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -219,11 +214,10 @@ Below is an example of the content (which is already :doc:`documented </index>`)
|
||||||
|
|
||||||
The project is estimated to need around six months to complete (see the timeline below). Qubes team members, including Michael Carbone, Andrew Wong, and Marek Marczykowski-Górecki, will supervise and support the creator.
|
The project is estimated to need around six months to complete (see the timeline below). Qubes team members, including Michael Carbone, Andrew Wong, and Marek Marczykowski-Górecki, will supervise and support the creator.
|
||||||
|
|
||||||
.. _measuring-the-projects-success-1:
|
|
||||||
|
|
||||||
|
|
||||||
Measuring the project's success
|
Instructional video series: Measuring the project's success
|
||||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -3,11 +3,6 @@ Qubes R3.0 release notes
|
||||||
========================
|
========================
|
||||||
|
|
||||||
|
|
||||||
Qubes R3.0 Release Notes
|
|
||||||
------------------------
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
This Qubes OS release is dedicated to the memory of Caspar Bowden.
|
This Qubes OS release is dedicated to the memory of Caspar Bowden.
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
:orphan:
|
||||||
|
|
||||||
=================================
|
=================================
|
||||||
Passwordless root access in qubes
|
Passwordless root access in qubes
|
||||||
=================================
|
=================================
|
||||||
|
|
|
@ -82,7 +82,7 @@ Window Management
|
||||||
|
|
||||||
You can set each window’s position and size like this:
|
You can set each window’s position and size like this:
|
||||||
|
|
||||||
.. code:: python
|
.. code::
|
||||||
|
|
||||||
Right click title bar --> More actions --> Special window settings...
|
Right click title bar --> More actions --> Special window settings...
|
||||||
|
|
||||||
|
|
|
@ -6,10 +6,6 @@ Resize disk image
|
||||||
|
|
||||||
This page is intended for advanced users.
|
This page is intended for advanced users.
|
||||||
|
|
||||||
Resizing Disk Images
|
|
||||||
--------------------
|
|
||||||
|
|
||||||
|
|
||||||
By default Qubes uses thin volumes for the disk images. This means that space is not actually allocated for the volume until it is used. So a 2GB private volume with 100M of files will only use 100M. This explains how you can have *many* qubes with large private volumes on quite a small disk. This is called over provisioning. You should keep an eye on the disk-space widget to see how much free space you actually have.
|
By default Qubes uses thin volumes for the disk images. This means that space is not actually allocated for the volume until it is used. So a 2GB private volume with 100M of files will only use 100M. This explains how you can have *many* qubes with large private volumes on quite a small disk. This is called over provisioning. You should keep an eye on the disk-space widget to see how much free space you actually have.
|
||||||
|
|
||||||
It is easy to increase the size of disk images. There are risks attached to reducing the size of an image, and in general you should not need to do this.
|
It is easy to increase the size of disk images. There are risks attached to reducing the size of an image, and in general you should not need to do this.
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
:orphan:
|
||||||
|
|
||||||
================
|
================
|
||||||
Download mirrors
|
Download mirrors
|
||||||
================
|
================
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
:orphan:
|
||||||
|
|
||||||
============================
|
============================
|
||||||
Qubes 4.1 Installation guide
|
Qubes 4.1 Installation guide
|
||||||
============================
|
============================
|
||||||
|
|
|
@ -219,11 +219,10 @@ The new user you create has full administrator privileges and is protected by a
|
||||||
|
|
||||||
|Account name and password creation window.|
|
|Account name and password creation window.|
|
||||||
|
|
||||||
.. _installation-1:
|
|
||||||
|
|
||||||
|
|
||||||
Installation
|
Begin Installation
|
||||||
^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
:orphan:
|
||||||
|
|
||||||
=========================
|
=========================
|
||||||
Dasharo FidelisGuard Z690
|
Dasharo FidelisGuard Z690
|
||||||
=========================
|
=========================
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
:orphan:
|
||||||
|
|
||||||
=========================
|
=========================
|
||||||
Insurgo PrivacyBeast X230
|
Insurgo PrivacyBeast X230
|
||||||
=========================
|
=========================
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
:orphan:
|
||||||
|
|
||||||
=============
|
=============
|
||||||
NitroPad T430
|
NitroPad T430
|
||||||
=============
|
=============
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
:orphan:
|
||||||
|
|
||||||
============
|
============
|
||||||
NitroPad V56
|
NitroPad V56
|
||||||
============
|
============
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
:orphan:
|
||||||
|
|
||||||
=============
|
=============
|
||||||
NitroPad X230
|
NitroPad X230
|
||||||
=============
|
=============
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
:orphan:
|
||||||
|
|
||||||
=============
|
=============
|
||||||
NitroPC Pro 2
|
NitroPC Pro 2
|
||||||
=============
|
=============
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
:orphan:
|
||||||
|
|
||||||
===========
|
===========
|
||||||
NitroPC Pro
|
NitroPC Pro
|
||||||
===========
|
===========
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
:orphan:
|
||||||
|
|
||||||
======================
|
======================
|
||||||
NovaCustom NV41 Series
|
NovaCustom NV41 Series
|
||||||
======================
|
======================
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
:orphan:
|
||||||
|
|
||||||
=====================
|
=====================
|
||||||
NovaCustom V54 Series
|
NovaCustom V54 Series
|
||||||
=====================
|
=====================
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
:orphan:
|
||||||
|
|
||||||
=====================
|
=====================
|
||||||
NovaCustom V56 Series
|
NovaCustom V56 Series
|
||||||
=====================
|
=====================
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
:orphan:
|
||||||
|
|
||||||
==================
|
==================
|
||||||
Star Labs StarBook
|
Star Labs StarBook
|
||||||
==================
|
==================
|
||||||
|
|
|
@ -77,8 +77,8 @@ Device Classes
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Actions
|
``qvm-device`` Actions
|
||||||
^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
|
|
||||||
``qvm-device`` supports three actions:
|
``qvm-device`` supports three actions:
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
:orphan:
|
||||||
|
|
||||||
============
|
============
|
||||||
Firewall 4.1
|
Firewall 4.1
|
||||||
============
|
============
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
:orphan:
|
||||||
|
|
||||||
===========
|
===========
|
||||||
Split GPG-2
|
Split GPG-2
|
||||||
===========
|
===========
|
||||||
|
|
|
@ -71,7 +71,7 @@ By installing these templates, you are trusting not only the Qubes developers an
|
||||||
|
|
||||||
- :doc:`Gentoo Minimal </user/templates/minimal-templates>`
|
- :doc:`Gentoo Minimal </user/templates/minimal-templates>`
|
||||||
|
|
||||||
- :doc:`CentOS* <https://forum.qubes-os.org/t/19006>`
|
- `CentOS* <https://forum.qubes-os.org/t/19006>`__
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
:orphan:
|
||||||
|
|
||||||
=======================================
|
=======================================
|
||||||
Migrating Windows qubes to Qubes OS 4.1
|
Migrating Windows qubes to Qubes OS 4.1
|
||||||
=======================================
|
=======================================
|
||||||
|
@ -82,6 +84,7 @@ The PV disk drivers used for migration can be removed after successful installat
|
||||||
After successful uninstallation of the PV disk drivers, the disks will appear as QEMU ATA disks.
|
After successful uninstallation of the PV disk drivers, the disks will appear as QEMU ATA disks.
|
||||||
|
|
||||||
.. warning::
|
.. warning::
|
||||||
This change may lead Windows to declare that the hardware has changed and that in consequence, the activation is no longer valid, possibly complaining that the use of the software is no longer lawful. It should be possible to reactivate the software if a valid product key is provided.
|
|
||||||
|
This change may lead Windows to declare that the hardware has changed and that in consequence, the activation is no longer valid, possibly complaining that the use of the software is no longer lawful. It should be possible to reactivate the software if a valid product key is provided.
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
:orphan:
|
||||||
|
|
||||||
=========================================
|
=========================================
|
||||||
Qubes Windows Tools (QWT) in Qubes OS 4.0
|
Qubes Windows Tools (QWT) in Qubes OS 4.0
|
||||||
=========================================
|
=========================================
|
||||||
|
@ -100,7 +102,7 @@ This will allow you to install the Qubes Windows Tools on Windows 10 both as a S
|
||||||
|
|
||||||
5. Download the Qubes Windows Tools (``qubes-tools-4.0.1.3.exe``) from `the qubes FTP server <https://ftp.qubes-os.org/qubes-windows-tools/>`__ and move it to ``C:\``.
|
5. Download the Qubes Windows Tools (``qubes-tools-4.0.1.3.exe``) from `the qubes FTP server <https://ftp.qubes-os.org/qubes-windows-tools/>`__ and move it to ``C:\``.
|
||||||
|
|
||||||
6. Check the integrity of the file ``qubes-tools-4.0.1.3.exe``by comparing its hash checksum. This can be done using the Windows command ``certutil`` on the windows command prompt (``cmd.exe``) and specifying an appropriate hash algorithm like:
|
6. Check the integrity of the file ``qubes-tools-4.0.1.3.exe`` by comparing its hash checksum. This can be done using the Windows command ``certutil`` on the windows command prompt (``cmd.exe``) and specifying an appropriate hash algorithm like:
|
||||||
|
|
||||||
.. code:: bash
|
.. code:: bash
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
:orphan:
|
||||||
|
|
||||||
=========================
|
=========================
|
||||||
Qubes Windows Tools (QWT)
|
Qubes Windows Tools (QWT)
|
||||||
=========================
|
=========================
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
:orphan:
|
||||||
|
|
||||||
============================================
|
============================================
|
||||||
How to install Windows qubes in Qubes OS 4.0
|
How to install Windows qubes in Qubes OS 4.0
|
||||||
============================================
|
============================================
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
:orphan:
|
||||||
|
|
||||||
========================================
|
========================================
|
||||||
How to install Windows qubes in Qubes OS
|
How to install Windows qubes in Qubes OS
|
||||||
========================================
|
========================================
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue