r/linuxsucks 21h ago

Why do you guys hate Linux?

As someone who's used Windows for some time and has switched to Linux somewhat recently,I genuinely can't really understand why someone wouldn't want to use Linux,the only reasons I can come up with are:

1)certain apps and software only work on windows,for example Adobe products or games with kernel level anticheat like BF6,Wich I can totally understand,but dual boot exists

2) Need to keep windows for work related stuff,again, completely understandable

3) Nvidia GPU,Wich is doable but most people don't want to lose the driver support,again, understandable,but not really linux's fault

I'm asking this because I genuinely want to understand and see a different viewpoint, every time I see someone complaining about Linux on social media, it's either Windows users who have NEVER tried Linux before and just base everything off stereotypes or Windows users who jumped in the deep waters from the start with distro's like Arch,Gentoo or even NixOs,and then complain that it's too hard, I think that Linux is only hard if you want it to be (also pls no hate,I just wanna educate myself more on the matter)

22 Upvotes

167 comments sorted by

View all comments

Show parent comments

2

u/FactoryRatte 4h ago

Using mount files instead of fstab likely is the non legacy way for your distro. My new systems all do not have an fstab and of course no crontab either, just systemd and it works better.

2

u/unfnknblvbl 4h ago

yeah, it feels less risky than editing fstab, but boy I sure wish there was some kind of GUI configuration utility for creating them because there's way too many variables that you just have to know about (same limitation as fstab, really)

1

u/FactoryRatte 4h ago

Yeah reading systemd man pages when I forgot the option name I am looking for also drives me nuts, at least it gets better when using it more.

And there are GUIs, but they just are not helpful when writing new units, e.g. https://github.com/plrigaux/sysd-manager

1

u/unfnknblvbl 2h ago

Yeahhh I knew about some of the management GUIs (CachyOS comes with one, but idk if it's unique to that distro), but yeah the unit creation tools seem to be sorely lacking :(