privacyguides.org/collections/_evergreen/qubes.md
Tommy a465dab437
New Linux page (#491)
Co-Authored-By: Daniel Gray <dng@disroot.org>
2022-03-21 01:12:25 +10:30

18 lines
382 B
Markdown

---
layout: evergreen
title: Qubes OS
mathjax: false
description: |
Qubes OS is a distribution of Linux that uses [Xen](https://en.wikipedia.org/wiki/Xen) provide app isolation.
---
{% for item_hash in site.data.operating-systems.qubes %}
{% assign item = item_hash[1] %}
{% if item.type == "Recommendation" %}
{% include recommendation-card.html %}
{% endif %}
{% endfor %}