this post was submitted on 08 Aug 2025
97 points (91.5% liked)

Linux

57181 readers
770 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 6 years ago
MODERATORS
 

Games on Linux are great now this is why I fully moved to Linux. Is the the work place Pc's market improving.

you are viewing a single comment's thread
view the rest of the comments
[–] danielquinn@lemmy.ca 19 points 3 days ago (2 children)

Most of the comments here seem to be from the consumer perspective, but if you want broader adoption, you need to consider the corporate market too. Most corporate software these days is web-based, so the problem is less with the software and more with the people responsible for it.

The biggest hurdle is friction with the internal IT team. They like Windows because that's all they ever learnt and they're not interested in maintaining a diverse set of company laptops. They won't entertain Linux in a corporate environment unless it's mandated by management, and even if the bosses approve it, IT will want a way to lock you out of your laptop, force updates, do a remote wipe, etc.

There are (proprietary) tools to do some of this, but they generally suck and often clash with your package manager. Microsoft is just way ahead of Linux in the "bloatware that tours your hands" department.

[–] dubyakay@lemmy.ca 12 points 2 days ago (1 children)

This is it. Exactly it. Internal IT management wants a good, centrally managed system to lock down and control corporate devices. Heck, corporations often even contract this task (and help desk) to management companies.

Let's assume the tools and the experts are there to perform these remote management shenanigans, after this it only comes to "money talks". Don't have to replace a 2-4yo laptop with a new one if the old one still performs fine for another 2-4 years. So then you have to weigh the cost of expertise against slower amortization.


My company disabled VPN access for anything but macOS and Win11. Because even though the VPN we use is mandated to be used with a closed source app, and the app has a Linux version, the IT dudes couldn't exit vim when asked to manually edit /etc/environment

[–] SinJab0n@mujico.org 2 points 2 days ago* (last edited 2 days ago)

the IT dudes couldn't exit vim when asked to manually edit /etc/environment

Lol, my brother/sister in christ what kind of IT are they hiring these days? i cant, i just cant

[–] SocialMediaRefugee@lemmy.ml 1 points 2 days ago

The vast majority of business apps and network admin apps are written for windows so you either can't run them on unix or they would require an additional layer of complexity that can't be justified "just to be on unix".

For dev and IT work I use a mix of windows and RHEL. Business apps in windows and terminal sessions on our linux servers. My db work is almost 100% linux.