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 April 30, 2012 Batch file needs UAC I have a few batch files that run on a schedule, I have found though that they are not running properly? If […]
Published January 17, 2022 nmap quick guide nmap -sT targetIP/hostname nmap –script vuln targetIP/hostname -O trys to identify Operating System, example nmap -sT -O targetIP/hostnam
Published October 19, 2021 SCP command local to remote location scp -r /local/directory remote_username@ipaddress:/remote/directory
Published November 11, 2009 Simple Backup Script This is a simple backup script using a batch file, it writes to a log file, sends the log file by email […]