Selaa lähdekoodia

Add partial guide

Håvard O. Nordstrand 4 vuotta sitten
vanhempi
commit
0c5971ad75

BIN
guides/network/juniper-ex3300-fanmod/_files/all-fans.jpg


BIN
guides/network/juniper-ex3300-fanmod/_files/back-fan.jpg


BIN
guides/network/juniper-ex3300-fanmod/_files/psu-back.jpg


BIN
guides/network/juniper-ex3300-fanmod/_files/psu-fan.jpg


BIN
guides/network/juniper-ex3300-fanmod/_files/switch-modded-2.jpg


BIN
guides/network/juniper-ex3300-fanmod/_files/switch-modded.jpg


BIN
guides/network/juniper-ex3300-fanmod/_files/switch-original.jpg


+ 28 - 0
guides/network/juniper-ex3300-fanmod/index.md

@@ -0,0 +1,28 @@
+---
+title: Juniper EX3300 Fan Mod
+breadcrumbs:
+- title: Guides
+- title: Network
+---
+{% include header.md %}
+
+## Overview
+
+Juniper EX3300 is an L3 switch with 24/48 Gigabit ports, 4 SFP+ ports and optional PoE. It's power usage isn't too bad and its fans aren't super noisy, but it can get even quieter. I'm not sure if I would mod the PoE versions due to higher power dissipation, so I'll disregard PoE versions in this small guide.
+
+It uses two beefy 40mm fans with standard 3-pin fan pinout, running at pretty low RPMs at idle. As my quiet replacement fans aren't as beefy and would not provide enough airflow at these low RPMs, I've connected them directly to the PSU 12V output to always run them at 100% (which is upstream of the original fan headers, so it should be completely fine).
+
+## Parts
+
+- 2x Noctua NF-A4x20 FLX
+- 2x fan cable extenders (due to short fan cables and to avoid modifying the fan cables themselves)
+
+## Images
+
+![Original switch](_files/switch-original.jpg)
+
+## Steps
+
+**TODO**
+
+{% include footer.md %}

+ 7 - 1
index.md

@@ -89,7 +89,7 @@ Random collection of config notes and miscellaneous theory. Technically not a wi
 
 ## Information Technology
 
-### Networking
+### Network
 
 - [IPv4](it/network/ipv4/)
 - [IPv6](it/network/ipv6/)
@@ -125,6 +125,12 @@ Random collection of config notes and miscellaneous theory. Technically not a wi
 - [CUDA](se/frameworks/cuda/)
 - [OpenMPI](se/frameworks/openmpi/)
 
+## Guides
+
+### Network
+
+- [Juniper EX3300 Fan Mod](guides/network/juniper-ex3300-fanmod/)
+
 <!--
 ## External Resources
 

+ 1 - 1
it/network/architecture.md

@@ -2,7 +2,7 @@
 title: Network Architecture
 breadcrumbs:
 - title: IT
-- title: Networking
+- title: Network
 ---
 {% include header.md %}
 

+ 1 - 1
it/network/ipv4.md

@@ -2,7 +2,7 @@
 title: IPv6 Theory
 breadcrumbs:
 - title: IT
-- title: Networking
+- title: Network
 ---
 {% include header.md %}
 

+ 1 - 1
it/network/ipv6.md

@@ -2,7 +2,7 @@
 title: IPv6 Theory
 breadcrumbs:
 - title: IT
-- title: Networking
+- title: Network
 ---
 {% include header.md %}
 

+ 1 - 1
it/network/switching.md

@@ -2,7 +2,7 @@
 title: Switching Theory
 breadcrumbs:
 - title: IT
-- title: Networking
+- title: Network
 ---
 {% include header.md %}
 

+ 1 - 1
it/network/wireless-basics.md

@@ -2,7 +2,7 @@
 title: Wireless Basics
 breadcrumbs:
 - title: IT
-- title: Networking
+- title: Network
 ---
 {% include header.md %}
 

+ 1 - 1
it/network/wlan.md

@@ -2,7 +2,7 @@
 title: WLAN Theory
 breadcrumbs:
 - title: IT
-- title: Networking
+- title: Network
 ---
 {% include header.md %}