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 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 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 June 26, 2020 Change password on Windows using cmd In a cmd prompt run the below command net user username newpassword if the username contains a space do the below net […]