this post was submitted on 20 Nov 2024
721 points (99.0% liked)

Linux

5288 readers
414 users here now

A community for everything relating to the linux operating system

Also check out !linux_memes@programming.dev

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP

founded 1 year ago
MODERATORS
 

The petition is open to all EU resident. The goal is to replace all Windows in all public institution in Europe with a sovereign GNU/Linux.

If the petition is successful it would be a huge step forward for GNU/Linux adoption.

you are viewing a single comment's thread
view the rest of the comments
[–] Avatar_of_Self@lemmy.world 3 points 7 hours ago

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.