Daily Archives: September 6, 2025
I need to be able to assign a value (price) to each type of wine (malaje, malavia, malapipa, etc…) in the columns, so that in the final column (Bottle Sales) will appear the total price of the wine sold. I’ve tried several formulas, but nothing works. I should also mention […]
The first NIC is in the 192.168.10.1/24 network, on the first pc. The second NIC has an IP address of 192.168.10.78 and connected to same network. The problem is this: we have third NIC in the second PC, in other network: 192.168.2.1/24 with an static ip of 192.168.2.2 I want […]
Recently, the sound stopped working in all virtual machines installed on VMWare Workstation Pro. On the host with Windows 10 and in VirtualBox, the sound works fine. When I try to turn on the sound card in the virtual machine, I get the following: Error toggling removable device: The default […]
Can RabbitMQ running in a Kubernetes cluster which consists of three nodes, continue to work when two nodes are lost? One node remains, persistent volume storage is configured, quorum queues are set up, the main question is whether it is possible to automate this mode of operation without losing the […]
While I was looking for a way to spoof a VM environment, I ran into the Qemu program, which I think it is good enough for my purposes. After converting my .vdi file to .qcow2 and run this script on PowerShell: & "C:Program Filesqemuqemu-system-x86_64.exe" ` -m 8G ` -cpu qemu64,model-id="Intel(R) […]