Compare commits

..

37 Commits

Author SHA1 Message Date
bc1ab8a91a Update _site/work.html 2024-02-15 16:50:41 +00:00
3c0cbff7db Update _site/volunteer.html 2024-02-15 16:50:30 +00:00
0fb9e26c4e Update _site/homelab.html 2024-02-15 16:50:16 +00:00
5925892274 Update _site/education.html 2024-02-15 16:49:59 +00:00
454fb740cb Update _site/about.html 2024-02-15 16:49:47 +00:00
dbdc9259ab Update _site/index.html 2024-02-15 16:49:25 +00:00
16396f2fbb Update _site/work.html 2024-02-15 15:56:06 +00:00
cac047735f Update _site/work.html 2024-02-15 15:51:38 +00:00
bb12ae127d Update _site/homelab.html 2024-02-15 15:48:23 +00:00
827d31e6d6 Update _site/homelab.html 2024-02-15 15:47:38 +00:00
f1c384b05e Update _site/homelab.html 2024-02-15 15:46:35 +00:00
0aed903fc3 Update _site/homelab.html 2024-02-15 15:45:26 +00:00
701f9b36d1 Update _site/homelab.html 2024-02-15 15:34:52 +00:00
0e82be8f5c Update _site/index.html 2024-02-15 15:32:40 +00:00
caf50fd385 Update _site/index.html 2024-02-15 15:31:16 +00:00
3f1a1f3355 Update _site/homelab.html 2024-02-15 15:16:28 +00:00
6850ea1c4d Update _site/homelab.html 2024-02-15 15:13:56 +00:00
04c70c377c Update _site/homelab.html 2024-02-15 15:11:48 +00:00
68b44a6222 Update _site/homelab.html 2024-02-15 14:30:47 +00:00
70088339fd Update _site/homelab.html 2024-02-15 14:28:11 +00:00
7562308391 Update homelab.md 2024-02-15 14:27:14 +00:00
e9ee4b9bb6 Update homelab.md 2024-02-15 14:23:52 +00:00
05db002b25 Update _site/homelab.html 2024-02-15 14:16:45 +00:00
43c2e92f98 Update _site/homelab.html 2024-02-15 14:13:35 +00:00
76bf920910 Update _site/homelab.html 2024-02-15 14:05:45 +00:00
e5364b6440 Update _site/homelab.html 2024-02-15 14:03:50 +00:00
be3f6e24a4 Update _site/homelab.html 2024-02-15 14:02:42 +00:00
a3023d707b Update _site/homelab.html 2024-02-15 13:55:31 +00:00
970a0c5968 Update _site/homelab.html 2024-02-15 13:44:52 +00:00
25c9486079 Update _site/work.html 2024-02-15 13:44:26 +00:00
caf87044a2 Update _site/volunteer.html 2024-02-15 13:44:12 +00:00
e9630221b4 Update _site/index.html 2024-02-15 13:43:55 +00:00
4619bcbdfd Update _site/education.html 2024-02-15 13:43:28 +00:00
be6bf28d6b Update _site/about.html 2024-02-15 13:43:09 +00:00
43ecd12aa1 Update _site/homelab.html 2024-02-15 13:42:38 +00:00
849da48991 Add _site/homelab.html 2024-02-15 13:41:32 +00:00
4ae8f30564 Update homelab.md 2024-02-15 13:39:03 +00:00
7 changed files with 168 additions and 17 deletions

View File

@ -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>
@ -15,7 +15,9 @@
<a href="/education.html" >Education</a> <a href="/education.html" >Education</a>
<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>

View File

@ -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>
@ -15,7 +15,9 @@
<a href="/education.html" class="current">Education</a> <a href="/education.html" class="current">Education</a>
<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
View 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 &quot;It will be ready soon&quot; 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>

View File

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

View File

@ -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>
@ -15,7 +15,9 @@
<a href="/education.html" >Education</a> <a href="/education.html" >Education</a>
<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>

View File

@ -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>
@ -15,16 +15,28 @@
<a href="/education.html" >Education</a> <a href="/education.html" >Education</a>
<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>
<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>

View File

@ -25,7 +25,7 @@ My main server nicknamed SOONtm because it will always be in a state of "It will
- OS: Linux Arch - OS: Linux Arch
My Tertiary server named containercontainer and is on at all times and, also used for docker. My Tertiary server named containercontainer and is on at all times and, also used for docker.
- CPU: Intel i5 8500 - CPU: Intel i5 8500
- RAM: 8GB DDR4 - RAM: 8GB DDR4
- MoB: Dell - MoB: Dell
- Storage: 1x Crucial 500GB NVMe SSD - Storage: 1x Crucial 500GB NVMe SSD
@ -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.