https://gist.github.com/jacksonpires/2ddeb39873ca8092cd682327f36f6980
$ vagrant init # create a Vagrantfile inside the current folder
$ vagrant up # start vagrant machine
$ vagrant resume # resume suspended vagrant machine
$ vagrant suspend # save the state of the machine
$ vagrant halt # gracefully shutdown
$ vagrant destroy # remove everything of vagrant's machine
$ vagrant reload # will halt and up
$ vagrant ssh # SSH into the machine