this post was submitted on 24 Oct 2023
110 points (93.0% liked)
Linux
48012 readers
943 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
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I use software to program industrial hardware, it's Windows only and if you install it all (or multiple versions of one package) on a single machine they start to break each other's shitty hacks. Using VMs saves me from having to own and maintain 5 physical machines. The VMs don't even have a virtual nic so they stay frozen in a working state and don't get broken by a bugfix.
Denmark.
The Windows problem is that it needs to restart during the update process and that Windows "professionals" have no other option. The fact that updates are on a mandatory schedule at all is the result of 20 years of vulnerabilities that were going unpatched because Windows updates break working systems.
Security updates for Linux are just as needed, an unpatched bug can be exploited, but applying those patches does not interfere with operation of the machine. The update can be installed at any time, restarting the application or the whole machine can be done at any time.
This isn't always true. Kernel updates require reboots and those are as equally important when it comes to security. There are tons of systems that get hacked in this way, people update the software without rebooting and suddenly they're running a 4 year old kernel that is exploitable in some way and they thing they're secure.
Also you don't seem to have experience with LTSB and what and how updates are done. Long story short: security and very critical updates only reboots aren't required as often as with regular Windows Pro/Home/Enterprise nor they're are surprise updates randomly rebooting things. Your admin will control everything how it happens and when.
When it comes to Windows the reboots are usually require reboots are feature updates and other non essential stuff. Apart from those situations similar to the Linux kernel it won't require a reboot.