diff --git a/Home_Lab/Dell_Wyze.md b/Home_Lab/Hardware/Dell_Wyze.md similarity index 100% rename from Home_Lab/Dell_Wyze.md rename to Home_Lab/Hardware/Dell_Wyze.md diff --git a/Home_Lab/images/IBM_x3650_M4_Closed.jpg b/Home_Lab/Hardware/images/IBM_x3650_M4_Closed.jpg similarity index 100% rename from Home_Lab/images/IBM_x3650_M4_Closed.jpg rename to Home_Lab/Hardware/images/IBM_x3650_M4_Closed.jpg diff --git a/Home_Lab/images/IBM_x3650_M4_Open.jpg b/Home_Lab/Hardware/images/IBM_x3650_M4_Open.jpg similarity index 100% rename from Home_Lab/images/IBM_x3650_M4_Open.jpg rename to Home_Lab/Hardware/images/IBM_x3650_M4_Open.jpg diff --git a/Home_Lab/images/SONICWALL-TZ-200.jpg b/Home_Lab/Hardware/images/SONICWALL-TZ-200.jpg similarity index 100% rename from Home_Lab/images/SONICWALL-TZ-200.jpg rename to Home_Lab/Hardware/images/SONICWALL-TZ-200.jpg diff --git a/Home_Lab/images/dell_wyze.jpg b/Home_Lab/Hardware/images/dell_wyze.jpg similarity index 100% rename from Home_Lab/images/dell_wyze.jpg rename to Home_Lab/Hardware/images/dell_wyze.jpg diff --git a/Home_Lab/sonicwall_firewall.md b/Home_Lab/Hardware/sonicwall_firewall.md similarity index 100% rename from Home_Lab/sonicwall_firewall.md rename to Home_Lab/Hardware/sonicwall_firewall.md diff --git a/Home_Lab/IBM_System_x3650_M4.md b/Home_Lab/IBM_System_x3650_M4.md deleted file mode 100644 index 0ecb4ec..0000000 --- a/Home_Lab/IBM_System_x3650_M4.md +++ /dev/null @@ -1,9 +0,0 @@ -# IBM System x3650 M4 - -![Picture of Server Closed](images/IBM_x3650_M4_Closed.jpg) - -![Picture of Server Open](images/IBM_x3650_M4_Open.jpg) - -I bought this off of Ebay in May 2021. - -[Info Sheet (IBM)](https://www.ibm.com/support/pages/overview-system-x3650-m4-hd-5460) diff --git a/Home_Lab/README.md b/Home_Lab/README.md index b496fd8..961d8db 100644 --- a/Home_Lab/README.md +++ b/Home_Lab/README.md @@ -5,7 +5,10 @@ In this section I write about new hardware/projects I have for my growing Home L ## 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 +- [Setting Up a MySQL Server](Setup_MySQL_Server.md) + +## Hardware +- [Dell Wyze (Thin Client)](Dell_Wyze.md) +- [IBM System x3650 M4 (Server)](Hardware/IBM_System_x3650_M4.md) +- [SonicWall Firewall](sonicwall_firewall) \ No newline at end of file diff --git a/Arch_Install/ArchLinux.svg b/Linux/Arch/ArchLinux.svg similarity index 100% rename from Arch_Install/ArchLinux.svg rename to Linux/Arch/ArchLinux.svg diff --git a/Arch_Install/ArchLinuxLogo.png b/Linux/Arch/ArchLinuxLogo.png similarity index 100% rename from Arch_Install/ArchLinuxLogo.png rename to Linux/Arch/ArchLinuxLogo.png diff --git a/Arch_Install/DNS_Issues.md b/Linux/Arch/DNS_Issues.md similarity index 100% rename from Arch_Install/DNS_Issues.md rename to Linux/Arch/DNS_Issues.md diff --git a/Arch_Install/DualBootingWindows10.md b/Linux/Arch/DualBootingWindows10.md similarity index 100% rename from Arch_Install/DualBootingWindows10.md rename to Linux/Arch/DualBootingWindows10.md diff --git a/Arch_Install/InstallingArch.md b/Linux/Arch/InstallingArch.md similarity index 100% rename from Arch_Install/InstallingArch.md rename to Linux/Arch/InstallingArch.md diff --git a/Arch_Install/MountingSambaShareToLocalDirectory.md b/Linux/Arch/MountingSambaShareToLocalDirectory.md similarity index 100% rename from Arch_Install/MountingSambaShareToLocalDirectory.md rename to Linux/Arch/MountingSambaShareToLocalDirectory.md diff --git a/Arch_Install/MovingToNewSDD.md b/Linux/Arch/MovingToNewSDD.md similarity index 100% rename from Arch_Install/MovingToNewSDD.md rename to Linux/Arch/MovingToNewSDD.md diff --git a/Arch_Install/README.md b/Linux/Arch/README.md similarity index 100% rename from Arch_Install/README.md rename to Linux/Arch/README.md diff --git a/Arch_Install/WifiConnectivityIssues.md b/Linux/Arch/WifiConnectivityIssues.md similarity index 100% rename from Arch_Install/WifiConnectivityIssues.md rename to Linux/Arch/WifiConnectivityIssues.md diff --git a/Linux/Fedora/installing_synergy_with_cmake.sh b/Linux/Fedora/installing_synergy_with_cmake.sh new file mode 100644 index 0000000..2071537 --- /dev/null +++ b/Linux/Fedora/installing_synergy_with_cmake.sh @@ -0,0 +1,14 @@ +#!/usr/bin/bash + +# For the application to install you need the following packages +# - qt-devel +# - qt5-qttools +# - libX11-devel + +git clone https://github.com/symless/synergy-core + +cd synergy-core/ + +mkdir synergy-core/build & cd synergy-core/build + +