From af0bf54d47411a4811e7db4a5a318b2ca9ed6b7e Mon Sep 17 00:00:00 2001 From: TristanAncelet Date: Sat, 4 Sep 2021 14:20:17 -0500 Subject: [PATCH] Changed the structure fo the Repo and added readme --- Arch_Install/.update.py | 3 +++ Home_Lab/README.md | 11 +++++++++++ 2 files changed, 14 insertions(+) create mode 100644 Arch_Install/.update.py create mode 100644 Home_Lab/README.md diff --git a/Arch_Install/.update.py b/Arch_Install/.update.py new file mode 100644 index 0000000..0fd0c26 --- /dev/null +++ b/Arch_Install/.update.py @@ -0,0 +1,3 @@ +import os + +items_in_dir = os.listdir() diff --git a/Home_Lab/README.md b/Home_Lab/README.md new file mode 100644 index 0000000..b496fd8 --- /dev/null +++ b/Home_Lab/README.md @@ -0,0 +1,11 @@ +# Home Lab + +In this section I write about new hardware/projects I have for my growing Home Lab. + +## Articles + +- [The Beginning](The_Beginning.md) +- [SonicWall Firewall](sonicwall_firewall) +- [Setting Up a VPN](SetupVPN.md) +- [Dell Wyze](Dell_Wyze.md) +- [Setting Up a MySQL Server](Setup_MySQL_Server.md) \ No newline at end of file