93 lines
3.5 KiB
HTML
93 lines
3.5 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Monkey Town</title>
|
|
<meta property="og:image"
|
|
content="https://sadgrl.online/images/og/homepage.png">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link rel="stylesheet" href="assets/style/style.css">
|
|
<!-- <script src="assets/scripts/load.js"></script> -->
|
|
<!-- <script src="//gc.zgo.at/count.js" data-goatcounter="https://sadgrl.goatcounter.com/count" async=""></script> -->
|
|
<link rel="icon" href="/assets/images/fav.gif" type="image/gif">
|
|
</head>
|
|
|
|
<body>
|
|
<div id="container">
|
|
<div class="topbar"></div>
|
|
<div id="flex">
|
|
|
|
<main>
|
|
<div class="wrapper">
|
|
<div class="title">
|
|
<a href="index.html">../</a>
|
|
Home datacenter project
|
|
</div>
|
|
<div class="content">
|
|
A home datacenter is what most Americans need, but don't deserve.
|
|
<br>
|
|
<img src="assets/img/dc1.JPG" class="blog-image">
|
|
|
|
|
|
|
|
<br>
|
|
Here is the logical diagram of my homelab setup.
|
|
<br>
|
|
<img src="assets/img/homelab_logical.png" class="blog-image" style="width: 100%">
|
|
|
|
|
|
<br>
|
|
Had to fit some of the ultra-small form factor PCs with SFP+ NICs to enable 10gbps transfer speeds on LAN.
|
|
<br>
|
|
<img src="assets/img/dc2.JPG" class="blog-image">
|
|
|
|
<br>
|
|
Accessing the main server BMC webUI through the IPMI interface via Ethernet, bypassing any need to output video into a monitor.
|
|
<br>
|
|
<img src="assets/img/mb1.JPG" class="blog-image">
|
|
</p>
|
|
</div>
|
|
</div>
|
|
|
|
</main>
|
|
<aside>
|
|
<div class="sidebar-title"> Navigation</div>
|
|
<nav id="nav">
|
|
<ul>
|
|
<li>
|
|
<a href="./index.html">Home</a>
|
|
</li>
|
|
</ul>
|
|
</nav>
|
|
</aside>
|
|
</div>
|
|
<footer id="footer"></footer>
|
|
</div>
|
|
<style>
|
|
.update {
|
|
border: 2px dashed var(--main-color);
|
|
padding: 5px;
|
|
}
|
|
main {
|
|
background-color: transparent !important;
|
|
}
|
|
.content {
|
|
background-color: var(--background);
|
|
}
|
|
.title {
|
|
margin-top: var(--content-spacing);
|
|
}
|
|
.title:first-child {
|
|
margin-top: 0 !important;
|
|
}
|
|
.myButton {
|
|
display:flex;
|
|
margin:0 auto;
|
|
width:150px;
|
|
}
|
|
.yw-content {
|
|
text-align: center;
|
|
}
|
|
</style>
|
|
|
|
</body></html> |