headless_ubuntu_server_with_a_thin_vnc_gui
This is an old revision of the document!
Table of Contents
Headless Ubuntu server with a thin VNC GUI
Ubuntu 10.04
As root, do:
# apt-get update # apt-get dist-upgrade # apt-get install --no-install-recommends xfce4 vnc4server xfce4-terminal gksu synaptic
Edit ~/.vnc/xstartup
, comment out or delete what's there, and put:
xfce4-session vncserver -kill $DISPLAY exit
This way the VNC session is destroyed when you log out.
To run the vnc server:
$ vncserver
Ubuntu 9.04
Install Ubuntu. I used 9.04. Then, as root, do:
# apt-get update # apt-get dist-upgrade # apt-get install --no-install-recommends xfce4 vnc4server xfce4-terminal xfce4-icon-theme gksu synaptic
Edit ~/.vnc/xstartup
, comment out or delete what's there, and put:
xfce4-session vncserver -kill $DISPLAY exit
This way the VNC session is destroyed when you log out.
To run the vnc server:
$ vncserver
headless_ubuntu_server_with_a_thin_vnc_gui.1272585765.txt.gz · Last modified: 2010/04/29 17:02 by tkbletsc