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 March 31, 2014 Mount a Windows share in Centos 6 mkdir /mnt/win yum install samba-client samba-common cifs-utils Edit the /etc/fstab file and add a line like: \\winbox\getme /mnt/win cifs user,uid=500,rw,suid,username=sushi,password=yummy 0 0
Published July 28, 2009 Changing your hosts file in Vista hosts file By default, if you try to modify your hosts file in Vista, it will not let you save it. It tells you […]
Published November 12, 2018 Send Mikrotik config via email This script will export the config from your mikrotik router and email it to your email address. The scheduled time between exports […]
Published February 26, 2020 Convert PFX SSL Cert to PEM openssl pkcs12 -in certname.pfx -out key.pem -nodes