How to restart xorg or what ever window manager
$ vagrant ssh
[vagrant@mouse ~]$ sudo killall XorgHow to package and reuse?
$ vagrant up
$ vagrant package --base mouseHow to update and rebuild box locally after I've made changes to the Vagrantfile?
# make edits
$ vagrant up
$ vagrant package --base mouse
$ vagrant box remove mouse
$ vagrant box add --name mouse /path/to/mouse/packgage.box