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 December 2, 2022 Block access to Facebook on Mikrotik These are the domains to harvest IP addresses for; .facebook.com.fbcdn.net.facebook.net Add your local src IP Subnet to the rule below, then repeat […]
Published December 18, 2012 Large BaditemLimit When moving mailboxes from Exchange x to Exchange 2010 the bad item limit is set at max of 50, if you have […]
Published July 21, 2008 Time Keeping in Linux Setting System Time To set the system clock under Linux, use the date command. As an example, to set the current time […]