From e3525a1babb03488e274cd37349989ccdd706ed5 Mon Sep 17 00:00:00 2001 From: "Ying Kanyang (Harry Ying)" Date: Fri, 3 May 2019 21:49:34 +0800 Subject: [PATCH] Add Qubes OS doc (#124) * add Qubes OS help * add Qubes OS help * fixed some translation mistakes and added some methods of upgrading * fixed a format error * deleted the explanation of OS --- _posts/help/2019-05-03-qubesos.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 _posts/help/2019-05-03-qubesos.md diff --git a/_posts/help/2019-05-03-qubesos.md b/_posts/help/2019-05-03-qubesos.md new file mode 100644 index 0000000..34c8c9c --- /dev/null +++ b/_posts/help/2019-05-03-qubesos.md @@ -0,0 +1,23 @@ +--- +category: help +layout: help +mirrorid: qubesos +--- + +## Qubes OS 镜像使用帮助 + +[Qubes OS](https://www.qubes-os.org/) 是一个面向安全的操作系统。 +它使用一种叫做*隔离保证安全* (security by compartmentalization) 的理念,采用虚拟化技术隔离各个应用来保证安全。 + +### 使用方法 + +#### R4.1及以上 +在 `/etc/dnf/dnf.conf` 中添加 `fastestmirror=True` + +#### R4.0及以下 +每次使用 `qubes-dom0-update --setopt=fastestmirror=True` 更新 + +或者不想使用上述命令,您可以使用如下方法 +对于 `/etc/yum.repo.d` 下的 `qubes-*.repo`: +1. 用`#`注释掉所有的 `metalink` +2. 将 `baseurl` 中的 `https://yum.qubes-os.org/` 替换为 `https://mirrors.tuna.tsinghua.edu.cn/qubesos/repo/yum/` ,并取消这些 `baseurl` 的注释