diff --git a/css.css b/css.css index 2f36190..a064bef 100644 --- a/css.css +++ b/css.css @@ -23,7 +23,7 @@ h1, h2{ padding-bottom: 1vh; } -a{ +a, a:visited{ color: #feda6a; } @@ -36,6 +36,11 @@ img{ padding-right:1vw; } +li{ + font-size: 1.5em; + list-style: none; +} + .panel{ background-color: #393f4d; padding: 2vh 2vh 2vw 2vw; diff --git a/index.html b/index.html index 5fde555..5133710 100644 --- a/index.html +++ b/index.html @@ -14,8 +14,26 @@

networking cheat sheet

+ + +

TOC

+ +
+
- +

Ethernet Frame

@@ -47,7 +65,7 @@
- +

IPV4 Header

@@ -104,7 +122,7 @@
- +

IPv6 Header

@@ -139,7 +157,7 @@
- +

TCP Header

@@ -187,7 +205,7 @@
- +

UDP Header

@@ -207,7 +225,7 @@
- +

tcpdump

flags

-i nameCapture named interfaces, any for all @@ -233,7 +251,7 @@
- +

nmap

IPScan host LISTScan list @@ -252,7 +270,7 @@
- +

mtr

IPRun route to host -zResolve ASN @@ -267,7 +285,7 @@
- +

iptables

-vLShows rules hit counters -A chainAppend rule to chain @@ -279,14 +297,14 @@ -LList all rules, use -t for specific tables

chains

A chain defines a set of rules. They do not need either a source nor a destination. They can be applied to those later. - OUTPUT - When a package is sent + OUTPUT - When a package is sent directly INPUT - When a package is received FORWARD - When a package is forwarded USER DEFINED - You can define a user defined chain and apply it to any source/destination.
- +

Fibre cables color coding

 OM1/2 multi-mode  OM3 multi-mode @@ -296,11 +314,21 @@  OS1/2 single-mode APC with a green plug
- - - - - + + + +

SFP

+

SFP+

+ SFP 1 GbE + SFP+ 10 GbE + SFP28 25 GbE + QSFP+ 40 GbE + SFP56 50 GbE + QSFP28 100 GbE + QSFP56 200 GbE + QSFP-DD 400 GbE +
+

Provided by tuxstash.de