Latest posts
Technical notes, renewable energy projects, useful fixes and updates.
How Home Assistant Plans My BLUETTI and EcoFlow Charging Around Octopus Agile Prices
Every afternoon at 5pm, my Home Assistant system looks at the next 24 hours of Octopus Agile electricity prices and creates a charging plan…
Read more →MX2’s 1st festival appearance
End of July 2026 Miles and Mason aka MX2 preformed at their first festival…. the Cheltenham 7’s festival.
Read more →Domains in postfix queue
The below command will list the domains in a postfix queue, with the numbers of mails for the domain.
Read more →Monitor postfix queue
That displays the queue summary and refreshes it every 30 seconds. Press Ctrl+C when you want to stop it.
Read more →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 →Add swap file into linux
If RAM = 4GBUse swap = 4GB–8GB If RAM = 8GBSwap = 2GB–4GB is fine
Read more →install Proxmox guest agent in Debaim
Step 1 – Install the QEMU Guest Agent inside Debian sudo apt updatesudo apt install qemu-guest-agent -y Step 2 – Enable and Start the…
Read more →Copy a file from Windows to Linux
scp C:\path\to\win11.vhdx root@192.168.100.21:/var/lib/vz/images/
Read more →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 →