Desktop View on Linux VPS | Low RAM Tutorial


SUBMITTED BY: Guest

DATE: Aug. 5, 2014, 12:37 p.m.

FORMAT: Text only

SIZE: 1.3 kB

HITS: 5300

  1. Desktop View on Linux VPS | Low RAM Tutorial
  2. 1. Uninstall and remove all unnecessary services using this command.
  3. apt-get purge apache2* bind9* samba*
  4. 2. Now Update your OS to make sure everything will work correctly.
  5. apt-get update
  6. apt-get upgrade
  7. 3. Now we install Nano (or any similar tool)
  8. apt-get install nano
  9. 4. Installing Desktop GUI (V.I) - This step might take a while for slow download speed vps's
  10. apt-get install xorg lxde-core tightvncserver
  11. 5. Now running your Desktop server (NOT FINAL STEP)
  12. tightvncserver :1
  13. 6. We stop the server for small Config. edit.
  14. tightvncserver -kill :1
  15. 7. Add last two lines in the following text (and make sure it's the same like this)
  16. nano ~/.vnc/xstartup
  17. xrdb $HOME/.Xresources
  18. xsetroot -solid grey
  19. #x-terminal-emulator -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &
  20. x-window-manager &
  21. # Fix to make GNOME work
  22. export XKL_XMODMAP_DISABLE=1
  23. /etc/X11/Xsession
  24. lxterminal &
  25. /usr/bin/lxsession -s LXDE &
  26. 8. Now restarting your VPS to make sure everything is fine.
  27. reboot
  28. 9. Now start your VNC and connecting to it.
  29. vncserver :1 -geometry 1024x768 -depth 16 -pixelformat rgb565

comments powered by Disqus