Thank you very much for this, worked well.
There is something that needs to be corrected in item 6.
sudo apt-get tightvncserver
should be:
sudo apt-get install tightvncserver
CODE: SELECT ALL
myMac ~ $ ssh pi@192.168.1.8 # instead of 198.168.1.8, use the IP address of your pi
pi@192.168.1.8's password:
Linux raspberrypi 3.10.25+ #622 PREEMPT Fri Jan 3 18:41:00 GMT 2014 armv6l
pi@raspberrypi ~ $ sudo apt-get install tightvncserver # download the VNC server
pi@raspberrypi ~ $ tightvncserver # start the VNC server
pi@raspberrypi ~ $ vncserver :0 -geometry 1920x1080 -depth 24 # start a VNC session