[Rant] I swear to fucking god. Windows is harder to use than Linux. Have any of you ever USED Windows lately? Holy fuck.
I'm helping a family member build a pc. He wanted to use Windows because "Linux can't play games" despite me having a perfectly good gaming laptop running Linux that runs all my games, even graphically intensive ones.
2 days later, no game has been played yet. We can't even get steam to start. I even installed Arch on a sata ssd I donated just to verify the pc parts actually work (took less than an hour). It took 1 and a half days to even get the Windows 11 installer to get past like the 3rd screen.
Fucking fuck. Dealing with all this fucking bullshit is far worse than not being able to play a few trashy anticheat pay 2 win games. The anti Linux circlejerk is real.
When you get it working it's just so cumbersome to use. I do most of my work on servers and doing anything with a Windows server is a pain in the ass. Want to restart something? Open an RDP session, wait for it to load, open the Services, wait for it to load, filter through thousands of services to find the one you want, fucking right-click on it and pick restart.
Compare this to Linux where you get a snappy SSH shell and restart it with one command.
And then there's the goddamn Windows Event Viewer. Can't have log files being, ya know, files right? No, gotta put them in this application on the server, that you have to view in the GUI, and show it alongside all the other logs so you have to filter by service. Most of the time I just export them to text files just because it's easier to process them on a sane OS.
It’s not most of them, it’s literally all of them. In the decade or so I’ve been doing enterprise software support I have never seen a Windows admin use SSH, nor met one who wasn’t flummoxed at the notion of a CLI, nor worked with any Windows server that didn’t have a GUI.
I still have to log in via fucking RDP to set it up.
Nah you don't. I've made plenty of headless installations for windows. You think everyone with a datacenter with hundreds of windows servers logs in to each of them with RDP? You can do it with an unattended.xml file. Which is harder to do than what I had to do to make a headless raspberry pi ubuntu server. By a lot, although if you look long enough, you might be able to copy someone else's unattended.xml.
Also, Windows Event Viewer still blows
Yeah, it's... an acquired taste. You can actually script it. But it is harder than string manipulation, since the events are all objects, not strings.
Then why has every Windows admin I’ve ever had to deal with use the GUI?
You think everyone with a datacenter with hundreds of windows servers logs in to each of them with RDP?
All of the customers I've dealt with professionally who use Windows generally start with pre-configured VMware or similar images that they then deploy, and then configure with RDP. I have literally, in over 20 years of professional work, never seen a Windows sysadmin ever use SSH.
In fact, when they are forced to use a Linux server most of them will set up VNC to get into it rather than use SSH. WHY?????
Yeah, it's... an acquired taste. You can actually script it. But it is harder than string manipulation, since the events are all objects, not strings.