ditto
Before Width: | Height: | Size: 3.4 MiB After Width: | Height: | Size: 3.4 MiB |
Before Width: | Height: | Size: 1.6 MiB After Width: | Height: | Size: 1.6 MiB |
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 18 KiB |
@ -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)
|
@ -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)
|
||||
|
||||
## Hardware
|
||||
- [Dell Wyze (Thin Client)](Dell_Wyze.md)
|
||||
- [IBM System x3650 M4 (Server)](Hardware/IBM_System_x3650_M4.md)
|
||||
- [SonicWall Firewall](sonicwall_firewall)
|
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 3.4 KiB |
14
Linux/Fedora/installing_synergy_with_cmake.sh
Normal 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
|
||||
|
||||
|