this post was submitted on 14 Aug 2026
35 points (94.9% liked)

Linux

67001 readers
352 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 7 years ago
MODERATORS
35
Help me choose a distro (piefed.blahaj.zone)
submitted 1 day ago* (last edited 15 hours ago) by akunohana@piefed.blahaj.zone to c/linux@lemmy.ml
 

Update: Thank you all for your kind and quick responses! I installed Void and antiX and cruised around in them a little. I ended up defaulting back to Artix in the end. The hardware issues with the NIC seem to have gotten resolved. Whatever toxicity and bigotry is present among their larger demographic, I'm going to spread as much light and love as possible. That is, until I switch OS again. 🤣

I have literally never whined about distros before. I went through some Debian based ones, some Arch based one and also installed a base version of Gentoo.

I am most fond of Arch, but after trying Artix, I found that I'm more comfortable with OpenRC as init and process management.

In addition to the latest Artix making my NIC unrecognized by the OS, the Artix forums also seem to house at least some transphobia. This is as good as any opportunity for me to finally ask the question to the world wide web:

I have a Lenovo Thinkpad T480 on which I want to use mpv to play video. What Linux flavor do you recommend for a non desktop setup? I looked briefly at Slackware, but it seemed somewhat prepackaged, as opposed to configured by me.

you are viewing a single comment's thread
view the rest of the comments
[–] akunohana@piefed.blahaj.zone 1 points 1 day ago (2 children)

Thanks! What should I expect from BSD-systems? Are they customizable from the start like an Arch based system or are they more of a done deal?

[–] greco@lemmy.world 3 points 1 day ago

Both, in the best way. BSDs have strength in that the whole OS is in a single code tree, as opposed to the Linux kernel and GNU toolset being different orgs altogether. This makes the OS feel more tightly integrated with itself. More intentional.

You end up with a good set of sane defaults, but still the flexibility to chose what components you want to install.

FreeBSD particularly has the ports tree and good linux compatibility to extend it where needed.

Both have great documentation that will help you get acclimated to the differences between Linux and BSD.

[–] provectus@lemmy.ml 1 points 1 day ago* (last edited 1 day ago)

BSD actually heavily inspired crux, arch, and gentoo. The aur and portage were inspired by BSD ports. Now of course, I do not know which BSD did the inspiration.