Linuxsucks
- Linux can and has destroyed hardware
In A UEFI World, "rm -rf /" Can Brick Your System
This New Linux Kernel Update Can Damage Your Laptop Display
There was also a particular optical drive that would brick if installing from a particular I believe Red Hat Linux installation cd, though I can't find a source for this (personal experience with 2 drives - warning was in manual). -This was ~20 years ago.
- OH!... This one is pretty!
The Youtubers generally know not to sink to the community level of toxicity, but they go overboard on positivity and lose credibility.
- WTF are these menu entries?
- install Linux
- install Gnome
- install some software
- reboot
- these icons are in my menu
- clicking on them does nothing
I know there's probably an explanation for it, which may make sense if you're used to the Linux ecosystem. But to anyone else, it's just weird that there are buttons in my user-friendly GUI button-clicky desktop environment that make no sense, that I didn't install, and that do nothing when I click on them.
(Yes, I know I can hide them by editing a text file. Or installing a menu editor that was designed for a version of Gnome from 20 years ago and still works most of the time)
- Every OS sucks
YouTube Video
Click to view this content.
(Beginning of the song: https://youtu.be/d85p7JZXNy8?t=84 )
- It's not satire
This forum exists due to brigading, invading, unwelcome evangelism, misinformation, and general conspiracy theory nonsense that has wasted other people's time and energy. If your hobby is to come here and down-doot the hard hitting posts, add your anecdotes, and otherwise pollute / derail this forum -YOU are the problem. YOU are why this is here. YOU are why the moderation here has to be heavy handed. Your activity here just proves our points and fuels us. Linux on its own didn't bring this about.
Don't like it? -Block it. We're here for your victims, not you.
- [Long] Redditor meets Linuxold.reddit.com So Linux can go fuck itself
I got honeydicked once again. I tried Linux many years ago, found it to be an arcane, esoteric and convoluted mess, and gave up. "You can't...
- Serious question: Linux/Unix was designed from the ground up to be a multi-user, server-client system. So how come it can't even come close to the functionality and ease of use of Active Directory?
Don't get me wrong, I used to be a Linux fanboy. But after Admining in both the Linux and Windows world, I have to say: There's a reason Microsoft has a dominant market position in business.
AD is fucking awesome. And I don't understand why Linux is so...finnicky out of the box. There just isn't a unified default out of the box solution where you can click a button to create a domain controller and have everything in your domain tied together, from user rights on all clients, to file shares, to mailboxes. This should be the strong point of Unix-likes, considering their history, but it just isn't.
On AD, you authenticate once when you log into your PC (which even works without contact to the authentication server). And then all the resources you're allowed to use are available to you. All the admin has to do for new users is assign them to the right groups in a GUI or with a script, and everything is taken care of.
On Linux, that just isn't the case (unless the domain is managed by AD, that integrates Linux clients well also). Linux is stuck in a time where your client was nothing more than a keyboard attached to a network device that connects you directly to the server.
And authentication is a mess out of the box. A password prompt should have the purpose of checking whether the correct person is sitting in front of the keyboard to do things. On Linux, you log into your client when you boot it. But by default, every time you want to access system resources which you are already allowed to use you need to authenticate again – from within the user account that's already authenticated. It makes no sense.
And don't even get me started on how awesome GPO's are compared to the methods you have to manage Linux clients.