This CLI script help you managing easily your Virtual Box's VM.
- Virtual Box Download Virtual Box
- VM installed with an IP address fixed and SSH activated (Debian, Ubuntu, Linux Mint...)
Just edit this variables :
- machine="name of your VM" Required
- version="version of your VM" Optional
- ip="ip of your VM" Required
- sshUser="ssh user of your VM" Required
usage: ./homeseay.sh [--version] [--help]
- up : Start VM
- pause : Pause VM
- resume : Resume VM
- save : Save of the VM and then stop it
- reboot : Reset VM
- stop : Power off VM
- ip : Get ip of your VM
- ssh : ssh connection with VM