The home of William Rendell

Blog

FROM THE BLOG

Latest posts

Technical notes, renewable energy projects, useful fixes and updates.

Computing

Install Webmin on Rocky 10

sudo dnf update -y curl -o webmin-setup-repo.sh https://raw.githubusercontent.com/webmin/webmin/master/webmin-setup-repo.shsudo sh webmin-setup-repo.sh sudo dnf install webmin -y sudo systemctl enable webminsudo systemctl start webmin sudo systemctl…

Read more
Computing

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 master node…

Read more