lurch (he/him)

he/him

  • 0 Posts
  • 119 Comments
Joined 1 year ago
cake
Cake day: October 4th, 2023

help-circle
  • if you still have multi boot, i would suggest using clonezilla to put images of everything onto an external HD.

    if you just have linux, the easiest way is to keep an installation medium, get a big USB stick (or external HD) and tar everything on to it. tar has a test mode, a diff mode and incremental mode, so you can make sure it has everything. you can also exclude things like snaps (they appear twice when installed, so no need to backup both). to restore, you would use the installation medium to fix partitions if necessary, then extract everything and maybe chroot into it and fix the boot loader.





  • I think Ubuntu is very good, if you want quick and easy. It’s incedibly painless.

    However, it does forced auto updates by default. They are called unattended-upgrades and run in the background by default. You can pause or disable them though. Also snaps auto update silently, by default. That can also be paused, though.

    What really sucks is, if you don’t have a printer it continues to try and install cups, which can be a security concern. However, I successfully blocked it by creating an immutable file where it would put the snap, while it was uninstalled.










  • things that differ between distros, because everyone thinks they can do it better than others: multimedia and sound, firewall config, service management, different init systems, switching default when multiple packages provide the same feature and are installed in parallel, config file migration during updates, making and installing your own custom kernel, selection of free games available.