From f764254ada216ad0835ae18d3b009c1a3f310a2a Mon Sep 17 00:00:00 2001 From: Vincevrp Date: Sun, 20 Jan 2019 20:24:58 +0100 Subject: [PATCH] Move live operating systems to separate file --- .../sections/live-operating-systems.html | 34 +++++++++++++++++++ index.html | 31 +---------------- 2 files changed, 35 insertions(+), 30 deletions(-) create mode 100644 _includes/sections/live-operating-systems.html diff --git a/_includes/sections/live-operating-systems.html b/_includes/sections/live-operating-systems.html new file mode 100644 index 00000000..0c6ea539 --- /dev/null +++ b/_includes/sections/live-operating-systems.html @@ -0,0 +1,34 @@ +

Live CD Operating Systems

+ +
+ + {% include card.html color="success" + title="Tails" + image="assets/img/tools/Tails.png" + url="https://tails.boum.org/" + description="Tails is a live operating system, that starts on almost any computer from a DVD, USB stick, or SD card. It aims at preserving privacy and anonymity, and helps to: Use the Internet anonymously and circumvent censorship; Internet connections go through the Tor network; leave no trace on the computer; use state-of-the-art cryptographic tools to encrypt files, emails and instant messaging." + %} + + {% include card.html color="primary" + title="KNOPPIX" + image="assets/img/tools/KNOPPIX.png" + url="https://www.knopper.net/knoppix/" + website="knopper.net" + description="Knoppix is an operating system based on Debian designed to be run directly from a CD / DVD (Live CD) or a USB flash drive (Live USB), one of the first of its kind for any operating system. When starting a program, it is loaded from the removable medium and decompressed into a RAM drive. The decompression is transparent and on-the-fly." + %} + + {% include card.html color="warning" + title="Puppy Linux" + image="assets/img/tools/Puppy-Linux.png" + url="http://puppylinux.org/" + description="Puppy Linux operating system is a lightweight Linux distribution that focuses on ease of use and minimal memory footprint. The entire system can be run from RAM with current versions generally taking up about 210 MB, allowing the boot medium to be removed after the operating system has started." + %} + +
+ +

Worth Mentioning

+ + diff --git a/index.html b/index.html index b2055b87..c9347da9 100644 --- a/index.html +++ b/index.html @@ -65,37 +65,8 @@ layout: default {% include sections/operating-systems.html %} -

Live CD Operating Systems

-
+ {% include sections/live-operating-systems.html %} - {% include card.html color="success" - title="Tails" - image="assets/img/tools/Tails.png" - url="https://tails.boum.org/" - description="Tails is a live operating system, that starts on almost any computer from a DVD, USB stick, or SD card. It aims at preserving privacy and anonymity, and helps to: Use the Internet anonymously and circumvent censorship; Internet connections go through the Tor network; leave no trace on the computer; use state-of-the-art cryptographic tools to encrypt files, emails and instant messaging." - %} - - {% include card.html color="primary" - title="KNOPPIX" - image="assets/img/tools/KNOPPIX.png" - url="https://www.knopper.net/knoppix/" - website="knopper.net" - description="Knoppix is an operating system based on Debian designed to be run directly from a CD / DVD (Live CD) or a USB flash drive (Live USB), one of the first of its kind for any operating system. When starting a program, it is loaded from the removable medium and decompressed into a RAM drive. The decompression is transparent and on-the-fly." - %} - - {% include card.html color="warning" - title="Puppy Linux" - image="assets/img/tools/Puppy-Linux.png" - url="http://puppylinux.org/" - description="Puppy Linux operating system is a lightweight Linux distribution that focuses on ease of use and minimal memory footprint. The entire system can be run from RAM with current versions generally taking up about 210 MB, allowing the boot medium to be removed after the operating system has started." - %} - -
-

Worth Mentioning

-

Mobile Operating Systems