|
|
(3 intermediate revisions by 2 users not shown) |
Line 1: |
Line 1: |
| The Operation is the first software layer you need to worry about if you care about privacy as its the last layer between the software and the hardware, if you have privacy concerns about your OS, sometimes that's enough to track your activities, regardless of the care you might take with the software running on it. | | The operating system is the first piece of software you need to worry about if you care about privacy. It's the lowest layer between software and hardware and serves as the foundation of all of your computing. If your OS isn't designed with your privacy and security in mind, using private software, regardless of the precautions you take, is ultimately a futile attempt at privacy analogous to putting a band-aid on a wound that needs stitches. |
| Out of all major operating systems, there are three that have proven to be well-suited for personal usage over time. These are Windows, macOS, and Linux.
| | There are many Operating System you can use on a day to day, these include Windows, MacOS, Linux distributions and many BSD based OSes. |
|
| |
|
| == Why not Windows or macOS? ==
| |
|
| |
|
| We all know Windows and macOS are classic glowie operating systems that do not provide privacy and freedom by default. They also probably all have backdoors implemented,
| | ==Privacy Concerns== |
| but that is the problem with proprietary software, as it is impossible to know for sure what it is doing. Windows and macOS also don't respect your freedom. Want to
| | The operating system is responsible for: |
| change the operating system? Too bad, you can't. Want to alter the user interface? Too bad, you can't. This provides a uniform appearance to all systems, which works
| | * Managing Processes |
| for general-purpose, but we all know customizing a system to one's needs works far better than a one-size-fits-all solution.
| | * Managing Memory |
| | * Managing the File System |
| | * Managing Input/output |
| | * Managing an User Interface |
|
| |
|
| == What is Linux? ==
| | All of these can be exploited to compromise data on the computer regardless of the programs being used |
| | |
| Linux is a free and open source (FOSS) kernel developed by Linus Torvalds. "Wait, kernel?", you exclaim behind your grimy keyboard and thousandfold belly rolls. "I thought Linux was an operating system!" Well, yes, but also no. The Linux kernel is used as a basis for many operating systems, and these OS's also typically use the GNU core utilities and the systemd
| |
| init system. Though there are exceptions, this creates a relatively uniform experience for how Linux operating systems work under the hood. Linux operating system's are typically called
| |
| ''distributions''
| |
| | |
| Most distributions adopt the free software philosophy that Linux was founded upon. The best part of this is that it provides a level of user freedom and privacy that you don't experience
| |
| on other proprietary operating systems. This is because free software can be modified and distributed and it is far more difficult for surveillance capitalists to find a home on the shaky ground free software provides for them.
| |
| | |
| == Which distribution should I use ==
| |
| | |
| For beginners who aren't very comfortable with Linux, I would recommend '''Fedora''' or '''openSUSE Tumbleweed.''' This is because they are both user-friendly operating systems that provide great security and privacy out of the box. They both do not use telemetry by default and they use modern, secure technologies that safeguard your computer and the data that it contains.
| |
| | |
| openSUSE Tumbleweed is a ''rolling release'' distribution, which means that it's packages stay close to upstream and it has one version that is updated over time. On the other hand, Fedora is a ''point release'' distribution (also known as "stable release"). This means that it releases by versions over a period of time, and the software is not updated until the next version of the operating system is released. Fedora may sound less secure for it's slower updates, but really, Fedora only "freezes" some software like the desktop environment, while most software is updated persistently throughout the release's lifetime, blurring the difference between point and rolling release. This is why you may sometimes hear Fedora referred to as a "semi-rolling
| |
| release."
| |
The operating system is the first piece of software you need to worry about if you care about privacy. It's the lowest layer between software and hardware and serves as the foundation of all of your computing. If your OS isn't designed with your privacy and security in mind, using private software, regardless of the precautions you take, is ultimately a futile attempt at privacy analogous to putting a band-aid on a wound that needs stitches.
There are many Operating System you can use on a day to day, these include Windows, MacOS, Linux distributions and many BSD based OSes.
Privacy Concerns
The operating system is responsible for:
- Managing Processes
- Managing Memory
- Managing the File System
- Managing Input/output
- Managing an User Interface
All of these can be exploited to compromise data on the computer regardless of the programs being used