User contributions for Dave
Jump to navigation
Jump to search
15 February 2024
- 01:5601:56, 15 February 2024 diff hist +2 JunOS →Upgrading current
- 01:5601:56, 15 February 2024 diff hist +13 JunOS No edit summary
- 01:5501:55, 15 February 2024 diff hist +1,941 N JunOS Created page with "=General= ===Show Interface Info=== show interfaces descriptions show ethernet-switching interface brief show lldp neighbors show lldp neighbors interface ge-0/2/2 show interfaces media brief ===Show MAC Addresses=== show ethernet-switching table | find 38:17:c3:ca:59:16 show ethernet-switching table vlan-name [vlan-name] ===Restart Web Management=== restart web-management =SFP/Optics= show interfaces diagnostics optics show interfaces media..."
13 February 2024
- 02:1302:13, 13 February 2024 diff hist +17 Iptables →Insert Rule current
- 02:1302:13, 13 February 2024 diff hist 0 Iptables →Append Rule
- 02:1302:13, 13 February 2024 diff hist +39 Iptables →Append Rule
- 02:1202:12, 13 February 2024 diff hist −1 Iptables No edit summary
- 02:1102:11, 13 February 2024 diff hist −1 Iptables →Show rules, with line numbers and don't resolve IP's
- 02:1102:11, 13 February 2024 diff hist +6 Iptables →Delete a line, e.g. 35
- 02:1102:11, 13 February 2024 diff hist +858 N Iptables Created page with "===Show rules, with line numbers and don't resolve IP's=== iptables -nL --line-numbers ===Delete a line, e.g. 35=== iptables -D INPUT 35 ===Append Rule=== Allow single port from a network iptables -A INPUT -s [src-ip/sm] -p tcp -m tcp --dport [dest-port] -m conntrack --ctstate NEW -m comment --comment "[comment]" -j ACCEPT Allow multi ports from a network iptables -A INPUT -s [src-ip/sm] -p tcp -m multiport --dports [dest-port1],[dest-port2] -m conntrack --cts..."
- 02:0802:08, 13 February 2024 diff hist 0 Main Page →Filesystem
- 02:0802:08, 13 February 2024 diff hist +3 Main Page →Networking
- 02:0802:08, 13 February 2024 diff hist +12 Main Page →Networking
- 02:0702:07, 13 February 2024 diff hist 0 Git No edit summary
- 02:0602:06, 13 February 2024 diff hist +676 N Git Created page with "===Check status of the current repo=== git status ===Pull in latest changes from contributors=== git pull ===After you make changes to files in your git repo=== git add . git commit -m "what did you change?" git push -u origin master ===Diff between local head and your uncommitted changes=== git diff <filename> ===Discard uncommited changes=== git checkout -- filename ===Add New BitBucket Remote to Existing Local Repo=== If you already have an existing..."
- 02:0502:05, 13 February 2024 diff hist 0 Main Page →Filesystem
- 02:0502:05, 13 February 2024 diff hist +2 Ffmpeg →Convert Video to Audio-only current
- 02:0502:05, 13 February 2024 diff hist +17 Ffmpeg →Convert Video to Audio-only
- 02:0402:04, 13 February 2024 diff hist −1 Ffmpeg →Convert Video to Audio-only
- 02:0302:03, 13 February 2024 diff hist +17 Ffmpeg →Convert Video to Audio-only
- 02:0302:03, 13 February 2024 diff hist +363 N Ffmpeg Created page with "==Convert Video Format== Set bitrate same as audio bitrate from original file ffmpeg -i input.m4v -ab 192000 output.mp4 ==Convert Video to Audio-only== I don't think -f is required, as ffmpeg will otherwise use the file extension to determine format. -ab specifies audio bitrate. -vn specifies no video. ffmpeg -i input.mp4 -f mp3 -ab 192000 -vn output.mp3"
- 02:0302:03, 13 February 2024 diff hist +13 Main Page →Other
- 02:0202:02, 13 February 2024 diff hist +251 N ISC Bind Created page with "==Flush cache of a domain and all its subdomains== rndc flushtree name [view] Example: rndc flushtree website-to-flush.com internal ==Flush cache of a domain== rndc flushname name [view] Example: rndc flushname website-to-flush.com internal" current
- 02:0002:00, 13 February 2024 diff hist +3 Dnf →Install a Non-Default Module
- 02:0002:00, 13 February 2024 diff hist 0 Dnf →Install a Non-Default Module
- 02:0002:00, 13 February 2024 diff hist +3 Dnf →Install a Non-Default Module
- 02:0002:00, 13 February 2024 diff hist +262 N Dnf Created page with "==Packages== ===List Manually-Installed Packages=== dnf history userinstalled ==Modules== ===List All Modules=== dnf module list ===Install a Non-Default Module=== dnf module install [name]:[version]/[stream] or dnf module install nginx:1.16/common"
- 01:5801:58, 13 February 2024 diff hist +199 N Dd Created page with "==Copy a File and Flush Filesystem Buffers== ''('Tis a good to do when dealing with external storage devices such as USB sticks.)'' dd if=/path/to/input of=/path/to/output status=progress && sync" current
- 01:5701:57, 13 February 2024 diff hist −13 MediaWiki:Common.css No edit summary current Tag: Manual revert
- 01:5601:56, 13 February 2024 diff hist +2 MediaWiki:Common.css No edit summary Tag: Reverted
- 01:5601:56, 13 February 2024 diff hist −4 MediaWiki:Common.css No edit summary Tag: Reverted
- 01:5601:56, 13 February 2024 diff hist +3 MediaWiki:Common.css No edit summary Tag: Reverted
- 01:5501:55, 13 February 2024 diff hist +12 MediaWiki:Common.css No edit summary Tag: Reverted
- 01:5301:53, 13 February 2024 diff hist 0 MediaWiki:Common.css No edit summary
- 01:5301:53, 13 February 2024 diff hist +61 MediaWiki:Common.css No edit summary
- 01:5201:52, 13 February 2024 diff hist 0 MediaWiki:Common.css No edit summary
- 01:5201:52, 13 February 2024 diff hist +16 Main Page →Network Devices
- 01:5101:51, 13 February 2024 diff hist −16 Main Page →Network Devices
- 01:5001:50, 13 February 2024 diff hist −7 Cisco NX-OS →Add an Allowed VLAN to an Interface current
- 01:5001:50, 13 February 2024 diff hist +129 Cisco NX-OS →Add an Allowed VLAN to an Interface
- 01:4801:48, 13 February 2024 diff hist +5 Cisco NX-OS →Allow a VLAN Thru an Interface
- 01:4801:48, 13 February 2024 diff hist 0 Cisco NX-OS →Allow a VLAN Thru an Interface
- 01:4801:48, 13 February 2024 diff hist −2 Cisco NX-OS →Show Interfaces
- 01:4801:48, 13 February 2024 diff hist +18 Cisco NX-OS →vPC
- 01:4701:47, 13 February 2024 diff hist +23 Cisco NX-OS No edit summary
- 01:4601:46, 13 February 2024 diff hist +6 Cisco NX-OS No edit summary
- 01:4601:46, 13 February 2024 diff hist +2 Cisco NX-OS →Show MAC Table For A VLAN
- 01:4601:46, 13 February 2024 diff hist +605 N Cisco NX-OS Created page with "===Show Interfaces=== show int description show int status ===Show vPC Info=== show vpc br ===Show vPC Inconsistencies=== show vpc consistency-parameters vpc 7 ===Allow a VLAN Thru an Interface=== switchport trunk allowed vlan ADD 1635 ===vPC Config=== Example: interface port-channel2 description ResNet1 switchport mode trunk switchport trunk allowed vlan 163,171,220,230,241-246,2100-2117,2360 mtu 9216 vpc 2 ===Show MAC Table For A..."
- 01:1701:17, 13 February 2024 diff hist +1 Cisco IOS-XR No edit summary current
- 01:1601:16, 13 February 2024 diff hist +6 Cisco IOS-XR →Packet Capture