Published June 20, 2024 Disable Mikrotik Interface based on volume of data This is a simple and crude method to disable an interface based on the volume of data that has gone through it. […]
Published October 5, 2018 Difficulty setting up a new 365 account manual migration (Autodiscover issue)
Published November 23, 2020 Reset Mikrotik using reset button Unplug your device from the power Press and hold the reset button and apply the power When LED starts flashing, release the […]
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 […]