layout fr

This commit is contained in:
anarsec 2024-11-22 13:04:27 -05:00
parent 65777895db
commit 05a1171289
No known key found for this signature in database
14 changed files with 88 additions and 42 deletions

View file

@ -10,8 +10,8 @@ tags = ["intro", "linux", "windows", "qubes", "intermediate"]
blogimage="/images/qubes-dither.png"
toc=true
dateedit=2024-04-24
a4="qubes-a4.pdf"
letter="qubes-letter.pdf"
a4="qubes-a4-en.pdf"
letter="qubes-letter-en.pdf"
+++
Qubes OS is a security-oriented [operating system](/glossary#operating-system-os) (OS), which means it is an operating system designed from the ground up to be more difficult to hack. This is achieved through [compartmentalization](https://www.qubes-os.org/faq/#how-does-qubes-os-provide-security), where the base system is divided into compartments called "qubes". All other Linux systems like [Tails](/tags/tails/) are *monolithic*, which means that they are not compartmentalized, so if a hack succeeds anywhere on the system, it can more easily take over. In Qubes OS, if one qube is compromised, the others remain safe. You can think of using Qubes OS as having many different computers on your desk, each for a different activity, but with the convenience of a single physical machine and a set of tools for securely using them all together as a unified system.