2024-12-27 12:25:13 +00:00
< html >
2025-01-09 07:47:34 +00:00
< head >
< link rel = "stylesheet" href = "global.css" / >
< / head >
2024-12-27 12:25:13 +00:00
< 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 >
2025-01-09 07:47:34 +00:00
< b > Price: < / b > Got it for free! But goes for around 20-30,- EUR usually.
2024-12-27 12:25:13 +00:00
< 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 >
2025-01-09 07:47:34 +00:00
< 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 >
2024-12-27 12:25:13 +00:00
< li > My old custom build from 2020.< / li >
< / ul >
2025-01-09 07:47:34 +00:00
< 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 >
2024-12-27 12:25:13 +00:00
< / div >
< / div >
< / div >
< / div >
< / html >
< style >
img {
width: 14vw;
height: auto;
}
2025-01-09 07:47:34 +00:00
2024-12-27 12:25:13 +00:00
img:hover {
width: 25vw;
}
< / style >