Installing a minimal GUI + VNC
Posted
by
Malachi
on Ask Ubuntu
See other posts from Ask Ubuntu
or by Malachi
Published on 2011-02-19T21:35:49Z
Indexed on
2011/02/19
23:32 UTC
Read the original article
Hit count: 341
I have a fresh install of Ubuntu 10.04 Server on my VPS and would like to install a minimal GUI onto this and allow VNC access to.
Please could someone outline the steps required to set this up so that I can VNC to my machine under a newly created user account.
Create the user:
useradd -m -s /bin/bash -p password -d /home/usera userA
chown userA:users /home/usera
Install the GUI
sudo apt-get install --no-install-recommends ubuntu-desktop
Setup VNC
?
© Ask Ubuntu or respective owner