Published June 26, 2020 Change password on Windows using cmd In a cmd prompt run the below command net user username newpassword if the username contains a space do the below net […]
Published April 1, 2021 Changing the management IP of a VMware ESXi 6.7 host Manually change the management IP of a VMware ESXi 6.7 host Open a SSH session to the current management IP and run […]
Published October 11, 2013 TCPDUMP to sniff headers This tcpdump command will grab the first 1024 bytes (vs. smaller 68 or so) and line buffer the output for all packets […]
Published December 12, 2016 Mikrotik VPN place rule before dummy rule /ip firewall filter add chain=forward dst-address=”remoterange” src-address=”localrange” place-before=0 /ip firewall filter add chain=forward dst-address=”localrange” src-address=”remoterange” place-before=0