In recent weeks, my team has had to virtualize many physical machines. These were mainly Windows client computers. As this was a recurring task, I created a script that simply pushes the existing hard disk into the vm using dd.

to get the running vms from our HV-Cluster i use a simple qm list (s...

In the last days i have to move some Docker Containers from one host to another. First i start by simple scp the /var/lib/docker Directory to the new place. However, I quickly realized that this would take too long (many small files). So i started looking for alternatives. I could still remember tha...

This is how to setup iDRAC's racadm tool on Proxmox 7/8. And iDRAC Service Module (iSM).

Install

Fetch the GPG key
curl -fsSL https://linux.dell.com/repo/pgp_pubkeys/0x1285491434D8786F.asc | \
gpg --dearmor -o /etc/apt/trusted.gpg.d/dell-apt-key.gpg
Add source file

Create a file at /etc/a...

Today my new Satechi USB-C Charger arrived https://www.amazon.de/dp/B09QRWDK7F

New Charger The charger is much lighter than the one that came with my Asus Zenbook (ux6404vv) The charger has completed its first charging processes without any problems. Now I asked myself the question "charges the laptop at...

I have had a PV system for almost 4 years. This includes an energy meter which I would like to install in my existing home automation system. To get the data from the energy meter, I looked at the technical specifications on the manufacturer's website and discovered that the energy meter sends data...