VNC setup on linux
I need to connect to the Ubuntu desktop from Mac machine, a vnc service is needed.
Install
apt-get install vnc4server
$vncpasswd
VNC Start with the different resolution
$vnc4server --geometry 1440x900 :1
$vnc4server --geometry 1600x1200 :2
VNC Stop
$vnc4server -kil :1
Configuration file
emacs ~/.vnc/xstartup
#!/bin/sh
# Uncomment the following