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 October 19, 2021 SCP command local to remote location scp -r /local/directory remote_username@ipaddress:/remote/directory
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 March 11, 2010 Test your ADSL line using the BT test account If you are unable to connect to ADSL using the login details provided by your ISP, then try the alternatives below to […]