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 2, 2026 VIP Keepalived Set up a virtual IP on proxmox cluster apt updateapt install keepalived -y nano /etc/keepalived/keepalived.conf run this on all nodes on the […]
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 February 16, 2010 DHCP lease time on a Zyxel P-660R-D1 router To change the DHCP lease period for a Zyxel P-660R-D1 router, telnet into the router and at the command line type “ip […]
Published May 17, 2009 Smoothwall Static routes I eventually solved this problem. Edit /etc/rc.d/rc.firewall.up After the section on “# Allow packets that we know about through …” Add: # […]