add i7 Server
This commit is contained in:
parent
9d5791de69
commit
4d2bef27da
2 changed files with 52 additions and 0 deletions
|
@ -119,6 +119,11 @@
|
|||
"url": "/systeme/epycServer.html",
|
||||
"type": "link"
|
||||
},
|
||||
{
|
||||
"name": "i7 Server",
|
||||
"url": "/systeme/i7Server.html",
|
||||
"type": "link"
|
||||
},
|
||||
{
|
||||
"name": "Backup Server",
|
||||
"url": "/systeme/backupServer.html",
|
||||
|
|
47
public/systeme/i7Server.html
Normal file
47
public/systeme/i7Server.html
Normal file
|
@ -0,0 +1,47 @@
|
|||
<!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.asrock.com/mb/Intel/B560M-ITXac/index.asp">ASROCK B560M-ITX/ac</a></li>
|
||||
<li><b>GPU: </b>Nvidia GeForce GTX 1070 </li>
|
||||
<li>
|
||||
<b>Arbeitsspeicher: </b>
|
||||
<ul>
|
||||
<li>2x 32GB G.Skill Ripjaws V 2666MHz DDR4</li>
|
||||
</ul>
|
||||
</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>2x <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>Gehäuse: </b>RACKMAX RM1104-660-HT</li>
|
||||
<li><b>Betriebssystem: </b><a href="https://www.proxmox.com/en/">Proxmox</a></li>
|
||||
</ul>
|
||||
<div class="center">
|
||||
<img src="/API/getFile.php?filename=img/epyc.jpg">
|
||||
</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>
|
Loading…
Reference in a new issue