Network: Difference between revisions

From DN Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(47 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[Category:Network]]
[[Category:Network]]
<div style="float:right;">__TOC__</div>
<div style="float:right;">__TOC__</div>
Hmmm. I seem to have badly broken netwiki so guess I'll just keep things here.
This has all moved to https://netwiki.davenoonan.com/ because... 
 
* I was tired of remembering syntax for both MediaWiki and DokuWiki. I use DokuWiki a ''lot'' more as that's the internal wiki for the network team.
----
* I was tired of MediaWiki hosing the logo every time I upgraded. I put the thing where it told me too but it's lost it about three times now.  DokuWiki upgrades have been seamless.
=== F5 ===
* I'm moving meditation to a different wiki and I picked DokuWiki for that one.
* [[F5 BIG-IP]]
 
----
=== Palo Alto Networks ===
* [[Palo Alto Networks]]
 
----
=== Arista ===
* [[Arista EOS]]
 
----
=== Software ===
* [[Firefox]]
* [[SecureCRT]]
* [[Cmd.exe]]
* [https://sourceforge.net/projects/googlesyncmod/ GO Contact Sync Mod] - Sync office contacts to GMail (Android)
 
----
=== Linux ===
* [[Bash]]
 
 
----
=== Windows ===
<code>netsh</code> is much better than ipconfig.
* <pre>netsh interface ip show config</pre>
** <pre>netsh interface ip show config "Local Area Connection 1"</pre>
To get the WLAN BSSID:
* <pre>netsh wlan show interfaces</pre>
Routing table
* <pre>route print -4</pre>
 
----
=== Resources ===
Random links and stuff.
* [https://landing.google.com/sre/books/ Google's Site Reliability Engineering Books]
* [https://blog.webernetz.net/ntp/ NTP] posts from [https://blog.webernetz.net Johannes Weber]

Latest revision as of 23:00, 26 August 2023

This has all moved to https://netwiki.davenoonan.com/ because...

  • I was tired of remembering syntax for both MediaWiki and DokuWiki. I use DokuWiki a lot more as that's the internal wiki for the network team.
  • I was tired of MediaWiki hosing the logo every time I upgraded. I put the thing where it told me too but it's lost it about three times now. DokuWiki upgrades have been seamless.
  • I'm moving meditation to a different wiki and I picked DokuWiki for that one.