Computing Mikrotik Set physical port speed on Mikrotik by William Rendell|Published October 22, 2018 /interface /ethernet set [ find default-name=ether1 ] bandwidth=10M/10M
Published February 26, 2025 Check open for an open port From a Windows powershell terminal in the above just change name/ip-here to the name or ip of what you are testing then […]
Published November 19, 2020 SSH Notifications via email IP=”$(echo $SSH_CONNECTION | cut -d ” ” -f 1)”HOSTNAME=$(hostname)NOW=$(date +”%e %b %Y, %a %r”) echo ‘Someone from ‘$IP’ logged into ‘$HOSTNAME’ on […]
Published January 22, 2020 Remove IP from Fail2Ban Intrusion Detector fail2ban-client set JAILNAMEHERE unbanip IPADDRESSHERE
Published January 17, 2022 nmap quick guide nmap -sT targetIP/hostname nmap –script vuln targetIP/hostname -O trys to identify Operating System, example nmap -sT -O targetIP/hostnam