Commit Graph

66 Commits

Author SHA1 Message Date
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
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
Andrew David Wong
ca109b05c7
Change name back to "Getting Started" and move to intro
QubesOS/qubes-issues#6756
2021-07-03 03:40:13 -07:00
Nina Eleanor Alter
dc0433edcd
Update how-to-use-block-storage-devices.md
Remove use of the phrase "GUI" and specifically speak to the "Devices WIdget." Especially since it is now referenced in the Getting Started section, which should cross-link, here.
2021-07-02 14:58:59 -07:00
Marek Marczykowski-Górecki
1d40a958c2
Sort frontmatter entries
Again, this makes scripted modifications easier.
2021-06-24 16:10:26 +02:00
Marek Marczykowski-Górecki
3806ecf338
Remove extra newlines at the beginning/end of files
Those are redundant, and yaml parser strips them in fact. By removing
them, loading and saving yaml file without any change indeed produce the
same output. This is useful for prepare_for_translation.py script (which
adds lang and ref tags) - to produce only change that indeed was made.
2021-06-24 16:07:23 +02:00
Andrew David Wong
6cc2f9932b
Update QSB page link 2021-06-22 10:50:12 -07:00
Andrew David Wong
6fa8777f37
Clarify and simplify language 2021-06-22 06:56:10 -07:00
Andrew David Wong
c2397776ac
Merge branch 'patch-1' of https://github.com/ninavizz/qubes-doc into ninavizz-patch-1 2021-06-22 06:47:22 -07:00
Andrew David Wong
a015f60087
Fix links 2021-06-21 18:39:21 -07:00
Nina Eleanor Alter
6547239de9
Update how-to-get-started.md
- Added line-item for "Clipboard" widget in 'Unique Items' area
- Re-ordered bulleted items to follow L-R ordering of items in image
2021-06-21 15:42:50 -07:00
Andrew David Wong
1e7a76ffa7
Fix capitalization 2021-06-21 04:12:33 -07:00
Andrew David Wong
74a547ae14
Update "How to Use Disposables"
- Restore old redirect
- Add glossary links
- Update terms
- Fix capitalization
2021-06-21 04:06:25 -07:00
Andrew David Wong
58200e52ce
Add glossary links; improve wording 2021-06-20 22:50:30 -07:00
Andrew David Wong
435f2f655e
Update "How to Update"
- Create new "Command-line interface" section
- Move warning about direct commands to new section
- Move info about qubesctl commands and testing repos to new section
- Revise "Upgrading" section
2021-06-20 22:27:43 -07:00
Andrew David Wong
87948a3d0d
Update URL to match title 2021-06-20 20:55:57 -07:00
Andrew David Wong
92016a6ba1
Update "How to Install Software"
- Improve intro
- Make key instruction steps harder to miss
- Add "Troubleshooting" section
- Move text on updating standalones to "Standalones and HVMs"
2021-06-20 20:43:43 -07:00
Andrew David Wong
09ba96bbd6
Rename "awesome" to "AwesomeWM"; update image, links
Based on examining the AwesomeWM project's web presences and Wikipedia
entry, there does not appear to be a single consistent name by which the
project refers to its window manager. All three of these variations are
used: "awesome", "Awesome", and "AwesomeWM". In order to avoid ambiguity
with the regular English word, we're opting for "AwesomeWM" in our own
documentation.

This commit also reverts the change to the widget image, since that
change was not necessary (see #1161).

Finally, this commit adds links to the KDE, i3, and AwesomeWM pages.
2021-06-20 19:04:09 -07:00
Andrew David Wong
0b95303b3c
Merge branch 'patch-1' of https://github.com/ninavizz/qubes-doc into ninavizz-patch-1 2021-06-20 18:46:46 -07:00
Andrew David Wong
61c38685ef
Add trailing slash 2021-06-20 18:27:31 -07:00
noskb
1e469ea089
Fix redirect to 404 from /doc/disposablevm
The link appears on the first page of a search result for "qubes disposable", but it is not redirecting correctly.
2021-06-21 00:38:18 +00:00
Nina Eleanor Alter
3cca147caa
Update how-to-get-started.md
- Updated image to match wording to names shown above
- Edited "custom" to "unique" wrt "unique to qubes," as sdwdate is not custom _to_ qubes, but is unique(ish) to Qubes.
- Included bullet for Whonix widget, w/ link-out
- Capitalized "A" on Awesome in desktop environments
2021-06-20 15:47:56 -07:00
Andrew David Wong
04d3ead8bf
Fix "Notes" heading; update heading syntax 2021-06-19 20:06:33 -07:00
Andrew David Wong
c178da955e
Update "How to Install Software"
- Explicitly state that software should be installed in a template
- Add a note for advanced users who might be interested in installing
  software in standalones and dom0
- Fix Markdown syntax and formatting
- Wrap text
2021-06-18 06:58:10 -07:00
Andrew David Wong
3d1d8bf37e
Update links 2021-06-18 06:47:40 -07:00
Andrew David Wong
07c130df00
Wrap text and miscellaneous cleanup 2021-06-18 06:25:06 -07:00
Andrew David Wong
e451f92cde
Update attachment paths 2021-06-18 05:46:02 -07:00