How To Install Vnc Server In Ubuntu <Noobs friendly>


SUBMITTED BY: vapingzooks

DATE: Jan. 30, 2016, 10:33 p.m.

FORMAT: Text only

SIZE: 1.1 kB

HITS: 20355

  1. i know there are some couple of tut in this already but this one is just simple and fast
  2. after you installed your OS ,, connect your vps with putty
  3. so start with
  4. sudo apt-get update -y
  5. then
  6. sudo apt-get install ubuntu-desktop -y
  7. after this type
  8. sudo apt-get install vnc4server -y
  9. and then
  10. sudo apt-get install gnome-panel -y
  11. you succefully install ubuntuDesktop :giddy::giddy:
  12. ... now type
  13. vncserver
  14. and enter your 8 digit password two times
  15. then kill the process
  16. vncserver -kill :1
  17. and edit the vncsever by
  18. vi .vnc/xstartup
  19. and edit like this :-
  20. #!/bin/sh
  21. # Uncomment the following two lines for normal desktop:
  22. unset SESSION_MANAGER
  23. # exec /etc/X11/xinit/xinitrc
  24. gnome-session –session=gnome-classic &
  25. gnome-panel&
  26. press ECS and then :WQ to save the file
  27. and then start the vncserver
  28. by typing :- vncserver
  29. and you done connect with your vps with tigervnc viewer = https://github.com/TigerVNC/tigervnc/archive/v1.6.0.zip
  30. enter ip address of your vps
  31. and 5901 in port
  32. and you done :)
  33. pm me for help ! :giddy::giddy::giddy::wink::awyeah::awyeah:

comments powered by Disqus