this post was submitted on 12 May 2024
1047 points (98.2% liked)

Open Source

36118 readers
84 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] imnotfromkaliningrad@lemmy.ml 48 points 11 months ago (1 children)

linux, unironically. literally all local infrastructure is running on windows, despite the security risks this entails.

[–] pufferfisherpowder@lemmy.world 8 points 11 months ago (2 children)

Fair point but Linux is inherently safe either? The local library here has client PCs running Ubuntu 16.04 lts.. my point being that IT infrastructure is only ever as secure as the amount of continuous effort you put into securing it. Linux doesn't solve that.

[–] nossaquesapao 6 points 11 months ago (1 children)

Perhaps this will change drastically with immutable distros

[–] SorteKanin@feddit.dk 1 points 11 months ago (2 children)
[–] nossaquesapao 5 points 11 months ago* (last edited 11 months ago) (1 children)

I'm not the best person to explain, but they're distros with a read-only root filesystem. In some implementations, any changes, like installing a new package, or upgrading a version, can be interpreted as migrating a system from a state to another. This can mitigate some security risks and make machines easier to maintain.

[–] Rustmilian@lemmy.world 2 points 11 months ago

In more technical terms, it's an image-based VCS system with an immutable root filesystem.

[–] Samsy@lemmy.ml 1 points 11 months ago

Check fedora atomic builds. They explain it very well.

[–] Miaou@jlai.lu 4 points 11 months ago

It's not that it's inherently safe, but that Microsoft is inherently not.