this post was submitted on 09 Jul 2025
257 points (85.6% liked)

Linux

56405 readers
975 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
you are viewing a single comment's thread
view the rest of the comments
[–] Allero@lemmy.today 29 points 6 days ago (3 children)

I'd say the main bad part of systemd is how it's used and now expected everywhere.

If you search for some Linux guides or install something complicated or whatnot, they always expect you to have systemd. Otherwise, you're on your own figuring how things work on your system.

This shouldn't really happen. Otherwise, yes, it's great, it integrates neatly, and is least pain to use.

[–] Strit@lemmy.linuxuserspace.show 27 points 6 days ago

In my opnion, systemd is like core-utils at this point.

It's so integrated into most things and the default so many places, that most guides assume you have it.

[–] whaleross@lemmy.world 18 points 6 days ago (1 children)

There is no authority delegating responsibilities of writing tutorials for Linux. It is the responsibility of nobody and everybody. If you can't find one for your problem, write it yourself when you have figured it out.

[–] Allero@lemmy.today 7 points 6 days ago* (last edited 6 days ago) (1 children)

Sure, but I can't single-handedly create an entire knowledge base on doing everything with X, so it's a real and big limitation.

[–] whaleross@lemmy.world 4 points 6 days ago* (last edited 6 days ago)

If you think so and that this is important, maybe you could be the one that makes it happen. Start a project and gather like-minded people. That is how Linux, FOSS and community driven efforts operate. It's useless to complain that nobody else makes the effort if you have the capabilities but can't be arsed making an attempt yourself.

[–] msage@programming.dev 5 points 6 days ago (1 children)

I suggest Gentoo.

Great documentation, systemd optional.

[–] Allero@lemmy.today 3 points 6 days ago (1 children)

Lol, this is borderline evil advice

But yeah, it works!

[–] msage@programming.dev 2 points 3 days ago (1 children)

Gentoo is an easy OS, and works like a charm.

[–] Allero@lemmy.today 1 points 3 days ago (1 children)

Alright you broke the edge of evil into a very different realm

[–] msage@programming.dev 2 points 3 days ago (1 children)

I have struggled with Fedora for couple of years (graphics drivers after major updates), then Ubuntu got me down a couple of times (snaps and other malice).

Zero issues with Gentoo after the initial setup. You build it, update it, and IT WORKS. Also you can easily remove parts of software you're building with USE flags. -telemetry, -x11, and you never care about it anymore.

[–] Allero@lemmy.today 1 points 2 days ago (1 children)

I must assume Gentoo does require manual intervention here and there, and updates must take eternity for packages that are not precompiled, ain't it so?

[–] msage@programming.dev 1 points 2 days ago (1 children)

I have an 8 core CPU, but I have to admit I don't use any DE.

Updates can take several hours if I don't upgrade for a while, but PC is usable during them (you can set number of build threads).

Manual intervention is what I've said needed way more in Fedora, which left me without any video after updates, or Ubuntu which broke integrations or replaced my software.

Gentoo just... is.

There are sometimes updates that would require intervention if you do something special, nothing too difficult though, and you get a link to Wiki with working solutions.

I need to donate more money to that project.

[–] Allero@lemmy.today 1 points 1 day ago (1 children)

Several hours for an update sounds insane to me lol

But I understand it's the tradeoff Gentoo makes to add a lot of control and minor optimization

[–] msage@programming.dev 1 points 1 day ago (1 children)

It's usually the llvm that takes forever, then Firefox, then LibreOffice.

You can actually pull binary packages in Gentoo, if you are into that, and update like any other system.

[–] Allero@lemmy.today 2 points 15 hours ago

Yeah I know :)

Fiddled with Gentoo a little, just don't think it's worth it for me anyway.