this post was submitted on 04 Aug 2023
39 points (78.3% liked)

Linux

47356 readers
1559 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
 

For those systemd users, it seems not as a big of a deal as "the register" poster might imply. In the end it'll depend if the new soft reboot is called or not (it's doubtful distros will change default behavior either).

top 7 comments
sorted by: hot top controversial new old
[–] Dirk@lemmy.ml 70 points 1 year ago (1 children)

Systemd's "soft reboot" has nothing to do with Windows' "fast startup". Those are two completely different concepts for two completely different use cases.

[–] AI_toothbrush@lemmy.zip 9 points 1 year ago (2 children)

Bruhh what is that thumbnail💀💀💀

[–] Noodlez@programming.dev 5 points 1 year ago

My new background

[–] TimeNaan@lemmy.world 2 points 1 year ago

Cute penguins reviving an old laptop with Linux.

[–] mvirts@lemmy.world 8 points 1 year ago (1 children)

... I feel like loading the boot sector of a disk and jumping into the boot loader would be a more useful feature than whatever this is. I usually reboot to switch os or upgrade the kernel. Userspace cleanup is already pretty easy. How do zombie processes or open files fare with this scheme? Crashed drivers? Why replace the root fs?

[–] davad@lemmy.world 2 points 1 year ago

Yeah, I'm wondering the same. Maybe it's helpful for containerized apps or something?

Anyone else have any insight on this?