Launches a VNC (Virtual Network Computing) desktop.
# To launch a VNC Server on next available display:
vncserver
# To launch a VNC Server with specific screen geometry:
vncserver --geometry widthxheight
# To kill an instance of VNC Server running on a specific display:
vncserver --kill :display_number