Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2022-07-16 19:40:48 -04:00
parent dbd248041b
commit 3004366831
No known key found for this signature in database
GPG key ID: 060B29EB996BD9F2
20 changed files with 644 additions and 28 deletions

View file

@ -0,0 +1,10 @@
---
title: "Linux Insecurities"
tags: ['knowledge base', operating system', 'security', 'linux']
author: Tommy
---
There is a common misconception among privacy communities that Linux is one of the more secure operating systems, either because it is open source or because it is widely used in the cloud. This is however, a far cry from reality.
There is already a very indepth technical blog explaning the various security weaknesses of Linux by Madaidan, [Whonix](https://www.whonix.org/)'s Security Researcher. This page will attempt to address some of the questions commonly raised in reaction to his blog post. You can find the original article [here](https://madaidans-insecurities.github.io/linux.html).

3
content/os/_index.md Normal file
View file

@ -0,0 +1,3 @@
---
title: Operating Systems
---