Commit Graph
12 Commits
Author SHA1 Message Date
Tom Mairs 66b72214a7 Correcting random spelling mistakes 2023-03-31 11:34:58 -06:00
Tom Mairs 5b9799b924 mods for systemD control 2023-03-30 21:43:11 +00: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 a0a63a2edc refining tuorial pages 2023-03-22 06:35:33 +00:00
Tom Mairs fc6f3537d6 Updates to Day 1 doc 2023-03-17 05:45:52 +00:00
Tom Mairs 4530a3a3e4 adding a TL;DR section to the Day1 doc 2023-03-16 23:43:50 +00:00
Tom Mairs 437aef4b5a Update kumomta_day_1.md 2023-03-15 00:05:39 -06:00
Tom Mairs 495fe5b48a update Day-1 doc 2023-03-15 05:55:45 +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
Mike Hillyer 426b26744f Fix broken links. 2023-03-14 22:46:42 -04:00
Tom Mairs 91c41c3cd5 added KumoMTA Day 1 tutorial 2023-03-14 23:21:26 +00:00