this post was submitted on 12 Jun 2024
62 points (97.0% liked)

Linux

56078 readers
396 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
[–] TCB13@lemmy.world 40 points 1 year ago* (last edited 1 year ago) (12 children)

I'm just going to point out that besides containers, systemd can now manage virtual machines:

systemd version we added systemd-vmspawn. It's a small wrapper around qemu, which has the point of making it as nice and simple to use qemu as it is to use nspawn.

The idea is that we provide a roughly command line equivalent interface to VMs as for containers, so that it really is as easy to invoke a VM as it already is to invoke a container, supporting both boot from DDIs and boot from directories.

[–] nanook@friendica.eskimo.com 1 points 1 month ago (2 children)

@TCB13 @petsoi It seems to me that systemd is going the exact opposite of the original Unix philosophy of make a tool for a specific task, make it do it's task well, and then use the necessary tools for the job, systemd is becoming one big piece of bloatware that gets in the way of use rather than helps it.

[–] TCB13@lemmy.world 1 points 1 month ago* (last edited 1 month ago) (1 children)

I don't disagree with you but... it also provides a cohesive ecosystem of tools to manage linux. What we had before was a poorly integrated mess of smaller tools that was just too hard to maintain and sometimes use.

Besides not all systemd components come out of the box with the base binary, some have to be installed if you need them. And no, it doesn't get in the way. :)

[–] nanook@friendica.eskimo.com 1 points 1 month ago

@TCB13 Problem is by being one big bloatware, rather than a set of small discrete tools, if one part of it misbehaves, your entire system is toast instead of just removing, replacing, or fixing that one part. That's why that philosophy belongs in Windows NOT Linux.

load more comments (9 replies)