14 Commits

Author SHA1 Message Date
Mike Hillyer cf83f8ed7e Add meta descriptions to the Userguide and Tutorial. 2026-07-09 18:07:40 -04:00
Mike Hillyer 141beb60f6 Link fix. 2023-10-18 23:16:12 -04:00
Mike Hillyer 26a253da45 Update examples to use bash instead of console, it looks prettier. 2023-09-28 15:57:55 -04:00
Mike Hillyer 0d6993bcf2 Update more of the tutorial for formatting, wording, and information. 2023-09-28 12:05:54 -04:00
Mike Hillyer 8989759a26 Update overview, fix bad links in tutorial. 2023-03-31 15:05:15 -04:00
Tom Mairs 66b72214a7 Correcting random spelling mistakes 2023-03-31 11:34:58 -06:00
Tom Mairs a009816095 performance updates 2023-03-28 23:24:32 +00:00
Cloud User 2f83fc1735 multiple minor doc edits 2023-03-28 00:00:05 +00:00
Tom Mairs 92e2a317d4 add certificate instructions in tutorial 2023-03-22 22:59:01 +00:00
Tom Mairs 782b549efb docs cleanup 2023-03-22 21:48:27 +00:00
Tom Mairs a0a63a2edc refining tuorial pages 2023-03-22 06:35:33 +00:00
Wez Furlong 1dd39c3043 docs: console-ify the tutorial section
It looks more conventional this way.
I switched a few sysadmin sections away from `sudo -s` to
non-privileged commands that use sudo; most of those were to
deal with `sudo echo > file` not being able to write to `file` as root.

Those are replaced by `echo | sudo tee file >/dev/null` which allows
running only the file writing part as root.
2023-03-14 20:26:03 -07:00
Tom Mairs 2a3df1f2ba refining tutorial flow 2023-03-13 06:43:32 +00:00
almalinux Cloud User e9c926fee5 restructure Tutorial 2023-03-13 05:37:05 +00:00