this post was submitted on 31 May 2025
192 points (94.9% liked)

Explain Like I'm Five

16861 readers
117 users here now

Simplifying Complexity, One Answer at a Time!

Rules

  1. Be respectful and inclusive.
  2. No harassment, hate speech, or trolling.
  3. Engage in constructive discussions.
  4. Share relevant content.
  5. Follow guidelines and moderators' instructions.
  6. Use appropriate language and tone.
  7. Report violations.
  8. Foster a continuous learning environment.

founded 2 years ago
MODERATORS
 

I'm old. I don't understand it.

you are viewing a single comment's thread
view the rest of the comments
[–] LadyButterfly@lazysoci.al 6 points 4 days ago (3 children)
[–] squaresinger@lemmy.world 1 points 2 days ago

Beware, things are not that easy with Linux. If you use Windows, you use Windows. There are different versions but they are just differently old versions of the same thing. Same company, same people, same stuff. So you can say things like "Windows shares your data with Microsoft", because there's only 1-2 current versions of Windows at a time.

Since Linux is so open, there are thousands of different distributions created by thousands of different companies or even hobbyists doing that on their own time. And since it's so open, it can be configured any which way.

For example, ChromeOS and Android are two Linux distributions created by Google, and both of them collect and share your data like crazy.

Some of the more classical Linux distributions (like e.g. Ubuntu) also ask you if you want to share data with them, but most of them allow you do decline and many of them really don't share data at all (unless you run programs that do share data again).

So what you can say about data protection in regards to Linux is:

  • It's not Windows/Microsoft, which shares a lot
  • Depending on the distro, it can share just as much as Windows, or nothing at all, or a configurable amount
  • There are Linux distros that are very privacy focussed and share little to no data

But no, using any Linux doesn't necessarily mean your data is protected in any special way.

[–] melroy@kbin.melroy.org 11 points 4 days ago

It's not just protecting your data. You can inspect the source code. It's open source after all. People can fork it or create new distributions. There are tons of distributions available for Linux. Like a distribution is combination of software, so linux is officially only the kernel. But the operating system 'Linux' is much more. Like tools and commands. And user interfaces.

Try to search for terms like: Ubuntu, Fedora, Linux Mint. And so much more. You will see screenshot on the internet how those distributions are looking. And you can customize everything.

And all the software is also free. Free in terms of money and free in terms like freedom of creating a copy inspect the code, change the code etc. See also gnu philosophy : http://www.gnu.org/philosophy/free-sw.en.html

[–] Enkrod@feddit.org 4 points 3 days ago* (last edited 3 days ago) (1 children)

It's not "protecting your data" in a literal sense, it just doesn't collect and share it. Your data isn't specially protected in Linux, it's just that Windows and MacOS do collect data from your PC and sent it to their owners. So it's only better for your data protection, because it doesn't actively share your data.

That's another thing, with Windows or MacOS installed on your PC, you do not own your operating system, you just bought a license to use it. But you DO OWN the Linux on your PC, it's yours and you are legally allowed to do with it as you please. And thus, the only master that it serves are you. Not the corporations trying to exploit you for profit.

[–] LadyButterfly@lazysoci.al 3 points 3 days ago

Ahhhhh thanks for explaining