Ubuntu VNC

Server:

  1. Install VNC server under Ubuntu: $sudo apt-get install vnc4server

  2. Configure the VNC server, $vi ~/.vnc/xstartup
    change the style to gnome-session & in the last line.

  3. start the VNC server: $vncserver

Client:

  1. Install VNC client under Windows: use http:\IP:580$ID to log in.

Tips: For 10060 error, run $iptables -F to close firewall.