Install Lightweight LXDE Desktop and VNC For Ubuntu or Debian VPS

I think, LXDE Desktop Environment use 10 - 30 MB of RAM. The maximum use of RAM is 50MB.

Make Ubuntu/Debian to the Latest Update.
  • apt-get update
Install Nano Text Editor

  • apt-get install nano

Install LXDE and VPN Programs.
  • apt-get install xorg lxde-core tightvncserver
Next, start the VNC to config file.
  • tightvncserver :1
Then stop the VNC.
  • tightvncserver -kill :1
Next, edit the config file to start session with LXDE.

  • nano ~/.vnc/xstartup
Add this at the bottom of the file.

lxterminal &
/usr/bin/lxsession -s LXDE &

Press Ctrl + X, then press "y" and press Enter

Then restart the VNC.
  • tightvncserver :1
Then download and install the VNC viewer.
http://www.realvnc.com/download/viewer/
    when you connect type your IP address along with your port number. The default port number is 5901
    Eg :- xxx.xxx.xxx.xxx:5901

    Comments

    Popular posts from this blog

    Connect Huawei Modem Linux - USB Modeswitch

    Department for Persons Registration of Sri Lanka

    Java Byte Code, Interpreter and JIT