732
A petition has been created by an Austrian EU rep. to replace Windows with GNU/Linux in all Europe
(www.europarl.europa.eu)
A community for everything relating to the linux operating system
Also check out [email protected]
Original icon base courtesy of [email protected] and The GIMP
It’s ridiculous that governments don’t use customized Unix/Linux builds.
Why? I've worked in two companies where IT allows Linux as an option and people are constantly having issues (including me). And these are highly technical people. Two people who are not stupid managed to break their laptops by uninstalling Python 2 which Gnome depended on.
Yes that's technically a UX issue, but there are plenty of good old bugs too, e.g. if you remove a VPN connection that a WiFi network autoconnects to then that WiFi network will entirely stop working with no error messages to speak of. Took me a long time to figure that out. Or how about the fact that 4k only works at 30fps over HDMI, but it works fine over DisplayPort or Thunderbolt3. The hardware fully supports it and it works for other people with the same OS and laptop. I never figured that out.
That's just a taster... I almost never have issues like that on Windows or Mac.
Windows may cost more than "free" but the additional support costs for Linux are very far from free too.
Maybe something like Chromebooks makes sense if everything is in the cloud.
In an enterprise imaged Windows laptop they and you probably wouldn't have superuser privileges in order to keep yourselves from doing stuff like deleting core Windows dependencies. Maybe they give you full administrative access at your company but if you deleted the Program Files folder to save time you'd be blamed by pretty much everyone.
You guys obviously have root privileges or else you wouldn't have been able to delete the system's core Python2 installation. And frankly you must have literally manually deleted it because the package manager would have told you what havoc you were about to enact and made you tell it to do it anyway.
But what's even weird to me is that most python devs I know, including myself use python virtual environments (venv) to use different versions and package bloat control from something like pip but keep it all nice and neat.
If you wanted python3 to be the default you have to change the PATH in Windows or if you don't know what you are doing I guess reinstall whichever python with a .MSI an hope it does it for you.
Meanwhile, in Linux you can just use the alternatives utility to literally pick your preferred versions and it takes care of the paths for you.
And with the HDMI issue? You must not be using the same graphics drivers and someone is using proprietary graphics drivers (won't have the issues you've described) and the other is using open source versions (you'll have the issues you've described) because companies are shitty about their proprietary closed standards.
Which brings up another point. You say you all use the same laptop model and OS but you don't all use the same drivers? There's no baseline? There's no control?
This sounds like a Hell of your own making. This is why users in general should never have full administrative privileges and they should be tailored down to just what you need. Epecially if they haven't yet learned the basics of the OS they are using because they are at best a danger to themselves and at worst a vulnerable laptop inside the network.