this post was submitted on 23 Aug 2022
20 points (100.0% liked)

Linux

47756 readers
1319 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
all 16 comments
sorted by: hot top controversial new old
[–] VinesNFluff@beehaw.org 7 points 2 years ago (3 children)

One of these days I gotta try a Linux without SystemD, just to see if it was worth all the fuss. When I started my Linux journey SystemD was already the default on most distros normal people would use (Debian, Ubuntu, Arch, Suse, etc.) and I just never bothered exploring, despite all the bad things (tm) said about SystemD in Linux forums.

[–] linkert@lemmy.ml 3 points 2 years ago (1 children)

To me it's not about systemd being bad, just a case of it being hella complicated if compared to something like runit. Its reach is so huge it's overwhelming for my poor brain to grasp.

It's not you, it's me kind of a deal haha

[–] hfkldjbuq@beehaw.org 1 points 2 years ago (1 children)

it’s overwhelming for my poor brain to grasp.

What do you mean? Source code? Usage?

[–] linkert@lemmy.ml 2 points 2 years ago (1 children)

Usage.

Been a while since I last messed with it and my Linux skills (damn that sounds corny) have improved over the years. But when I used to drive a systemd distro there would be some service that would stall and I just could not make it work as intended, remembering my frustrations.

[–] hfkldjbuq@beehaw.org 2 points 2 years ago (2 children)

some service that would stall and I just could not make it work as intended

I currently have some 2 user services for GUI apps always failing even though I added the graphical dependency services. Dependencies are prob the issue, and/or some issue NixOS config -> systemd.

How has been your runit experience in comparison? s6 looks interesting

[–] linkert@lemmy.ml 2 points 2 years ago* (last edited 2 years ago) (2 children)

How has been your runit experience in comparison? s6 looks interesting

It's dumb, rather silly in comparison and it does nothing other than keeping services going - on Void Linux you symlink your services from /etc/sv/{service-name} to /var/services/ and there it goes off doing its thing.

https://docs.voidlinux.org/config/services/index.html#basic-usage

Systemd could probably provide some fancy features on my system but it's a simple procrastination-station and so far I've not come up with anything I'm missing. Very happy camper.

(Lemmy is acting up for me)

[–] hfkldjbuq@beehaw.org 2 points 2 years ago (1 children)

Seems pretty minimal and straightforward; nice. Are on GNU libc or musl?

[–] linkert@lemmy.ml 1 points 2 years ago

Xbps <3

Did musl for a while, got tired of incompatibilities, have been running glibc for years now :)

[–] hfkldjbuq@beehaw.org 2 points 2 years ago* (last edited 2 years ago)

GNU Guix System which uses Shepherd is pretty interesting. Other inits I find mostly useful for resource constrained devices

[–] Cassilda@lemmygrad.ml 2 points 2 years ago

IMO, it's only useful for very memory-constrained systems. Systemd is pretty big and internally complex, but it's consistent and easy to use. My only SystemD-free system is AntiX on a netbook.

[–] SrEstegosaurio@lemmy.ml 3 points 2 years ago

Ey, that's cool. I don't like systemd.

[–] nxlemmy@lemmy.ml 3 points 2 years ago (1 children)

Is there any noticeable benefit to the end user from not having systemd though?

[–] coldhotman@nrsk.no 2 points 2 years ago

There's some speed and security benefits, if they're noticable I don't know.

https://www.infoworld.com/article/3159124/linux-why-do-people-hate-systemd.html

[–] hellfire103@lemmy.ml 2 points 2 years ago