Andrew David Wong
d5748de0ba
Add warning about updating software from other sources
2022-04-20 14:51:39 -07:00
Andrew David Wong
33b73af4ae
Improve formatting and style consistency; add reminder; fix typo
2022-04-20 14:37:28 -07:00
Andrew David Wong
ca5b730194
Update "how to install software"
...
- Add section on installing software from non-default-repo sources
- Remove deprecated content
- Improve organization
Thanks to Insurgo, Sven, and all the other participants in this forum
thread: https://forum.qubes-os.org/t/10935/
2022-04-20 14:19:04 -07:00
ygrek
db57bfff50
fix qubes-prefs command
2022-04-02 16:32:13 -04:00
Dr. Gerhard Weck
6360d20ae9
Add instructions for Windows under Qubes R4.1
...
Separate texts for Qubes R4.0 and R4.1
2022-03-26 15:54:32 +01:00
Andrew David Wong
9ea4a8a7eb
Fix numbering again
2022-03-16 00:53:43 -07:00
Andrew David Wong
3a7f66a6d6
Fix typo
2022-03-16 00:52:05 -07:00
Andrew David Wong
28301889f7
Fix stage numbering; copyedit
...
See: https://forum.qubes-os.org/t/10156
2022-03-16 00:50:08 -07:00
deeplow
1cb8811a1b
fix name
...
According to @marmarek's comment in https://github.com/QubesOS/qubes-issues/issues/6507#issuecomment-1067135102
2022-03-14 14:43:42 -04:00
chiu410
82b1d8e789
Update yubi-key.md
2022-03-14 02:07:35 +08:00
Andrew David Wong
5b29e903d2
Address common misunderstanding about updates proxy
2022-03-07 16:50:22 -08:00
Andrew David Wong
1986a5e372
Copyedit text
2022-03-07 16:40:16 -08:00
Andrew David Wong
2c89410c1d
Fix typo
2022-03-07 16:35:00 -08:00
Andrew David Wong
21ab2713da
Explain software installation situation and link to deeplow's guide ( #1236 )
2022-03-07 16:31:42 -08:00
deeplow
704d687316
Add link to community guide
2022-03-07 08:37:24 +00:00
Andrew David Wong
1c8f2bf981
Use relative link; copyedit text
2022-03-06 15:55:36 -08:00
Ivan
989797c3fa
add link to 2020 article for new 4.1 policy
2022-03-02 18:40:33 +00:00
Andrew David Wong
d5d62dea18
Fix anchor link
2022-03-02 09:24:48 -08:00
Andrew David Wong
952cdd859a
Link to post about novice users and minimal templates
...
Per fsflover's suggestion: https://forum.qubes-os.org/t/9717/18
2022-03-01 07:12:07 -08:00
Andrew David Wong
2fbb6c574a
Merge branch 'usb-update'
2022-02-20 07:17:48 -08:00
Andrew David Wong
d35a602bb7
Fix errors; label release-specific content
2022-02-20 07:15:21 -08:00
Andrew David Wong
a4aea3e981
Add warnings and mitigation for QubesOS/qubes-issues#6585
...
See the discussion on QubesOS/qubes-posts#79 .
2022-02-19 15:17:13 -08:00
gezet007
1c1c6c1952
## Backing up changes to dom0
...
I assume the last line in:
$ mkdir -p ~/backup/etc/qubes/
$ cp -a /etc/qubes/* ~/backup/etc/qubes/
$ mkdir ~/backup/etc/qubes-rpc/
$ cp -a /etc/qubes-rpc/* ~/systemfiles/etc/qubes-rpc/
should instead read:
$ mkdir -p ~/backup/etc/qubes/
$ cp -a /etc/qubes/* ~/backup/etc/qubes/
$ mkdir ~/backup/etc/qubes-rpc/
$ cp -a /etc/qubes-rpc/* ~/backup/etc/qubes-rpc/
2022-02-18 14:29:00 +01:00
Andrew David Wong
dacd90704f
Merge branch 'read-pass' of github.com:rustybird/qubes-doc into rustybird-read-pass
2022-02-10 18:40:31 -08:00
Andrew David Wong
f7948c4b53
Remove 404 link to nonexistent page
...
As far as I can tell, this page never existed.
2022-02-10 18:38:25 -08:00
Andrew David Wong
f5f898f65f
Merge branch 'patch-1' of github.com:SaswatPadhi/qubes-doc into SaswatPadhi-patch-1
2022-02-10 18:34:20 -08:00
Andrew David Wong
e65a1d6987
Revise text ( #1193 )
2022-02-07 01:52:35 -08:00
Andrew David Wong
739fa1a7ef
Merge branch 'patch-1' of github.com:ninavizz/qubes-doc into ninavizz-patch-1
2022-02-07 01:47:10 -08:00
Andrew David Wong
cc23f09c4c
Merge branch 'guivm' of github.com:fepitre/qubes-doc into fepitre-guivm
2022-02-07 01:29:57 -08:00
Andrew David Wong
57157e657d
Update "supported releases" with 4.1 release data
2022-02-04 14:47:44 -08:00
Andrew David Wong
be5511a6af
Update links
2022-01-24 15:21:36 -08:00
Andrew David Wong
80d5a6f7c6
Revamp "USB qubes" page; update links
2022-01-24 14:43:22 -08:00
Marek Marczykowski-Górecki
9e414119e7
USB: document improved USB HID handling on Qubes 4.1
...
1. Describe setup with separate USB controller.
2. Add info about built-in USBGuard support.
2022-01-20 05:16:25 +01:00
Marek Marczykowski-Górecki
ac9e74a530
USB: add info about GRUB2 on Qubes 4.1 with EFI too
2022-01-20 05:15:30 +01:00
Rusty Bird
51398a74be
Port v4 emergency restore password handling to v2 and v3
...
Fixes QubesOS/qubes-issues#1967
2022-01-02 13:18:56 +00:00
Rusty Bird
cf460ca6a5
Query passwords with 'read -r'
...
'read' without '-r' interprets escape sequences, so it may not behave
properly if the password contains literal backslashes (depending on the
next character).
2022-01-02 13:05:47 +00:00
Frédéric Pierret (fepitre)
777e1bccbb
guivm: use relative links
2021-12-26 22:34:28 +01:00
Andrew David Wong
b9c6de6f87
Merge branch 'patch-1' of github.com:smoothie-on-the-rocks/qubes-doc into smoothie-on-the-rocks-patch-1
2021-12-22 01:41:59 -08:00
smoothie-on-the-rocks
50488bfc05
Change inline commands to block for easy selection
...
This slight change in format allow to select the command by triple clicking it. Currently, it selects the whole line. Also, when viewed from github, the block can be copied by clicking in the link on the right side.
2021-12-10 17:56:08 +00:00
smoothie-on-the-rocks
e724e60c9e
Add fedora details to convert VM to Qube section
2021-12-10 12:05:32 +00:00
Andrew David Wong
d24bffe85d
Merge branch '6911' of github.com:unman/qubes-doc into unman-6911
2021-12-07 12:35:28 -08:00
Andrew David Wong
0f1440c976
Add Debian 11 support for Qubes 4.0
...
QubesOS/qubes-issues#6865
2021-12-07 09:29:01 -08:00
unman
3fc612d6be
Update qvm-prefs output to 4.0 format
2021-12-05 01:23:41 +00:00
tt-why
dce008bc27
Update U2F proxy doc when having non standard sys-usb qubes name
2021-11-30 14:28:03 +00:00
Andrew David Wong
c0376565ed
Remove Fedora 33 from supported templates (EOL)
2021-11-30 04:03:16 -08:00
Michael Vermaes
7df6ec9c03
Trivial typo - remove extraneous bracket
2021-11-18 11:01:14 +08:00
Andrew David Wong
613e3e63e5
Merge branch 'min-net'
2021-11-16 16:29:25 -08:00
unman
924511184f
State requirement for networking from minimal templates.
2021-11-16 15:44:42 +00:00
unman
361534f764
Review template use before trying to remove
2021-11-16 15:15:31 +00:00
Andrew David Wong
20ec1303f1
Remove Whonix 15 support (EOL)
2021-11-14 14:27:53 -08:00