From 37a541f481ae31cf8cf5b9038c6ebf8d95224147 Mon Sep 17 00:00:00 2001
From: Crimson Tome <64846840+CrimsonTome@users.noreply.github.com>
Date: Mon, 4 Oct 2021 11:39:13 +0100
Subject: [PATCH 1/3] added electronics and raspi section
---
README.md | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/README.md b/README.md
index 29dd4bc..80221b8 100644
--- a/README.md
+++ b/README.md
@@ -167,6 +167,10 @@ If you require any support, either whilst contributing or with linux, programmin
6. [OpenSSH Manual](https://www.openssh.com/manual.html)
7. [Principle of Least Privilege](https://techcommunity.microsoft.com/t5/azure-sql/security-the-principle-of-least-privilege-polp/ba-p/2067390)
+## Electronics
+
+### Raspberry Pi
+
## Other interesting stuff
1. [E Foundation](https://e.foundation)
2. [Satyr](https://git.waldn.net/git/knotteye/satyr) - Self hosted media streaming
From 350d315e7efb90352d0e43d62532731020889386 Mon Sep 17 00:00:00 2001
From: Crimson Tome <64846840+CrimsonTome@users.noreply.github.com>
Date: Mon, 4 Oct 2021 12:36:26 +0100
Subject: [PATCH 2/3] Added link to blog for raspi
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index 80221b8..9713d54 100644
--- a/README.md
+++ b/README.md
@@ -170,6 +170,7 @@ If you require any support, either whilst contributing or with linux, programmin
## Electronics
### Raspberry Pi
+1. [An introduction to the Raspberry Pi](https://crimsontome.github.io/2021/10/04/introduction-to-raspberry-pi) - A blog post by Matt Clark
## Other interesting stuff
1. [E Foundation](https://e.foundation)
From 309464881394661144e6cc5cf655ac6f36e2199c Mon Sep 17 00:00:00 2001
From: Crimson Tome <64846840+CrimsonTome@users.noreply.github.com>
Date: Mon, 4 Oct 2021 18:15:42 +0100
Subject: [PATCH 3/3] Update README.md
---
README.md | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/README.md b/README.md
index 9713d54..70d6272 100644
--- a/README.md
+++ b/README.md
@@ -13,10 +13,11 @@
10. [Law and Standards](#education)
11. [Learning Resources](#education)
12. [Linux Distributions](#linux)
-13. [Hypervisors and virtual machines](Virtualisation.md#virtualisation)
-14. [Cyber Security Resources](CyberSecurity.md#cyber)
-15. [Other Interesting Stuff](#misc)
-16. [Andrew Hancock, Department of Computer Science & Technology - Systems](Virtualisation.md#andrewhancock)
+13. [Electronics](#electronics)
+14. [Hypervisors and virtual machines](Virtualisation.md#virtualisation)
+15. [Cyber Security Resources](CyberSecurity.md#cyber)
+16. [Other Interesting Stuff](#misc)
+17. [Andrew Hancock, Department of Computer Science & Technology - Systems](Virtualisation.md#andrewhancock)
## Introduction
The Freeside Student Resources list consists of multiple categories of professional and academic resources which are aimed at aiding University of Hull Computer Science students to gain further knowledge; however, most resources will be able to help learners from outside the university.
@@ -167,7 +168,7 @@ If you require any support, either whilst contributing or with linux, programmin
6. [OpenSSH Manual](https://www.openssh.com/manual.html)
7. [Principle of Least Privilege](https://techcommunity.microsoft.com/t5/azure-sql/security-the-principle-of-least-privilege-polp/ba-p/2067390)
-## Electronics
+## Electronics
### Raspberry Pi
1. [An introduction to the Raspberry Pi](https://crimsontome.github.io/2021/10/04/introduction-to-raspberry-pi) - A blog post by Matt Clark