greengnu
@greengnu@slrpnk.net
This is a remote user, information on this page may be incomplete. View at Source ↗
- Comment on Where to begin? 1 week 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.
- Comment on FYI: TeamViewer is *much* better than Chrome Remote Desktop for aging hardware 2 months ago:
ssh -X ${hostname} works better than both even on ancient hardware (pre 1990)
If you are going to self-host please embrace a shell (bash, powershell, fish, zsh, etc) any shell; then you’ll be fast and productive even at 300 Baud.