Update '0.virtualbox.md'
This commit is contained in:
parent
68b823571a
commit
7fc8a4560a
@ -59,7 +59,7 @@ qemu-img convert -f raw <vdisk-name>.img -O qcow2 <vdisk-name>.qcow2
|
||||
```sh
|
||||
alias vm='VBoxManage list vms && echo -e '\n' && VBoxManage list runningvms'
|
||||
alias vmstart='VBoxManage startvm "Rocky Linux" --type=headless'
|
||||
alias vmstop='VBoxManage controlvm SlackDB poweroff soft'
|
||||
alias vmstop='VBoxManage controlvm "Rocky Linux" poweroff soft'
|
||||
```
|
||||
|
||||
`source ~/.bashrc`
|
||||
Loading…
x
Reference in New Issue
Block a user