website/public/systeme/i7Server.html
Jonas Leder ff731ce18e
add RAM
2022-05-20 16:29:28 +02:00

44 lines
2.1 KiB
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="i7 Server"></jl-header>
<div id = "content" >
<h2>Verbaute Hardware:</h2>
<ul>
<li><b>Prozessor: </b><a href="https://www.intel.com/content/www/us/en/products/sku/212047/intel-core-i711700k-processor-16m-cache-up-to-5-00-ghz/specifications.html">Intel® Core™ i7-11700K</a></li>
<li><b>Mainbord: </b><a href="https://www.gigabyte.com/Motherboard/Z590-D-rev-10#kf">Gigabyte Z590 Ultra Durable</a></li>
<li><b>Arbeitsspeicher: </b><ul>
<li>2x 32GB G.Skill Ripjaws V 2666MHz DDR4</li>
<li>1x 32GB Crucial 2666MHz DDR4</li>
</ul></li>
<li><b>10G NIC: </b><a href="https://support.hpe.com/hpesc/public/docDisplay?docId=emr_na-c02694717">HP NC523SFP</a></li>
<li><b>Netzteil: </b><a href="https://www.inter-tech.de/en/products/ipc/31-products/power-supplies/server-power-supplies/822-aspower-u1a-c20500-d">Inter-Tech ASPower 1U Single 500W</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><a href="https://geizhals.at/transcend-mte220s-ssd-1tb-ts1tmte220s-a1971682.html">1TB Transcend MTE220S NVME</a></li>
<li>HP Enterprise 100GB SSD (Bootlaufwerk)</li>
</ul>
</li>
<li><b>CPU Kühler: </b><a href="https://www.dynatron.co/product-page/l3">Dynatron L3 AIO</a></li>
<li><b>Gehäuse: </b>RACKMAX RM1104-660-HT</li>
<li><b>Betriebssystem: </b><a href="https://www.proxmox.com/en/">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>