I often use shells to check the content of running docker containers (docker exec -it {container} /bin/sh). Often we only have Busybox
in the containers. To Master the work in running containers it is good to have a Documentation of the included vi
.
Busybox vi
is very simple im...
It's always nice when Murphy strikes. Today a new piece of software (beta) was to be presented to a customer. The creator of the software is on vacation and you can guess three times what happened. The software was tested again internally and it turned out that the login did not work.
As I am r...
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).
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...