Comment on Where to begin?
greengnu@slrpnk.net 4 days ago
You write up a procedure for the setup of your server and any virtual machines contained within.
Using declarative Distros makes the procedure shorter and easier to maintain in the long run.
Then you use it to setup your system (fixing issues in your procedure along the way)
Then wipe and do it again (this time should be done without issue or you may need another spin)
Then slowly grow your documentation and what services you have running.
MrScottyTay@sh.itjust.works 4 days ago
That’s a good idea to run through it a few times before using it proper, thanks.