this post was submitted on 11 Aug 2025
19 points (78.8% liked)

Linux

13205 readers
67 users here now

Welcome to c/linux!

Welcome to our thriving Linux community! Whether you're a seasoned Linux enthusiast or just starting your journey, we're excited to have you here. Explore, learn, and collaborate with like-minded individuals who share a passion for open-source software and the endless possibilities it offers. Together, let's dive into the world of Linux and embrace the power of freedom, customization, and innovation. Enjoy your stay and feel free to join the vibrant discussions that await you!

Rules:

  1. Stay on topic: Posts and discussions should be related to Linux, open source software, and related technologies.

  2. Be respectful: Treat fellow community members with respect and courtesy.

  3. Quality over quantity: Share informative and thought-provoking content.

  4. No spam or self-promotion: Avoid excessive self-promotion or spamming.

  5. No NSFW adult content

  6. Follow general lemmy guidelines.

founded 2 years ago
MODERATORS
 

Not sure if this is the right place for it, but would anyone be interested in assisting an MSP in helping refine our Linux Stack?

Our goal is to take companies that are currently using a Windows stack and move them over without too much retraining on the user's part.

Our current stack is Linux Mint, LibreOffice, a custom RMM agent, and a few bits and bobs that differ per client, but that's all malleable. We have a stack, I'm just interested in anything that may make it better. Of note, we donate to FOSS monthly for roughly the licensing fees of the non-FOSS alternative that the clients would be using.

EDIT: Further info for some incredibly hostile replies who are seeking to purposely get offended...

As an MSP, the monthly client fee remains the same regardless of if the clients are on Linux, MacOS, or Windows. I assure you, we're not winning new converts with Linux and hoping to capture some untapped market. This isn't a money-maker. We are avoiding e-waste and upcycling machines for free on our own dime. If the client doesn't want to convert, we donate the systems when they are discarded to one of the nonprofits we support for free. Again, switching clients to Linux wouldn't make us any money as we don't bill for project fees. If anything it would make us less money because we're not trying to sell new objects to the client and are signing ourselves up to train and deploy to them. There's no sneaky evil hidden agenda here.

I was never looking for someone to design the entire implementation, just one or two comments saying something to the tune of "X distro / software is easier for newbies, take a look!" or something.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] AceTKen@lemmy.ca 8 points 1 month ago* (last edited 1 month ago) (1 children)

We have been around for nearly 11 years now and have had a few requests for something that isn't Microsoft or Apple. We agree with the clients.

[โ€“] possiblylinux127@lemmy.zip 1 points 1 month ago

From a MSP perspective you could look at something like Chrome OS or Android. Android especially has lots of support from various vendors and is pretty easy to manage.

Going off the beaten path is probably not going to work out. I'm saying that as someone who has a decent amount of experience with Linux desktops. The reality is Linux desktops are really hard to manage at scale because of the diversity of the ecosystem and the lack of interest. Everything from the security tooling to monitoring is going to be tricky. If you find some vendors that can do it that is great but good luck. Linux distros are not design to be enterprise desktops. You need to figure out Authentication, monitoring, policy and configuration and most importantly security.

I would look into Xfce4 Kiosk mode with a bare bones Linux system that has SElinux configured to lock everything down. You can deploy policy via Ansible Pull and a systemd timer. That still won't solve monitoring, security or remote access but it will at least get you started. I would read up on TPM chips as Linux does support them for encryption but you need to make sure that you configure them properly. You also should make sure you have a way to remotely trigger a wipe. From a distros perspective I would stick with something like Almalinux or Debian stable along with system flatpacks for apps. (Make sure you lock down the ability for users to install apps)