2019-08-14 21:21:10 -07:00
< h1 id = "os" class = "anchor" > < a href = "#os" > < i class = "fas fa-link anchor-icon" > < / i > < / a > {% t pc_os.pc_operating_systems %}< / h1 >
2019-01-20 20:24:05 +01:00
< div class = "alert alert-warning" role = "alert" >
2019-08-14 21:21:10 -07:00
< strong > {% t pc_os.ms_apple_warning %}< / strong >
2019-01-20 20:24:05 +01:00
< / div >
2019-08-14 21:21:10 -07:00
{%- capture pc_os_qubesos_title -%}{% t pc_os.qubesos_title %}{%- endcapture -%}
{%- capture pc_os_qubesos_labels -%}{% t pc_os.qubesos_labels %}{%- endcapture -%}
{%- capture pc_os_qubesos_descr -%}{% t pc_os.qubesos_descr %}{%- endcapture -%}
{%- capture pc_os_debian_title -%}{% t pc_os.debian_title %}{%- endcapture -%}
{%- capture pc_os_debian_descr -%}{% t pc_os.debian_descr %}{%- endcapture -%}
{%- capture pc_os_trisquel_title -%}{% t pc_os.trisquel_title %}{%- endcapture -%}
{%- capture pc_os_trisquel_descr -%}{% t pc_os.trisquel_descr %}{%- endcapture -%}
2019-01-20 20:24:05 +01:00
< div class = "row mb-2" >
{% include card.html color="success"
2019-08-14 21:21:10 -07:00
title=pc_os_qubesos_title
labels=pc_os_qubesos_labels
2019-04-01 19:42:34 -05:00
image="/assets/img/tools/Qubes-OS.png"
2019-01-20 20:24:05 +01:00
url="https://www.qubes-os.org/"
tor="http://qubesos4rrrrz6n4.onion"
2019-08-14 21:21:10 -07:00
description=pc_os_qubesos_descr
2019-01-20 20:24:05 +01:00
%}
{% include card.html color="primary"
2019-08-14 21:21:10 -07:00
title=pc_os_debian_title
2019-04-01 19:42:34 -05:00
image="/assets/img/tools/Debian.png"
2019-01-20 20:24:05 +01:00
url="https://www.debian.org/"
tor="http://sejnfjrq6szgca7v.onion"
2019-08-14 21:21:10 -07:00
description=pc_os_debian_descr
2019-01-20 20:24:05 +01:00
%}
{% include card.html color="warning"
2019-08-14 21:21:10 -07:00
title=pc_os_trisquel_title
2019-04-01 19:42:34 -05:00
image="/assets/img/tools/Trisquel.png"
2019-01-20 20:24:05 +01:00
url="https://trisquel.info/"
2019-08-14 21:21:10 -07:00
description=pc_os_trisquel_descr
2019-01-20 20:24:05 +01:00
%}
< / div >
2019-08-14 21:21:10 -07:00
< h3 > {% t pc_os.warning %}< / h3 >
2019-01-20 20:24:05 +01:00
< ul >
2019-08-14 21:21:10 -07:00
< li > < a href = "#win10" > < i class = "fas fa-link" > < / i > {% t pc_os.win10_nightmare %}< / a > < / li >
2019-01-20 20:24:05 +01:00
< / ul >
2019-08-14 21:21:10 -07:00
< h3 > {% t pc_os.worth_mentioning %}< / h3 >
2019-01-20 20:24:05 +01:00
< ul >
2019-08-14 21:21:10 -07:00
< li > < a href = "https://www.openbsd.org/" > {% t pc_os.openbsd %}< / a > {% t pc_os.openbsd_descr %}< / li >
< li > < a href = "https://www.archlinux.org/" > {% t pc_os.arch %}< / a > {% t pc_os.arch_descr %} < a href = "https://www.parabola.nu/" > {% t pc_os.parabola %}< / a > {% t pc_os.parabola_descr %}< / li >
< li > < a href = "https://www.whonix.org/" > {% t pc_os.whonix %}< / a > < span class = "badge badge-warning" data-toggle = "tooltip" title = "{% t pc_os.contrib_descr %}" > contrib < i class = "far fa-question-circle" > < / i > < / span > {% t pc_os.whonix_descr %}< / li >
2019-01-20 20:24:05 +01:00
< / ul >