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).
curl -fsSL https://linux.dell.com/repo/pgp_pubkeys/0x1285491434D8786F.asc | \
gpg --dearmor -o /etc/apt/trusted.gpg.d/dell-apt-key.gpg
Create a file at /etc/a...
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...
In my daily work, I often have to connect to different servers. However, these can only be administrated from certain IP addresses. That's why I've built a little helper plugin for the waybar. With this plugin it is possible to start/stop the existing systemd unit.
you know that i like opensource...
One of my daily companions is sway. sway is a tiling window manager that best meets my daily needs https://github.com/swaywm.A really good introduction to the world of Tiling Window Managers is this video:
Unfortunately, I have an Nvidia graphics card installed in my current...