this post was submitted on 17 Jul 2023
79 points (96.5% liked)

Linux

45513 readers
3127 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 5 years ago
MODERATORS
 

Just wanna know if there's anyone managing and supporting a company-wide linux desktop deployment.

What are the hurdles during first adoption phase, what day to day support is like and which software are being used?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 5 points 11 months ago* (last edited 11 months ago) (1 children)

Work in Education and Software Industries.

I did manage fleet of Ubuntu and RHEL/Fedora instance. Mostly in education is research based services on top of container, either docker swarm or openshift. Most tech stack is PHP, Python for ML, and NodeJS

In software industries, I use kubernetes, and tech stack Nodejs, c#/net core, php, Java, python, golang, and some other popular language. Mostly using microservices arch, with DDD-MVC approach.

In education we have 10-20 Ubuntu/RHEL/Fedora for production, in Uni Labs, we have fleet (more than 20) of Gnome desktop with RHEL, supported by Red Hat Academy APAC. We do dual boot with windows because some WPF/.NET Desktop development lecture still held, but with Avalonia and React Native, seems it will change near future.

In software industries, mostly developer use windows, but they do debug on WSL2. Only small percentage using Linux desktop. Some are using mac, but it's under 3 people, negligible. Well...

For Education, it need about 7 years to fully moved from Windows server 2012, using Full Linux. In past some lab do have MacOS server, but I never encounter or support them so.. I can't speak much.

But in software industries, from start, we have Linux box, and grow over time. We only have special windows server for SQL server that need reporting server ability, mostly tied to SAP/ERP project, the rest are in Linux Box. Mostly we use red hat ansible to make standard deployment. We do have cloud init, but only for first deployment, then ansible.

[–] [email protected] 2 points 11 months ago

Thanks for this. Guess things will remain a bit of a mishmash even if there is a transition.