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 20, 2021 rsync local to remote qnap sudo rsync -ravzh /home/source/ admin@ipaddress:/share/destination
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 April 1, 2021 Changing the management IP of a VMware ESXi 6.7 host Manually change the management IP of a VMware ESXi 6.7 host Open a SSH session to the current management IP and run […]