this post was submitted on 05 Nov 2025
83 points (93.7% liked)

Linux

59590 readers
1728 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 6 years ago
MODERATORS
 

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.

you are viewing a single comment's thread
view the rest of the comments
[–] glitching@lemmy.ml 4 points 1 week ago (1 children)

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 2 points 1 week 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).