mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2025-07-02 17:42:39 +00:00
17
collections/_evergreen/qubes.md
Normal file
17
collections/_evergreen/qubes.md
Normal file
@ -0,0 +1,17 @@
|
||||
---
|
||||
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 %}
|
||||
|
Reference in New Issue
Block a user