cloning and changing permissions in php.ini so we have our dispay_error function
chmod 777 /etc/php5/apache2/php.ini
cd /etc/php5/apache2
gedit /etc/php5/apache2/php.ini
and we're going to turned display error service on and refreshing the server
if we use control f (repeatedly tap) we can find 'display_errors' on it should be commented out so that our default is display_errors off
save the file exit the terminal
so when we're in Ubuntu we have to actually use the gear menu to shut down our machine instead of always using the virtualbox to poweroff the machine
we can clone our virtualbox images using machine clone and we should append the date to the image name using settings
we can use the php.net manuals to find functions like the built in functions