• 0 Posts
  • 3 Comments
Joined 1 year ago
cake
Cake day: August 3rd, 2023

help-circle
  • I see a lot of references to Ubuntu being filled with ads or scaring people into buying their services, but I’ve been daily driving it for over 15 years on personal desktops and servers and never noticed that. What have I missed?

    I never saw the Amazon ad stuff, I hear it was a referral link?

    Last I checked Ubuntu Pro is free for personal use on up to 5 machines.

    I use apt to manage all my packages and upgrades, including dist-upgrade, maybe that’s why I’ve never noticed snap? Why does snap suck?


  • I’m pretty sure I didn’t mess with systemd, though that would probably be the right way to handle it.

    I was able to update a runtime config so if any storage wasn’t available it just halted the service. Then I created a short script I’d invoke manually which decrypted the luks drives and brought the dependent services up. I also added monitoring to alert me when the drives weren’t available for whatever reason.


  • I use separate disks for data storage and my OS. That way a headless system can boot and all the services like SSH can become available, and I can decrypt the data drives remotely.

    When there’s an unexpected reboot I can still get into my system and decrypt remotely which is nice. I can also move the data storage disks to another system without too much hassle.

    I did have to make sure some services were fault tolerant if an encrypted volume was unavailable when the OS booted. An example of this might be torrenting software, I needed to make sure the temporary storage was on an encrypted volume. The software had a sane fault mode when the final storage location was unavailable, but freaked out for some reason when the temp storage was missing.

    Once set up the whole thing is pretty easy to manage.