Microsoft released the Windows 11 autumn update at the beginning of October. However, a bug has crept in. The installation creates an almost nine gigabyte cache file that cannot be deleted.
With the amount of money corporations and governments have spent on Microsoft — the last decade alone — they could have filled the gaps in linux and the annual cost for ITSM would be significantly cheaper. Instead they’ve spent more and have grown far more dependent on proprietary software, they don’t own or control, to manage their core business ops and data; the longer their dependence on SaaS, the more they’ll pay.
I have to fend off linux nerds with a bat. The bottom line is “that’s cool and all but there are a lot of things that I can’t do with linux and I’m not willing to make that big of a change”
Most games with anti-cheat refuse to run on Linux even if the anti-cheat itself supports it. And some anti-cheats just don’t work on Linux anyway, I believe the ones that do only support it by just not running when they detect they’re on Linux. If you’re interested you can check which games are supported here: https://areweanticheatyet.com/ but bear in mind it could change at any time (for example Rockstar broke GTAV a few weeks ago)
Pretty much every multiplayer online game will at best lose its shit and not run, and at worst, ban you instantaneously if you try to access it with Linux
And the main issue there tends to be anti-cheat, and that’s a chicken-and-egg problem:
game devs won’t support Linux/macOS because players don’t use Linux/macOS
players won’t use Linux/macOS because game devs don’t support it
The more people we can convince to use Linux as a daily driver, the more game devs will notice and the more likely they are to support Linux. We’ve seen a lot of game devs make an effort since the Steam Deck became a thing, and it’s always getting better.
It’s totally fine to dual boot, but spending some amount of time gaming on Linux (where possible) helps send the message that Linux support is wanted and is profitable.
Man, I’ve been trying to migrate to Linux as my daily driver desktop over the last week. I love Linux passionately. But multi-monitor and 2.5Gb/s NIC support is just a disaster, basically to the point of completely unusable. It’s so frustrating. It keeps pushing me back to Windows, because Windows just works when it comes to hardware.
For multi-monitor: use Wayland. For 2.5Gbps Ethernet NICs, they never work properly on any system in regard to performance, but I presume you are referencing the subpar Realtek NICs not connecting? Depending on the distro, you likely won’t have the driver and/or firmware package preinstalled to make it work.
Yup, and installing the proper driver is usually pretty simple. If you post the hardware (or just the output of lspci) and your distro, we can probably find the package for you.
Multi monitor issues are purely on your distro - and are pretty easy to fix. At least for me on arch and bspwm (I haven’t touched a Debian based install or full DE in years), setup was as easy as making my randr script run when my WM starts up, I imagine it’s even easier with a full DE.
For 2.5 gb/s internet… I’ve never run into any problems or even had to configure anything. Fresh barebones arch install with lan, 2.5 gb/s out of the box. If you’re getting less (my guess is 1 gb/s?) it’s almost certainly a hardware issue (motherboard/network card is only 1 gb/s, port on router and/or switch is 1 gb/s, etc)
If you’re having trouble with something, I highly recommend searching for the problem after checking a relevant wiki (archwiki is an awesome resource if you’re on arch). If you’re having issues you can’t find problems to, feel free to shoot me a message and I’ll try to help you out. I’m no expert, but I’ve been exclusively on Linux for 3 years (since I graduated and no longer was required to be on windows at all) and haven’t run into any issues that I didn’t find a relatively easy fix for)
This is very true. I remember back in the day I tossed my old drive full of viruses and windows and I started using Linux. That was 1998? No, it was definitely 2000 already. That was a really easy erase. I guess you could also just reuse the same drive. But that one has the click of death, so no.
Nothing that cannot be fixed by a Linux install.
For personal computing, sure. For enterprise environment, eh not really.
With the amount of money corporations and governments have spent on Microsoft — the last decade alone — they could have filled the gaps in linux and the annual cost for ITSM would be significantly cheaper. Instead they’ve spent more and have grown far more dependent on proprietary software, they don’t own or control, to manage their core business ops and data; the longer their dependence on SaaS, the more they’ll pay.
Yep, Imagine how good the software would be oif we had all the governments and enterprise paying into open source instead of Microsofts pocket.
Can you imagine a world where public money was only spent for the public good? What a world!
The only (larger) enterprises that insist “we depend on Windows” are those with shitty corporate IT :)
And several governments from various countries and at various levels (municipal, state, federal)
there’s
Even worse: governments using Windows are absolutely giving the US services direct access to all their confidential files & communication.
Yes corpo IT doesn’t have the skills other than buy the easiest options and raise tickets to vendors.
Those people choose to live the techno-dystopia for the sheer convenience of it.
They will just copy whatever the rest of the industry does.
Or if you’re into online gaming.
I have to fend off linux nerds with a bat. The bottom line is “that’s cool and all but there are a lot of things that I can’t do with linux and I’m not willing to make that big of a change”
What are the issues? Genuine question.
Not the person you replied to but they’re probably talking about anti-cheat
I heard there were issues with those, but not sure on the specifics
Most games with anti-cheat refuse to run on Linux even if the anti-cheat itself supports it. And some anti-cheats just don’t work on Linux anyway, I believe the ones that do only support it by just not running when they detect they’re on Linux. If you’re interested you can check which games are supported here: https://areweanticheatyet.com/ but bear in mind it could change at any time (for example Rockstar broke GTAV a few weeks ago)
This is great, thanks for that link!
Pretty much every multiplayer online game will at best lose its shit and not run, and at worst, ban you instantaneously if you try to access it with Linux
And the main issue there tends to be anti-cheat, and that’s a chicken-and-egg problem:
The more people we can convince to use Linux as a daily driver, the more game devs will notice and the more likely they are to support Linux. We’ve seen a lot of game devs make an effort since the Steam Deck became a thing, and it’s always getting better.
It’s totally fine to dual boot, but spending some amount of time gaming on Linux (where possible) helps send the message that Linux support is wanted and is profitable.
What are the issues? Genuine question.
Man, I’ve been trying to migrate to Linux as my daily driver desktop over the last week. I love Linux passionately. But multi-monitor and 2.5Gb/s NIC support is just a disaster, basically to the point of completely unusable. It’s so frustrating. It keeps pushing me back to Windows, because Windows just works when it comes to hardware.
For multi-monitor: use Wayland. For 2.5Gbps Ethernet NICs, they never work properly on any system in regard to performance, but I presume you are referencing the subpar Realtek NICs not connecting? Depending on the distro, you likely won’t have the driver and/or firmware package preinstalled to make it work.
Yup, and installing the proper driver is usually pretty simple. If you post the hardware (or just the output of
lspci
) and your distro, we can probably find the package for you.those are two of the easiest features to support.
what distro is giving you trouble?
I run two multimonitor systems with different DPIs and 2.5gbe and they both run great. What issues are you hitting?
Multi monitor issues are purely on your distro - and are pretty easy to fix. At least for me on arch and bspwm (I haven’t touched a Debian based install or full DE in years), setup was as easy as making my randr script run when my WM starts up, I imagine it’s even easier with a full DE.
For 2.5 gb/s internet… I’ve never run into any problems or even had to configure anything. Fresh barebones arch install with lan, 2.5 gb/s out of the box. If you’re getting less (my guess is 1 gb/s?) it’s almost certainly a hardware issue (motherboard/network card is only 1 gb/s, port on router and/or switch is 1 gb/s, etc)
If you’re having trouble with something, I highly recommend searching for the problem after checking a relevant wiki (archwiki is an awesome resource if you’re on arch). If you’re having issues you can’t find problems to, feel free to shoot me a message and I’ll try to help you out. I’m no expert, but I’ve been exclusively on Linux for 3 years (since I graduated and no longer was required to be on windows at all) and haven’t run into any issues that I didn’t find a relatively easy fix for)
This is very true. I remember back in the day I tossed my old drive full of viruses and windows and I started using Linux. That was 1998? No, it was definitely 2000 already. That was a really easy erase. I guess you could also just reuse the same drive. But that one has the click of death, so no.