diff --git a/Development/SQL/local_schedule_tracking.sql b/Development/SQL/local_schedule_tracking.sql new file mode 100644 index 0000000..e5f259b --- /dev/null +++ b/Development/SQL/local_schedule_tracking.sql @@ -0,0 +1,5 @@ +CREATE IF NOT EXISTS schedule_book ( + entry_id INTEGER AUTOINCREMENT PRIMARY KEY, + date_of_entry DATE DEFAULT (SELECT DATE('now')), + start_of_day TIME DEFAULT (SELECT TIME('now', 'localtime')), + \ No newline at end of file diff --git a/Home_Lab/Hardware/IBM_System_x3650_M4.md b/Home_Lab/Hardware/IBM_System_x3650_M4.md new file mode 100644 index 0000000..222c1e3 --- /dev/null +++ b/Home_Lab/Hardware/IBM_System_x3650_M4.md @@ -0,0 +1,21 @@ +# 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) + + +## Setup + +**Main OS :** Fedora 35 (Server Edition) + +**Purpose :** + The main purpose of this is to function as a VM Server with it allowing me to virtualize most of my linux boxes (VPN, Git Server, Docker Server, etc) to cut down on the clutter around my lab. + +| VM | | +|----|-| + diff --git a/Home_Lab/SetupVPN.md b/Home_Lab/SetupVPN.md index e8e9564..8ea7d88 100755 --- a/Home_Lab/SetupVPN.md +++ b/Home_Lab/SetupVPN.md @@ -1,9 +1,10 @@ # Setting up a VPN + | Details | | |-----------------------|---------------------------------------------------| -| Machine Used | [Dell Wyze][Dell Wyze File] | -| VPN Service Used | [OpenVPN][OpenVPN Download] | +| Machine Used | [IBM System x3650 M4][server file] | +| VPN Service Used | [OpenVPN Access Server][OpenVPN Download] | ## Steps @@ -12,7 +13,7 @@ 2) Followed the [instructions][configuration page] on getting it installed and on how to finish the initial setup. -3) Opened OpenVPN operating ports of 443, 1194 on my routers NAT. +3) Opened OpenVPN operating ports of 443, 1194 on my routers NAT 4) Opened the OpenVPN management console, and changed the hostname to my external ip address to allow for external clients to connect. @@ -24,5 +25,5 @@ Once I have a windows server I plan to find out how to implement LDAP authorizat [OpenVPN Download]: https://openvpn.net/download-open-vpn/ -[Dell Wyze File]: Dell_Wyze.md +[server file]: Hardware/IBM_System_x3650_M4.md [configuration page]: https://openvpn.net/vpn-server-resources/finishing-configuration-of-access-server/ \ No newline at end of file