LBDG - Infrastructure

Home Assistant Device Hierarchy

How to use the new device hierarchy introduced by https://github.com/karwosts in the 2025.4 release of home assistant. Go to your energy dashboard. Then edit one of your individual devices Then you can select an upstream device. You can only select a device that is present on

Proxmox - Convert VHDX to QCOW2

Convert a Hyper-V VHDX to qcow2 proxmox. qemu-img convert -f vhd system_bdd.vhdx -O qcow2 system_bdd.qcow2 The qemu-img command is pre-installed on Proxmox, and can be used to convert (with the convert option) the "disk image filename" to another disk image format. And here'

QNAP - Vulnerability march 2025

QNAP vulnerability list of march 2025. Multiple vulnerabilities have been discovered in Qnap products. Some of these allow an attacker to trigger remote arbitrary code execution, data confidentiality breaches, and data integrity violations. Instructions to update (from QNAP) Updating QTS or QuTS hero 1. Log in to QTS or QuTS

InfluxDB reset admin password

Influxdb reset admin password If you don't remember a password, you can change it. To change the password of one user, use SET PASSWORD FOR user = 'newpassword'. You don't have the administrator password Firest, you need to stop the influxdb service service influxdb stop

InfluxDB change password user

Influxdb reset admin password If you don't remember a password, you can change it. To change the password of one user, use SET PASSWORD FOR user = 'newpassword'. You are the InfluxDB administrator Here's an exemple : You created a new user : bruce, but you did

LBDG - Infrastructure © 2026