59 lines
2.2 KiB
HTML
59 lines
2.2 KiB
HTML
<html>
|
|
|
|
<head>
|
|
<link rel="stylesheet" href="global.css" />
|
|
</head>
|
|
<div id="flex-container">
|
|
<div id="main-flex">
|
|
<h1 style="text-align: center;">hex's hardware</h1>
|
|
<div id="main-box">
|
|
<div>
|
|
<img src="img/l14g2-1.png">
|
|
<img src="img/l14g2-2.png">
|
|
<p>My Thinkpad L14 Gen 2 (AMD variant)</p>
|
|
<b>Price: </b>220,- EUR.
|
|
<p>Ryzen 5 5600U, with 16 gigs of RAM running Void Linux + GNOME. My daily driver.</p>
|
|
</div>
|
|
<div>
|
|
<img src="img/latitude-1.png">
|
|
<img src="img/latitude-2.png">
|
|
<p>My librebooted Dell Latitude E5420</p>
|
|
<b>Price: </b>Got it for free! But goes for around 20-30,- EUR usually.
|
|
<p>i5-2540M, with 8 gigs of RAM running Devuan Linux + XFCE.</p>
|
|
</div>
|
|
<div>
|
|
<img src="img/atari.jpg">
|
|
<p>My Atari 1040STf with monochrome display (I love this thing)</p>
|
|
<b>Price: </b>75,- EUR
|
|
<p>I'll upload some better pictures when I get the chance.</p>
|
|
<p>Trying to get a SidecarT for this thing</p>
|
|
</div>
|
|
<div>
|
|
<img src="img/homelab-1.png">
|
|
<img src="img/homelab-2.png">
|
|
<p>My homelab, featuring:</p>
|
|
<ul>
|
|
<li>A Mikrotik CCR1009-8G-1S switch/router which I got for free.</li>
|
|
<li>Two librebooted Optiplex 3050 Micro's, which I got for 60$ total. They are currently running OpenSUSE MicroOS</li>
|
|
<li>A Linksys EA6500 running DD-WRT for wifi in my room (which I want to replace with a OpenWRT
|
|
One).</li>
|
|
<li>My old custom build from 2020.</li>
|
|
</ul>
|
|
<p>I am planning to replace my access point & switch/router with a Dell Optiplex 3050 SFF. I'll probably just throw a couple of network cards and a wifi card in there and run OPNSense or PFSense or whatever on it.</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
</html>
|
|
|
|
<style>
|
|
img {
|
|
width: 14vw;
|
|
height: auto;
|
|
}
|
|
|
|
img:hover {
|
|
width: 25vw;
|
|
}
|
|
</style>
|