this post was submitted on 28 Jun 2025
71 points (94.9% liked)

Linux

55762 readers
852 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 want to shoutout and why you think they are doing well/are the best at what they do?

I am curious what is out there and have only had some experience with Linux Mint, SteamOS, and Pop!_OS

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

Ton of comments, and I havent read them all, but I wanted to ask if you really meant popular or if you wanted something for a specific reason. Easy for new ppl to linux, good for desktops, etc etc.

I dont really use GUIs on linux, except for when I want to have a fancy pants riced network monitor type situation. I am a big fan of NixOS except for python Dev stuff. Big fan of being able to clone a machine or recover a machine with a single conf file.

[–] jcr@jlai.lu 1 points 12 hours ago (1 children)

What is a better choice for python dev please ?

[–] relic4322@lemmy.ml 1 points 5 hours ago

If the only thing holding you back from NixOS is my python comment, my issue was with Numpy, which really really demands that you install it globally. Pretty sure you can make it work by using a dev-shell, installing it globally in that shell, then doing everything else in that dev environment normally. I was newish to nixos at the time.

Otherwise I tend to fall back to ubuntu server, but only because it was something I knew. I prefered Centos7 back in the day before RedHat killed Centos. NixOS was my move from there. Been using Alpine as the os in my docker images, but havent really explored a lot of other recent linux os's at the moment.