This commit is contained in:
TristanAncelet 2022-01-02 14:09:31 -06:00
parent b4073fd4c5
commit 378aab00aa
18 changed files with 20 additions and 12 deletions

View File

Before

Width:  |  Height:  |  Size: 3.4 MiB

After

Width:  |  Height:  |  Size: 3.4 MiB

View File

Before

Width:  |  Height:  |  Size: 1.6 MiB

After

Width:  |  Height:  |  Size: 1.6 MiB

View File

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 10 KiB

View File

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 18 KiB

View File

@ -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)

View File

@ -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)
- [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)

View File

Before

Width:  |  Height:  |  Size: 3.4 KiB

After

Width:  |  Height:  |  Size: 3.4 KiB

View File

@ -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