This is an old revision of the document!
Virtualisation
KVM
- compress
pigz -c ./MISOJ-auth.hdd > /home/vm/MISOJ-auth.hdd.gz
- decompress
pigz -d -c ./MISOJ-auth.hdd.gz > /home/vm/MISOJ-auth.hdd
- for windows 7 virtio last version 0.1.173-4
- centos 8 virtualization https://computingpost.medium.com/how-to-install-and-use-kvm-on-centos-stream-8-2816ca196ff6
- centos 7 configure with network manager https://www.server-world.info/en/note?os=CentOS_7&p=kvm
Qemu
- start qemu without libvirt <https://habr.com/ru/articles/728952/>
Virsh
- virsh cheatcode https://computingforgeeks.com/virsh-commands-cheatsheet/
Virsh from astra to redos
sed -i 's/pc-q35-7.2/pc-q35-6.1/g' ./vmconfig.virtnbdbackup.32.xml sed -i 's/<seclabel/<!--seclabel/g' ./vmconfig.virtnbdbackup.32.xml sed -i 's/<\/seclabel>/<\/seclabel-->/g' ./vmconfig.virtnbdbackup.32.xml