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

Linux

47772 readers
906 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
[–] [email protected] 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.

[–] [email protected] 9 points 1 year ago (2 children)

Bruhh what is that thumbnail💀💀💀

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

My new background

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

Cute penguins reviving an old laptop with Linux.

[–] [email protected] 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?

[–] [email protected] 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?