Last active
July 28, 2020 05:35
-
-
Save vietvudanh/b7e67856f1ff2233cae41892402a6faf to your computer and use it in GitHub Desktop.
Revisions
-
vietvudanh revised this gist
Jul 28, 2020 . 1 changed file with 5 additions and 3 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,8 +1,10 @@ # list vboxmanage list vms vboxmanage list runningvms # start VM=cent7_1 vboxmanage startvm $VM --type headless # stop vboxmanage controlvm Ubuntu poweroff soft -
vietvudanh created this gist
Jul 28, 2020 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,8 @@ # list VboxManage list vms VboxManage list runningvms # start VM=cent7_1 VboxManage startvm $VM --type headless