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 June 4, 2013 Subnet Mask Cheat Sheet The below table shows the amount of hosts that are on a particular subnet.
Published February 3, 2015 What version of Centos is my server running? This post shows how to find out what version of Centos you are running from the command line. tail /etc/redhat-release This will […]
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 September 15, 2010 301 Redirect using PHP Using php you can permanently redirect one URL to another, using the below code in a php file; <?php header(“HTTP/1.1 301 Moved […]