Håvard Ose Nordstrand 2 yıl önce
ebeveyn
işleme
bf248d8412

+ 5 - 1
networking/dot1x-eap.md

@@ -1,5 +1,5 @@
 ---
-title: 802.1X/dot1x & EAP
+title: 802.1X & EAP
 breadcrumbs:
 - title: Network
 ---
@@ -14,4 +14,8 @@ breadcrumbs:
 - EAP-TLS requires the client device to have both the provider cert and a provider-provided client cert (with private key).
 - PEAPv0 with EAP-MSCHAPv2 without CA cert validation = bad and crackable.
 
+## 802.1X General
+
+- Aka dot1x.
+
 {% include footer.md %}

+ 5 - 3
networking/ipv6.md

@@ -7,8 +7,10 @@ breadcrumbs:
 
 ## Resources
 
-- [IETF RFC 8200, STD 86: Internet Protocol, Version 6 (IPv6) Specification](https://datatracker.ietf.org/doc/html/rfc8200)
-- [IETF BCP 204: Host Address Availability Recommendations](https://datatracker.ietf.org/doc/html/rfc7934)
+- [IETF RFC 7381: Enterprise IPv6 Deployment Guidelines](https://datatracker.ietf.org/doc/html/rfc7381)
+- [IETF RFC 7755: SIIT-DC: Stateless IP/ICMP Translation for IPv6 Data Center Environments](https://www.rfc-editor.org/rfc/rfc7755.html)
+- [IETF RFC 7934 (BCP 204): Host Address Availability Recommendations](https://datatracker.ietf.org/doc/html/rfc7934)
+- [IETF RFC 8200 (STD 86): Internet Protocol, Version 6 (IPv6) Specification](https://datatracker.ietf.org/doc/html/rfc8200)
 
 ## Special Prefixes
 
@@ -49,7 +51,7 @@ breadcrumbs:
     - While still needed for the full internet, internal networks may be IPv6-only.
 - Larger address space.
     - Simpler and more structured address plans.
-    - All subnets are /64 regardless of the number of hosts/interfaces.
+    - All subnets are /64 regardless of the number of hosts/interfaces (excluding e.g. /127 linknets).
     - Extra information can be embedded in the address.
 - No need for NAT.
     - Restores end-to-end princible.

+ 1 - 0
personal-device/applications.md

@@ -400,5 +400,6 @@ This is my ZSH setup preference, using Oh-My-ZSH with the Powerlevel10k theme an
     1. In `~/.zshrc`, set e.g. `plugins=(git docker docker-compose golang rust)`.
 1. Further customize `~/.zshrc`:
     1. (**TODO** OUTDATED) Example [zshrc](https://github.com/HON95/configs/blob/master/zsh/zshrc).
+    1. Prevent removing trailing slashes from auto-complete: `setopt no_auto_remove_slash`
 
 {% include footer.md %}