This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[copy/paste] | |
https://www.tomica.net/blog/2019/01/fixing-urxvt-copy-paste/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo zypper install libvirt qemu virt-manager libvirt-daemon-driver-qemu qemu-kvm | |
sudo systemctl enable libvirtd | |
sudo systemctl start libvirtd | |
ERROR: "network 'default' is not active" | |
Solution 1: | |
sudo virsh net-list --all | |
sudo virsh net-start default |
OlderNewer