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
    3
    ·
    10 hours ago

    can’t give the thing out as-is, there’s a buncha stuff in there pertaining to our infra. restructuring and refactoring it (the thing doesn’t even use roles, just a gargantuan yml file with tasks) is long overdue and I thought your query would be the thing that pushes me over the line to finally do it, but after an hour with it I gave up it’s just too big of a mess.

    I had the same path as you, was irritated that maintaining idempotency of the existing bash scripts was such a huge task, so started piece by piece, one task, test, add another, etc. mainly by following jeff geerling’s guides and then venturing out on my own by reading the official docs. tried utilizing bullshitgpt on a coupla occasions, but the thing constantly made up shit that doesn’t exist costing me time I ain’t got, so I gave up on it.

    • Undearius@lemmy.ca
      link
      fedilink
      English
      arrow-up
      1
      ·
      8 hours ago

      I figured that would be the case but also thought it was worth asking. I appreciate the effort and the info and I’ll try to start with good practices (like roles, didn’t know about those).