Computing Technical Change Nagios web users password by William Rendell|Published September 7, 2022 htpasswd -c /etc/nagios/htpasswd.users nagiosuser Then enter new password for nagiosuser
Published August 5, 2010 ZyXEL 660R Half-Bridge Mode These little single-port routers have the ability to push the public IP address and all it’s traffic onto a single device connected […]
Published October 20, 2010 Sending an email using mutt from the cli Sometimes I have the need to send an email with an attachment directly from the console, to do this I use a […]
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 August 27, 2021 Block TikTok using Mikrotik /ip firewall filter add action=drop chain=forward dst-address-list=TikTok src-address=10.0.0.0/24 /ip firewall mangle add action=add-dst-to-address-list address-list=TikTok address-list-timeout=4w2d chain=prerouting content=.tiktok.com src-address=10.0.0.0/24 add action=add-dst-to-address-list address-list=TikTok address-list-timeout=4w2d […]