install gui ubuntu desktop 64bit


SUBMITTED BY: Guest

DATE: Feb. 27, 2014, 6:39 p.m.

FORMAT: Text only

SIZE: 398 Bytes

HITS: 69283

  1. apt-get purge apache2* bind9* samba*
  2. apt-get update && apt-get upgrade
  3. apt-get install ubuntu-desktop
  4. sudo /etc/init.d/lightdm restart
  5. dpkg-reconfigure xserver-xorg
  6. apt-get install tightvncserver
  7. vncpasswd
  8. 1 -geometry 1024x768 -depth 16 -pixelformat rgb565
  9. ps aux | grep Xtightvnc
  10. nano ~/.vnc/xstartup
  11. add this
  12. gnome-session &
  13. update-rc.d ssh defaults
  14. reboot

comments powered by Disqus