What distros do you install on your mom’s, sister’s, buddy’s, etc machines?

My go-to has usually been Mint, but I wonder if there is a better set and forget, easily understood distro to install on the computers of those who will rely on you for support.

atomic distros would probably be a good option, but it seems that same disk dual boot is a no no, and that can be a deal breaker.

I’m thinlink QoL, for me, that is.

  • glitching@lemmy.ml
    link
    fedilink
    arrow-up
    9
    ·
    6 hours ago

    400+ installs in the past four years - discarded/donated business laptops that get fixed, cleaned, upgraded with cheapest SSDs and donated to predominantly tech illiterate users.

    99% is ubuntu lts + ansible playbook that removes snap, disables A TON of update naggings, installs flatpak, coupla apps and systemd timer to autoupdate all flatpaks. this is the only thing that has low support requests, everything else we tried (mint, debian, fedora) has a disproportionately higher support request frequency (reinstalls, wifi, fix this, remove that, etc).

    I totally could adapt debian to be as good or even better (fedora with the bi-annual versions is right out), but one of the important caveats is the user being able to install it with minimum hassle if needed and that just would not be doable.

    I’d urge everyone ITT to look at the thing through the user’s eyes and not get lost in “no true scottsman” fallacies. the goal is to convert a user over, not to demonstrate how cool you are. once they know what’s what, you can sell them on fedora and atomic and whatnot, but not as a first step.

    I don’t use ubuntu, have it on none of my stuff, and wouldn’t go out with you if you do. but it’s presently the only option for beginners for use on laptops that has a semblance of a modern desktop OS.

    • Undearius@lemmy.ca
      link
      fedilink
      English
      arrow-up
      3
      ·
      6 hours ago

      I’m starting to learn Ansible for pretty much this exact purpose. I’ve got a bunch of bash scripts that do this but hoping to switch. Would you be willing to share those playbooks or at least some resources you used?