Created
July 4, 2023 15:13
-
-
Save andreasbotsikas/4afbeadf4df512b51702fe6c4ebc846e to your computer and use it in GitHub Desktop.
virtual-machine-manager tips
This file contains 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
virsh list --a | |
virsh destroy win11 | |
virsh dumpxml win11 | |
virsh start win11 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment