Skip to content

Instantly share code, notes, and snippets.

View pdonatilio's full-sized avatar

Paulo Roberto Donatilio Rego pdonatilio

View GitHub Profile
@pdonatilio
pdonatilio / startVmMachine.sh
Created May 18, 2019 13:48
Starting a virtualbox machine in headless mode getting your IP and access by ssh
#!/bin/bash
# Create by: pdonatilio, 2018
# Find the IP of an VBox VM by name and acess they by ssh with the user
# If the machine was not started this script will start it
#
# The command syntax
#
# ./startVmMachine <machine_name> <user_name>
#