this post was submitted on 24 Jun 2023
198 points (97.1% liked)

Linux

46775 readers
1545 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 5 years ago
MODERATORS
 

Hi, mostly i use REHL based distros like Centos/Rocky/Oracle for the solutions i develop but it seems its time to leave..

What good server/minimal distro you use ?

Will start to test Debian stable.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 6 points 1 year ago (1 children)

With great power comes a steep learning curve.

[–] [email protected] 3 points 1 year ago* (last edited 1 year ago) (2 children)

Eh. I mean it's certainly a smaller curve than other "hard" distros like Arch or Gentoo, and there really isn't one at all since the installer does most of the complicated stuff for you.

Would I recommend it to beginners? Probably not as they wouldn't be willing to do any reading, configuring, or time sinking at all.

However, for this use case of building solutions by an experienced Linux user, the 30 min to an hour of learning is really not a lot when it would save a ton of time down the line. It's not like you need to be a nix lang or nixos expert to use it effectively

[–] [email protected] 3 points 1 year ago

I mostly agree with this, I have it on my laptop. Took an hour or two to learn it, used a live image from the website just like any distro. Not for beginners, but someone that is used to arch, after you rtfm it's fine.

[–] huiledolive 2 points 1 year ago* (last edited 1 year ago) (1 children)

I see more and more people mentionning NixOS, until I read your message I thought it'd be more complicated than that to use it. But I have a beginner question: do the Nix repositories contain many packages that you'd want, or do you find yourself installing stuff manually?

[–] [email protected] 2 points 1 year ago* (last edited 1 year ago) (1 children)

That's actually one of its selling points. 80k packages. It's more than the AUR (or any other package manager, for that matter).

I've only had 3 programs not be available so far: a tool someone made for RGB set up on MSI laptops (somewhat niche tool) and Slippi & Project+ which were only available as AppImages that for some reason wouldn't run and need their own environment (other AppImages seem to work fine)

Very rarely will something not be available, and even then, someone has probably already figured out how to install it; it's just not in the main repo, so a quick internet search will remedy it without you having to do any thinking yourself. I didn't solve the Slippi thing myself.

[–] huiledolive 1 points 1 year ago

OK, that's great news, thank you for your reply! :)