Andrew David Wong
28c6932b25
Revise text: general improvements and cleanup
2022-10-24 12:58:19 -07:00
Andrew David Wong
1522d7c8bb
Attempt to make software dev example more realistic
...
Thanks to feedback from @marmarta and @marmarek
2022-10-24 11:35:29 -07:00
Andrew David Wong
63d401689b
Clarify text and improve examples
...
Thanks to @marmarta's feedback
2022-10-24 11:18:11 -07:00
Andrew David Wong
3e1c0c6f2e
Create initial draft of "How to organize your qubes"
...
Thanks to @marmarta for sharing an outline that served as the starting
point for this document.
Related issue: QubesOS/qubes-issues#1906
2022-10-22 08:02:06 -07:00
Andrew David Wong
8f839525de
Merge branch 'update-proxy' of github.com:nyxnor/qubes-doc into nyxnor-update-proxy
2022-10-18 00:24:22 -07:00
nyxnor
1107a7f572
remote network path
2022-10-17 18:14:27 +00:00
Andrew David Wong
84cf23f67a
Add links to template network access and updates proxy sections
...
https://forum.qubes-os.org/t/14098/26
2022-10-13 23:19:15 -07:00
Andrew David Wong
dbb8bf9439
Clarify update checking, manually updating unchecked templates
...
https://forum.qubes-os.org/t/14098/
2022-10-11 06:01:58 -07:00
Andrew David Wong
38a8e99c23
Update tool shortcut location
2022-09-13 00:30:39 -07:00
Andrew David Wong
bb87bdf7d2
Attempt to avert user misunderstanding
...
https://forum.qubes-os.org/t/13643/5
2022-09-13 00:01:36 -07:00
Andrew David Wong
97fd0fc7b2
Move file to more suitable section
...
https://groups.google.com/g/qubes-devel/c/ASj7tehn1G0/m/jhLmFjdMBwAJ
2022-09-08 17:53:21 -07:00
Andrew David Wong
0dc42da007
Remove deprecated 4.0 section
2022-08-23 17:17:29 -07:00
Andrew David Wong
5ebedc545d
Revert "Add warnings and mitigation for QubesOS/qubes-issues#6585"
...
This reverts commit a4aea3e981
.
Reason: QubesOS/qubes-issues#6585 has been closed as fixed, and the
update has been in the stable repo for over two weeks.
2022-08-13 19:17:03 -07:00
Andrew David Wong
368a8a71a1
Add link to virtualization mode FAQ
...
https://forum.qubes-os.org/t/13081/9
2022-08-10 03:57:34 -07:00
nyxnor
991c8e8163
Update proxy documentation clarification
...
it had deprecated information and also was not very clear of what is protects against, fixes https://github.com/QubesOS/qubes-issues/issues/7610
2022-07-09 15:25:19 +00:00
Andrew David Wong
3ce625c81a
Merge branch 'patch-1' of github.com:mdik/qubes-doc into mdik-patch-1
2022-06-25 05:44:31 -07:00
Andrew David Wong
5bb7efa472
Merge branch 'open-in-dispvms' of github.com:DemiMarie/qubes-doc into DemiMarie-open-in-dispvms
2022-05-23 10:55:08 -07:00
Andrew David Wong
dd0c781d16
Fix typo
2022-05-23 10:54:18 -07:00
Demi Marie Obenour
e73e1a5ab7
Document how to open stuff in disposables
...
I hope I did not botch this.
2022-05-21 11:25:59 -04:00
Demi Marie Obenour
50234777d5
SCSI pass-through is a Qubes limitation
...
Xen supports SCSI pass-through just fine, via scsiback and scsifront.
This support has not been integrated into Qubes OS, though.
2022-05-21 11:25:54 -04:00
deeplow
bcb7231aac
make consistent with UI
...
Ideally the UI would already show app qube, but it doesn't (yet).
2022-05-02 11:58:08 -04:00
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
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
2fbb6c574a
Merge branch 'usb-update'
2022-02-20 07:17:48 -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
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
be5511a6af
Update links
2022-01-24 15:21:36 -08: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
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
Malte
9f1c4aa79a
shortcut configuration via qvm-features instead of guid.conf
...
With Qubes 4.1 coming out soon, maybe it's a good time to tell people how to get their shortcuts working again?
2021-10-12 20:38:19 +02:00
Nina Eleanor Alter
d9bb0edf8c
Update how-to-update.md
...
Updated per Demi's clarification that only dom0 updates do the update-vm/terminal-window-open stuff.
2021-09-07 14:11:35 -07:00
Nina Eleanor Alter
231d349d19
Update how-to-update.md
...
Per Andrew's comment, made updates. I did not want to follow the styleguide 1:1, literally—as a user viewing mostly redundant text is more likely to visually recognize the redundancy and skip past it, without making the effort to see deviations.
2021-09-07 12:50:25 -07:00
Nina Eleanor Alter
fca16e7f7f
Update how-to-update.md
...
Per https://github.com/QubesOS/qubes-issues/issues/#6871 added a blurb in the CLI section, to advise users that 1. The terminal in the update-vm will in fact open, and 2. Where the logs will be saved to. My notation on two may be incorrect, so pls check?
2021-09-07 12:28:29 -07:00
Andrew David Wong
54525b2e09
Update links; fix typo
2021-07-20 03:27:51 -07:00
Andrew David Wong
ca0ccab949
Update titles and links
2021-07-10 14:25:29 -07:00
Andrew David Wong
a18174dc5e
Fix capitalization; update terms ( QubesOS/qubes-issues#6769 )
...
Thank you to @unman for the initial sentence case pass.
2021-07-09 05:10:44 -07:00
unman
d0bc9e70a2
Sentence case for titles
2021-07-09 01:06:41 +00:00
Andrew David Wong
0b5e3005c2
Document template testing; improve related docs
...
- Document template testing repos
- Introduce dom0 testing repos
- Cross-link dom0 and domU testing repo sections
- Link to template testing section from related sections
- Add pointer to installing templates
- Minor improvements and fixes
Thanks to @GWeck for pointing out the need for this in:
https://forum.qubes-os.org/t/fedora-34-template-available-for-testing/4904/4
2021-07-05 06:09:42 -07:00
Andrew David Wong
86cdf83aed
Merge branch 'patch-2' of https://github.com/ninavizz/qubes-doc into ninavizz-patch-2
2021-07-03 04:19:16 -07:00
Andrew David Wong
3806744ce0
Fix capitalization
...
https://github.com/QubesOS/qubes-doc/pull/1169/files#r663353238
2021-07-03 04:18:32 -07:00