How To extend/increase KVM Virtual Machine (VM) disk size
sudo qemu-img resize virtual-disk.qcow2 +10G
My Work Diary
sudo qemu-img resize virtual-disk.qcow2 +10G
As you knew google no longer support windows google pinyin, and my experience: Google pinyin slow down Windows 10 and windows 11. There is uninstaller in...
use Rufus to create a windows 11 bootable disk can fix it: using AveYo’s Media Creation Tool workaround script fixed it. (https://github.com/AveYo/MediaCreationTool.bat/blob/main/bypass11/Skip_TPM_Check_on_Dynamic_Update.cmd) download or make a...
if you can’t install mac os x update, download os x EI Capitan 10.7.5, I can’t install mac os x update: the installer payload failed signature...
macOS Sierra Patcher Tool for download full mac os x sierra macOSSierraPatcher
run command in terminital: sudo apt update sudo apt -y install qemu-kvm libvirt-daemon qemu-system qemu-utils python3 python3-pip bridge-utils virtinst libvirt-daemon-system virt-manager Ensure the vhost_net module is...
open terminal: find out the two USB drive file paths: lsblk dd if=’/dev/[path of input (source) device]’ of=’/dev/[path of output (destination) device]’ bs=4M. eg: dd if=/dev/sdd...