From 2783d325a620911f40c5bcd6c9f7257682956a4c Mon Sep 17 00:00:00 2001 From: Vincevrp Date: Sun, 20 Jan 2019 20:35:50 +0100 Subject: [PATCH] Move router firmware to separate file --- _includes/sections/router-firmware.html | 33 +++++++++++++++++++++++++ index.html | 32 ++---------------------- 2 files changed, 35 insertions(+), 30 deletions(-) create mode 100644 _includes/sections/router-firmware.html diff --git a/_includes/sections/router-firmware.html b/_includes/sections/router-firmware.html new file mode 100644 index 00000000..44a903dc --- /dev/null +++ b/_includes/sections/router-firmware.html @@ -0,0 +1,33 @@ +

Open Source Router Firmware

+ +
+ + {% include card.html color="success" + title="OpenWrt" + image="assets/img/tools/OpenWrt.png" + url="https://openwrt.org/" + description="OpenWrt is an operating system (in particular, an embedded operating system) based on the Linux kernel, primarily used on embedded devices to route network traffic. The main components are the Linux kernel, util-linux, uClibc and BusyBox. All components have been optimized for size, to be small enough for fitting into the limited storage and memory available in home routers." + %} + + {% include card.html color="primary" + title="pfSense" + image="assets/img/tools/pfSense.png" + url="https://pfsense.org/" + description="pfSense is an open source firewall/router computer software distribution based on FreeBSD. It is installed on a computer to make a dedicated firewall/router for a network and is noted for its reliability and offering features often only found in expensive commercial firewalls. pfSense is commonly deployed as a perimeter firewall, router, wireless access point, DHCP server, DNS server, and as a VPN endpoint." + %} + + {% include card.html color="warning" + title="LibreCMC" + image="assets/img/tools/LibreCMC.png" + url="https://librecmc.org" + description="LibreCMC is a GNU/Linux-libre distribution for computers with minimal resources, such as the Ben Nanonote, ath9k-based Wi-Fi routers, and other hardware with emphasis on free software. The project's current goal is to aim for compliance with the GNU Free System Distribution Guidelines (GNU FSDG) and ensure that the project continues to meet these requirements set forth by the Free Software Foundation (FSF).." + %} + +
+ +

Worth Mentioning

+ + diff --git a/index.html b/index.html index e5ee59e1..bdf51c61 100644 --- a/index.html +++ b/index.html @@ -71,37 +71,9 @@ layout: default {% include sections/android-addons.html %} -

Open Source Router Firmware

-
+ {% include sections/router-firmware.html %} - {% include card.html color="success" - title="OpenWrt" - image="assets/img/tools/OpenWrt.png" - url="https://openwrt.org/" - description="OpenWrt is an operating system (in particular, an embedded operating system) based on the Linux kernel, primarily used on embedded devices to route network traffic. The main components are the Linux kernel, util-linux, uClibc and BusyBox. All components have been optimized for size, to be small enough for fitting into the limited storage and memory available in home routers." - %} - - {% include card.html color="primary" - title="pfSense" - image="assets/img/tools/pfSense.png" - url="https://pfsense.org/" - description="pfSense is an open source firewall/router computer software distribution based on FreeBSD. It is installed on a computer to make a dedicated firewall/router for a network and is noted for its reliability and offering features often only found in expensive commercial firewalls. pfSense is commonly deployed as a perimeter firewall, router, wireless access point, DHCP server, DNS server, and as a VPN endpoint." - %} - - {% include card.html color="warning" - title="LibreCMC" - image="assets/img/tools/LibreCMC.png" - url="https://librecmc.org" - description="LibreCMC is a GNU/Linux-libre distribution for computers with minimal resources, such as the Ben Nanonote, ath9k-based Wi-Fi routers, and other hardware with emphasis on free software. The project's current goal is to aim for compliance with the GNU Free System Distribution Guidelines (GNU FSDG) and ensure that the project continues to meet these requirements set forth by the Free Software Foundation (FSF).." - %} - -
- -

Worth Mentioning

-

Don't use Windows 10 - It's a privacy nightmare

+

Don't use Windows 10 - It's a privacy nightmare