# Open Up Hosts File
sudo vim /private/etc/hosts
vagrant up
vagrant ssh
sudo vim /etc/httpd/conf/httpd.conf
sudo service httpd restart
vagrant reload
# bring back to status quo
vagrant destroy
#keeps box saved in memory
vagrant suspend
#shuts box down entirely
vagrant halt
# lists ip addresses associated with vagrant box
ifconfig