Category: Virtualization / KVM / VirtualBox / xenserver

GNU Linux kvm virsh created snapshots do not show up in virt-manager
19.01.2025

if virsh (terminal) created snapshots do not show up in virt-manager, try the refresh button at the bottom good luck all involved related links: https://dwaves.de/2021/08/12/gnu-linux-how-to-kvm-qemu-start-clone-multiple-disks-snapshot-restore-revert-delete-shutdown-all-vms-start-all-vms-with-keyword-in-name-snapshot-all-vms-add-remove-disks/ https://dwaves.de/2020/12/05/gnu-linux-debian-10-11-how-to-install-kvm-virtualization-qemu-basic-virsh-commands-kvm-cheat-sheed-howto-workaround-virt-manager-emulator-may-not-have-search-permissions-for-the-path/

GNU Linux Debian 11 (bullseye) – how to install virtualbox 6.1
24.02.2022

lsb_release -a; # tested with Distributor ID: Debian Description: Debian GNU/Linux 11 (bullseye) Release: 11 Codename: bullseye su – root wget https://download.virtualbox.org/virtualbox/6.1.32/virtualbox-6.1_6.1.32-149290~Debian~bullseye_amd64.deb sha512sum 7e977fde8a2fc370d7df24f761e75eced308ea17037113db877bd799abec4a3a9b6324fcbfda2d2a67d63fbe23b822abbd36ab0f9af4fc5c352df04a97dbe550 # needs to be dpkg installed manually # install requirements apt update && apt upgrade apt […]

GNU Linux How To – kvm qemu cheat sheed – start – clone (multiple disks) – snapshot – restore-revert – delete – shutdown all vms – start all vms with keyword in name – snapshot all vms – add remove disks
12.08.2021

how to setup kvm on Debian: hostnamectl; # tested on Static hostname: lenovo Operating System: Debian GNU/Linux 10 (buster) Kernel: Linux 4.19.0-17-amd64 Architecture: x86-64 hostnamectl; # also on Operating System: Debian GNU/Linux 12 (bookworm) Kernel: Linux 6.1.0-17-amd64 hostnamectl; # also […]

GNU Linux Debian 10/11/Ubuntu – how to install kvm virtualization (qemu) – basic virsh commands – kvm cheat sheed – howto workaround virt-manager “emulator may not have search permissions for the path”
05.12.2020

BACKGROUND INFO: how does kvm use qemu? KVM (Kernel-based Virtual Machine) is a virtualization solution for Linux on x86 hardware. It allows running multiple virtual machines (VMs) on a GNU Linux host by leveraging hardware virtualization extensions such as Intel […]

GNU Linux – basic harddisks benchmarks with dd and fio (ssds  KINGSTON SKC600512G vs Samsung SSD 850 PRO vs Samsung SSD 860 EVO vs Samsung SSD 870 EVO 1TB) – ntfs vs ext4 – how fast are virtual harddisks?
13.11.2020

https://wiki.archlinux.org/title/benchmarking update 2025: very basic cross os distribution monitor harddisk speeds bash script by counting sector read write update 2022: next to the good old (non-destructive if used correctly) “dd” is still the way to go for benchmarking harddisks under […]

Windows (7) automatic reboot every 3 days at midnight taskschd.msc
04.09.2019

sometimes one wants to restart a windows vm every x days – to clean up RAM and Co. run task scheduler “Aufgabenplanung” %windir%\system32\taskschd.msc /s File/Datei -> New/Neu -> Basic Task/Einfache Aufgabe select or copy paste: %SystemRoot%\System32\shutdown.exe one has to scroll […]