Skip to content
Snippets Groups Projects
Verified Commit 0348d521 authored by Jonas Leder's avatar Jonas Leder
Browse files

remove old non existing systems

parent ae0dac44
No related branches found
No related tags found
No related merge requests found
......@@ -124,11 +124,6 @@
"url": "/systeme/laptop.html",
"type": "link"
},
{
"name": "NAS",
"url": "/systeme/nas.html",
"type": "link"
},
{
"name": "Epyc Server",
"url": "/systeme/epycServer.html",
......@@ -138,11 +133,6 @@
"name": "i7 Server",
"url": "/systeme/i7Server.html",
"type": "link"
},
{
"name": "Backup Server",
"url": "/systeme/backupServer.html",
"type": "link"
}
]
},
......
<!DOCTYPE html >
<html lang = "de" >
<head >
<meta charset = "UTF-8" >
<meta name = "viewport" content = "width=device-width, initial-scale=1.0" >
<title></title>
<link href = "/css/style.css" rel = "stylesheet" >
</head >
<body >
<jl-header data-title="Game Server"></jl-header>
<div id = "content" >
<h2>Verbaute Hardware:</h2>
<ul>
<li><b>Prozessoren: </b><a href="https://ark.intel.com/content/www/us/en/ark/products/80910/intel-xeon-processor-e3-1231-v3-8m-cache-3-40-ghz.html">Intel® Xeon® Processor E3-1231 v3</a></li>
<li><b>CPU K&uuml;hler: </b> Intel Stock</li>
<li><b>Arbeitsspeicher: </b>4x HP 4GB DDR3 ECC</li>
<li><b>Mainboard: </b><a href="https://www.supermicro.com/en/products/motherboard/X10SLM-F">Supermicro X10SLM-F</a></li>
<li><b>Netzteil: </b><a href="https://de.evga.com/products/product.aspx?pn=100-W1-0500-KR">EVGA 500 W1</a></li>
<li>
<b>Storage:</b>
<ul>
<li>3x <a href="https://shop.westerndigital.com/de-de/products/network-attached-storage/wd-red-pro-sata-hdd">4TB WD Red Pro</a></li>
<li><a href="https://www.crucial.com/products/ssd/bx500-ssd">1x 120GB Crucial BX500 (boot ssd)</a></li>
</ul>
</li>
<li><b>Betriebssystem: </b><a href="https://www.proxmox.com/en/">Proxmox Backup Server</a></li>
</ul>
<div class="center">
<jl-img src="/img/systeme/backupServer.jpg"></jl-img>
</div>
<h2>Kommentare:</h2>
<jl-comments_display></jl-comments_display>
<jl-new_comment id="newComment"></jl-new_comment>
</div>
<jl-footer></jl-footer>
<script src="/js/script.js"></script>
</body>
</html>
<!DOCTYPE html >
<html lang = "de" >
<head >
<meta charset = "UTF-8" >
<meta name = "viewport" content = "width=device-width, initial-scale=1.0" >
<title></title>
<link href = "/css/style.css" rel = "stylesheet" >
</head >
<body >
<jl-header data-title="NAS"></jl-header>
<div id = "content" >
<h2>Verbaute Hardware:</h2>
<ul>
<li><b>Prozessor: </b> <a href="https://ark.intel.com/content/www/us/en/ark/products/199284/intel-core-i310100t-processor-6m-cache-up-to-3-80-ghz.html">Intel Core i3-10100T</a></li>
<li><b>CPU K&uuml;hler: </b> Intel Stock</li>
<li><b>Arbeitsspeicher: </b>2x 16GB crucial DDR4 2666MHz</li>
<li><b>Mainboard: </b><a href="https://www.gigabyte.com/Motherboard/H410M-H-V3-rev-10/sp#sp">Gigabyte H410M H V3</a></li>
<li><b>10G NIC: </b><a href="https://support.hpe.com/hpesc/public/docDisplay?docId=emr_na-c02694717">HP NC523SFP</a> umgebaut mit L&uuml;fter</li>
<li><b>Netzteil: </b><a href="https://www.bequiet.com/en/powersupply/1285">bequiet SYSTEM POWER B9</a></li>
<li><b>Raid Karte: </b><a href="https://docs.broadcom.com/doc/12352326">LSI MegaRAID SAS 9260-8i</a></li>
<li>
<b>Storage:</b>
<ul>
<li>3x <a href="https://www.westerndigital.com/products/external-drives/wd-my-book-usb-3-0-hdd#WDBBGB0080HBK-NESN">8TB WD MyBook (wd80edaz)</a></li>
<li>HP Enterprise 100GB SSD (Bootlaufwerk)</li>
</ul>
</li>
<li><b>Betriebssystem: </b><a href="https://proxmox.com">Proxmox</a></li>
</ul>
<h2>Kommentare:</h2>
<jl-comments_display></jl-comments_display>
<jl-new_comment id="newComment"></jl-new_comment>
</div>
<jl-footer></jl-footer>
<script src="/js/script.js"></script>
</body>
</html>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment