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 February 28, 2010 Install ssh client on Linpus Linpus on an Acer Aspire One netbook, does not ship with an SSH client. To be fair its not probably needed by […]
Published May 10, 2010 How to delete an email from a postfix queue The below is what I do to delete an email from a Postfix queue. First we need to locate the email that […]
Published November 27, 2009 find large files in linux find <path> -size +10000k -print0 | xargs -0 ls -l http://linuxandfriends.com/2008/09/10/how-to-find-large-files-in-linux-using-command-line/
Published March 5, 2010 IIS redirects 301 What you are trying to accomplish here is to have one resource (either a page or an entire site) redirect a visitor […]