I don’t know what Windows needs to do to get as good of a state as Linux but you rarely need to do a full reboot as you seemingly are forced to do on Windows.
Comment on if you're not going to let me do this microsoft then let me turn off auto restart all together.
skullgiver@popplesburger.hilciferous.nl 2 months ago[deleted]
Kusimulkku@lemm.ee 2 months ago
skullgiver@popplesburger.hilciferous.nl 2 months ago
[deleted]Kusimulkku@lemm.ee 2 months ago
It does tell me. Zypper tells it outright and you’ll get a list with zypper ps -s. But like said, it’s very rare that you need to actually reboot. Restarting apps or services suffices.
I’m doing a lot more restarting on Linux than I ever need to do on Windows
Don’t know what’s up with that. With Windows it nagged about rebooting constantly. Seemingly every update. Meanwhile Linux can be just fine without, some stuff you need to restart but actual reboot is much rarer.
barsoap@lemm.ee 2 months ago
On my box updating firefox and then restarting it won’t even launch the new version because NixOS knows I’m logged in and won’t just change things in my environment. But unless there’s a kernel update yes
nixos rebuild switch
followed by logging out and logging in is equivalent to rebooting as it will automatically shut down and restart all system services, I think even systemd itself. Modulo some wibbles around kernel modules but those fall under kernel updates in my book.Contrast Ubuntu, which really likes to prompt your for reboots. The difference between a distro primarily for desktop use and one that can also do desktop because also devops want a desktop.