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 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 […]
Published July 11, 2008 Install Webmin in Centos 5.2 I just installed the latest version of webmin on my CentOs 5 server. I have not used webmin in about 2 years, […]
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 […]