this post was submitted on 01 Sep 2023
793 points (97.4% liked)

Linux

47337 readers
1401 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
 

Chrome OS saw a good raise too. OS X(Mac) saw a decrease.

you are viewing a single comment's thread
view the rest of the comments
[–] bioemerl@kbin.social 26 points 1 year ago* (last edited 1 year ago) (2 children)

Proud to be one of them. I tried to disable the job that runs windows update, they said I don't have permission, so I switched to Ubuntu on every single computer except the one that runs VR games.

As a bonus, as an enthusiast for artificial intelligence stuff, more programs run on Linux than they do on Windows

[–] ReversalHatchery@beehaw.org 5 points 1 year ago

On the VR PC you may find O&O ShutUp 10. It has a collection of settings for privacy and generally control over your PC that microsoft didn't make really accessible.

[–] ichbinjasokreativ@beehaw.org 3 points 1 year ago* (last edited 1 year ago)

Powershell as admin then type set-service wuauserv -startuptype manual; stop-service wuauserv

This will disable the windows update service. If you do want to run updates again (and you should do that regularly), just type start-service wuauserv and use the windows update page in settings.

Linux is still way better though.