Compare commits
37 Commits
main
...
post-jekyl
Author | SHA1 | Date | |
---|---|---|---|
bc1ab8a91a | |||
3c0cbff7db | |||
0fb9e26c4e | |||
5925892274 | |||
454fb740cb | |||
dbdc9259ab | |||
16396f2fbb | |||
cac047735f | |||
bb12ae127d | |||
827d31e6d6 | |||
f1c384b05e | |||
0aed903fc3 | |||
701f9b36d1 | |||
0e82be8f5c | |||
caf50fd385 | |||
3f1a1f3355 | |||
6850ea1c4d | |||
04c70c377c | |||
68b44a6222 | |||
70088339fd | |||
7562308391 | |||
e9ee4b9bb6 | |||
05db002b25 | |||
43c2e92f98 | |||
76bf920910 | |||
e5364b6440 | |||
be3f6e24a4 | |||
a3023d707b | |||
970a0c5968 | |||
25c9486079 | |||
caf87044a2 | |||
e9630221b4 | |||
4619bcbdfd | |||
be6bf28d6b | |||
43ecd12aa1 | |||
849da48991 | |||
4ae8f30564 |
@ -2,7 +2,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>About</title>
|
<title>CV - About</title>
|
||||||
<link rel="stylesheet" href="/assets/css/styles.css">
|
<link rel="stylesheet" href="/assets/css/styles.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@ -16,6 +16,8 @@
|
|||||||
|
|
||||||
<a href="/work.html" >Work</a>
|
<a href="/work.html" >Work</a>
|
||||||
|
|
||||||
|
<a href="/homelab.html" >Homelab</a>
|
||||||
|
|
||||||
<a href="/volunteer.html" >Volunteering</a>
|
<a href="/volunteer.html" >Volunteering</a>
|
||||||
|
|
||||||
</nav>
|
</nav>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>Education</title>
|
<title>CV - Education</title>
|
||||||
<link rel="stylesheet" href="/assets/css/styles.css">
|
<link rel="stylesheet" href="/assets/css/styles.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@ -16,6 +16,8 @@
|
|||||||
|
|
||||||
<a href="/work.html" >Work</a>
|
<a href="/work.html" >Work</a>
|
||||||
|
|
||||||
|
<a href="/homelab.html" >Homelab</a>
|
||||||
|
|
||||||
<a href="/volunteer.html" >Volunteering</a>
|
<a href="/volunteer.html" >Volunteering</a>
|
||||||
|
|
||||||
</nav>
|
</nav>
|
||||||
|
124
_site/homelab.html
Normal file
124
_site/homelab.html
Normal file
@ -0,0 +1,124 @@
|
|||||||
|
|
||||||
|
<!doctype html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<title>CV - Homelab</title>
|
||||||
|
<link rel="stylesheet" href="/assets/css/styles.css">
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<nav>
|
||||||
|
|
||||||
|
<a href="/" class="current">Home</a>
|
||||||
|
|
||||||
|
<a href="/about.html" >About</a>
|
||||||
|
|
||||||
|
<a href="/education.html" >Education</a>
|
||||||
|
|
||||||
|
<a href="/work.html" >Work</a>
|
||||||
|
|
||||||
|
<a href="/homelab.html" class="current">Homelab</a>
|
||||||
|
|
||||||
|
<a href="/volunteer.html" >Volunteering</a>
|
||||||
|
|
||||||
|
</nav>
|
||||||
|
|
||||||
|
<h1 id="homelab">HomeLab</h1>
|
||||||
|
|
||||||
|
<p>This page tells you about my Home Lab and the technologies I have learnt anout and use:</p>
|
||||||
|
<ul>
|
||||||
|
<li><a href="#hardware">Hardware</a></li>
|
||||||
|
<ul>
|
||||||
|
<li><a href="#servers">Servers</a></li>
|
||||||
|
<li><a href="#cloud">Cloud</a></li>
|
||||||
|
<li><a href="#networking">Networking</a></li>
|
||||||
|
</ul>
|
||||||
|
<li><a href="#software">Software</a></li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<h3 id="hardware">Hardware</h3>
|
||||||
|
|
||||||
|
<h4 id="servers">Servers</h4>
|
||||||
|
|
||||||
|
<p>My main server nicknamed SOONtm because it will always be in a state of "It will be ready soon" and is unfortuantly not on at all times because it is in my bedroom and it is loud.</p>
|
||||||
|
<ul>
|
||||||
|
<li>CPU: AMD Epyc 7551P</li>
|
||||||
|
<li>RAM: 256GB DDR4 ECC</li>
|
||||||
|
<li>MoB: Supermicro H11SSL-i</li>
|
||||||
|
<li>GPU: nVidia Quadro M4000</li>
|
||||||
|
<li>Storage: 2x Intel 256GB SATA SSDs, 2x WD Red 4TB HDD, 2x Seagate Exos 8TB HDD, 1x Intel 110GB Optaine SSD, + multiple other SSDs of varius size and brand.</li>
|
||||||
|
<li>OS: Proxmox</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<p>My Secondary server named dockerbox and is on at all times and, as the name suggests, is used for docker.</p>
|
||||||
|
<ul>
|
||||||
|
<li>CPU: AMD Athlon 5350</li>
|
||||||
|
<li>RAM: 8GB DDR3</li>
|
||||||
|
<li>MoB: Asus ITX</li>
|
||||||
|
<li>Storage: 1x Samsung 256GB SSD, 1x WD Red 4TB SSD</li>
|
||||||
|
<li>OS: Linux Arch</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<p>My Tertiary server named containercontainer and is on at all times and, also used for docker.</p>
|
||||||
|
<ul>
|
||||||
|
<li>CPU: Intel i5 8500</li>
|
||||||
|
<li>RAM: 8GB DDR4</li>
|
||||||
|
<li>MoB: Dell</li>
|
||||||
|
<li>Storage: 1x Crucial 500GB NVMe SSD</li>
|
||||||
|
<li>OS: Linux Arch</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<h4 id="cloud">Cloud</h4>
|
||||||
|
|
||||||
|
<p>I have 1 Cloud VM hosted in Linode that serves a similar perpouse to dockerbox but for services better suted for cloud.</p>
|
||||||
|
<ul>
|
||||||
|
<li>CPU: 1x Shared CPU Core</li>
|
||||||
|
<li>RAM: 1GB</li>
|
||||||
|
<li>Storage: 30GB</li>
|
||||||
|
<li>OS: Debian 12</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<h4 id="networking">Networking</h4>
|
||||||
|
|
||||||
|
<p>I mainly use Asus for my networking solutions and make use of their AiMesh for WiFi in my house as it has good coverage and parent approval factor as I dont have to run cables everyware.</p>
|
||||||
|
<ul>
|
||||||
|
<li>Modem: Virgin Hub 3 - in modem mode</li>
|
||||||
|
<li>Router: Asus RT-AX88U</li>
|
||||||
|
<li>APs: 2x Asus RT-AC88U - As AiMesh Nodes</li>
|
||||||
|
<li>Switch: HPE OfficeConnect 1950 JG960A</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<h3 id="software">Software</h3>
|
||||||
|
|
||||||
|
<p>I am a big fan of Virtulization and containerization, so I Primarilly use Proxmox and Docker</p>
|
||||||
|
<p>SOONtm:</p>
|
||||||
|
<ul>
|
||||||
|
<li>The main VM is running TrueNAS Scale which has the 2 8TB HDDs and the Intel Optaine drives passed through. It has those drives in a ZFS pool with the 2 HDDs mirrored and the Optaine drive set as a Level 2 cache. </li>
|
||||||
|
<li>The other VMs are currently used for testing various services and OSs but when the server is on 24/7, I plan to run various services such as JellyFin, game servers and migrating containers from dockerbox. </li>
|
||||||
|
</ul>
|
||||||
|
<p>On dockerbox the containers I am currently running are:</p>
|
||||||
|
<ul>
|
||||||
|
<li>AdGaurd Home - A DNS filter that filters out Ads from webpages for all devices on the network as well as other privacy and security features.</li>
|
||||||
|
<li>FireFox - A Web Browser accessable from a Web Browser, browserception.</li>
|
||||||
|
<li>Jacket - a torrent searcher for qBittorrent</li>
|
||||||
|
<li>Portainer - Container Managment</li>
|
||||||
|
<li>qBittorrent - a torrenting client</li>
|
||||||
|
<li>TrueCommand - An interface for managing many instancess of TrueNAS</li>
|
||||||
|
<li>Wetty - A Web based terminal emulator and SSH client</li>
|
||||||
|
</ul>
|
||||||
|
<p>On containercontainer the containers I am currently running are:</p>
|
||||||
|
<ul>
|
||||||
|
<li>AdGaurd Home - For redundency if dockerbox is down</li>
|
||||||
|
<li>MeTube - Youtube downloader</li>
|
||||||
|
<li>Minecraft Server - a server for Minecraft</li>
|
||||||
|
</ul>
|
||||||
|
<p>On my cloud VM the containers I am currently running are:</p>
|
||||||
|
<ul>
|
||||||
|
<li>Appache - I have 2 instances hosting the non-SSL instances of my 2 websites, this <a href="http://cv.aaronlangham.com/" target="_blank">one</a> and the main <a href="http://aaronlangham.com/" target="_blank">page</a></li>
|
||||||
|
<li><a href="https://gitea.aaronlangham.com/" target="_blank">Gitea</a> - An open source, self hosted Git repository.</li>
|
||||||
|
<li>Heimdall - A customisable Dashboard/Homepage.</li>
|
||||||
|
<li>nginx - I have 3 instances, 2 of which are the SSL versions of my 2 sites: <a href="https://aaronlangham.com/" target="_blank">Home</a> <a href="https://cv.aaronlangham.com/" target="_blank">CV</a>, and the last on is a reverse proxy which listens for incomming traffic from multiple sources and can redirect it to another address and to a specific port as well as installing the SSL certificates.</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
@ -2,7 +2,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>Home</title>
|
<title>CV</title>
|
||||||
<link rel="stylesheet" href="/assets/css/styles.css">
|
<link rel="stylesheet" href="/assets/css/styles.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@ -16,6 +16,8 @@
|
|||||||
|
|
||||||
<a href="/work.html" >Work</a>
|
<a href="/work.html" >Work</a>
|
||||||
|
|
||||||
|
<a href="/homelab.html" >Homelab</a>
|
||||||
|
|
||||||
<a href="/volunteer.html" >Volunteering</a>
|
<a href="/volunteer.html" >Volunteering</a>
|
||||||
|
|
||||||
</nav>
|
</nav>
|
||||||
@ -32,8 +34,8 @@
|
|||||||
|
|
||||||
<p>Code Repositories:</p>
|
<p>Code Repositories:</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="http://gitea.aaronlangham.com/aaron">Gitea</a></li>
|
<li><a href="https://gitea.aaronlangham.com/aaron" target="_blank">Gitea</a></li>
|
||||||
<li><a href="https://github.com/Aaron-Langham">GitHub</a></li>
|
<li><a href="https://github.com/Aaron-Langham" target="_blank">GitHub</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>Volunteer</title>
|
<title>CV - Volunteer</title>
|
||||||
<link rel="stylesheet" href="/assets/css/styles.css">
|
<link rel="stylesheet" href="/assets/css/styles.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@ -16,6 +16,8 @@
|
|||||||
|
|
||||||
<a href="/work.html" >Work</a>
|
<a href="/work.html" >Work</a>
|
||||||
|
|
||||||
|
<a href="/homelab.html" >Homelab</a>
|
||||||
|
|
||||||
<a href="/volunteer.html" class="current">Volunteering</a>
|
<a href="/volunteer.html" class="current">Volunteering</a>
|
||||||
|
|
||||||
</nav>
|
</nav>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>Work</title>
|
<title>CV - Work</title>
|
||||||
<link rel="stylesheet" href="/assets/css/styles.css">
|
<link rel="stylesheet" href="/assets/css/styles.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@ -16,6 +16,8 @@
|
|||||||
|
|
||||||
<a href="/work.html" class="current">Work</a>
|
<a href="/work.html" class="current">Work</a>
|
||||||
|
|
||||||
|
<a href="/homelab.html" >Homelab</a>
|
||||||
|
|
||||||
<a href="/volunteer.html" >Volunteering</a>
|
<a href="/volunteer.html" >Volunteering</a>
|
||||||
|
|
||||||
</nav>
|
</nav>
|
||||||
@ -23,8 +25,18 @@
|
|||||||
<h1 id="work">Work</h1>
|
<h1 id="work">Work</h1>
|
||||||
|
|
||||||
<p>This page tells you about my past and current work:</p>
|
<p>This page tells you about my past and current work:</p>
|
||||||
|
<ul>
|
||||||
|
<li><a href="#jenoptik">Jenoptik</a></li>
|
||||||
|
<li><a href="#dis-consulting">DIS Consulting</a></li>
|
||||||
|
<li><a href="#lumen">Lumen</a></li>
|
||||||
|
<li><a href="#waitrose">Waitrose</a></li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
<h3 id="dis-consulting-it-ltd-march-2022--november-2023">DIS Consulting IT Ltd: March 2022 – November 2023</h3>
|
<h3 id="jenoptik">Jenoptik SMS UK Ltd: January 2024 - Current</h3>
|
||||||
|
|
||||||
|
<p>IT Systems Specialist</p>
|
||||||
|
|
||||||
|
<h3 id="dis-consulting-it">DIS Consulting IT Ltd: March 2022 – November 2023</h3>
|
||||||
|
|
||||||
<p>1st/2nd Line Help Desk Technician</p>
|
<p>1st/2nd Line Help Desk Technician</p>
|
||||||
|
|
||||||
@ -64,7 +76,7 @@
|
|||||||
<li>Understanding of backup and recovery procedures</li>
|
<li>Understanding of backup and recovery procedures</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<h3 id="lumen-september-2021--march-2022">Lumen: September 2021 – March 2022</h3>
|
<h3 id="lumen">Lumen: September 2021 – March 2022</h3>
|
||||||
|
|
||||||
<p>Information Technology Apprentice</p>
|
<p>Information Technology Apprentice</p>
|
||||||
|
|
||||||
@ -76,7 +88,7 @@
|
|||||||
|
|
||||||
<p>Reviewing inbound customer orders and carrying out appropriate actions required to complete the request.</p>
|
<p>Reviewing inbound customer orders and carrying out appropriate actions required to complete the request.</p>
|
||||||
|
|
||||||
<h3 id="waitrose-october-2019--august-2021">Waitrose: October 2019 – August 2021</h3>
|
<h3 id="waitrose">Waitrose: October 2019 – August 2021</h3>
|
||||||
|
|
||||||
<p>Part Time Retail Assistant</p>
|
<p>Part Time Retail Assistant</p>
|
||||||
|
|
||||||
|
11
homelab.md
11
homelab.md
@ -56,12 +56,19 @@ My main server nicknamed SOONtm because it will always be in a state of "It will
|
|||||||
- AdGaurd Home - A DNS filter that filters out Ads from webpages for all devices on the network as well as other privacy and security features.
|
- AdGaurd Home - A DNS filter that filters out Ads from webpages for all devices on the network as well as other privacy and security features.
|
||||||
- FireFox - A Web Browser accessable from a Web Browser, browserception.
|
- FireFox - A Web Browser accessable from a Web Browser, browserception.
|
||||||
- Jacket - a torrent searcher for qBittorrent
|
- Jacket - a torrent searcher for qBittorrent
|
||||||
- Minecraft Server - a server for Minecraft
|
- Portainer - Container Managment
|
||||||
- qBittorrent - a torrenting client
|
- qBittorrent - a torrenting client
|
||||||
- TrueCommand - An interface for managing many instancess of TrueNAS
|
- TrueCommand - An interface for managing many instancess of TrueNAS
|
||||||
|
- Wetty - A Web based terminal emulator and SSH client
|
||||||
|
|
||||||
|
On containercontainer the containers I am currently running are:
|
||||||
|
- AdGaurd Home - For redundency if dockerbox is down
|
||||||
|
- MeTube - Youtube downloader
|
||||||
|
- Minecraft Server - a server for Minecraft
|
||||||
|
|
||||||
|
|
||||||
On my cloud VM the containers I am currently running are:
|
On my cloud VM the containers I am currently running are:
|
||||||
- Appache - I have 2 instances hosting the non-SSL instances of my 2 websites, this [one](http://cv.aaronlangham.com/) and the main [page](http://aaronlangham.com/)
|
- Appache - I have 2 instances hosting the non-SSL instances of my 2 websites, this [one](http://cv.aaronlangham.com/) and the main [page](http://aaronlangham.com/)
|
||||||
- [GiTea](http://gitea.aaronlangham.com/) - An open source, self hosted Git repository.
|
- [GiTea](http://gitea.aaronlangham.com/) - An open source, self hosted Git repository.
|
||||||
- Heimdall - A customisable Dashboard/Homepage.
|
- Heimdall - A customisable Dashboard/Homepage.
|
||||||
- nginx - I have 3 instances, 2 of which are the SSL versions of my 2 sites: [Home](https://aaronlangham.com/) [CV](https://cv.aaronlangham.com/), and the last on is a reverse proxy which listens for incomming traffic from multiple sources and can redirect it to another address and to a specific port.
|
- nginx - I have 3 instances, 2 of which are the SSL versions of my 2 sites: [Home](https://aaronlangham.com/) [CV](https://cv.aaronlangham.com/), and the last on is a reverse proxy which listens for incomming traffic from multiple sources and can redirect it to another address and to a specific port as well as installing the SSL certificates.
|
Loading…
Reference in New Issue
Block a user