LXDE + xrdp

How to install Lightweight X11 Desktop Environment (LXDE) on Ubuntu.

apt-get update
apt-get install lxde

Now when we have installed lxde, let's install xrdp

apt-get install xrdp

Restart your sysrem

reboot 

Now you have Lightweight X11 Desktop Environment installed and operational. You can use remote desktop client to access it via rdp.

 

Was this answer helpful?

 Print this Article

Also Read

How to check connectivity/network speed of your VPS

If you concerned about network speed of your vps you can test it by downloading some test...

FreePBX

FreePBX is an open source GUI (graphical user interface) that controls and manages Asterisk (PBX)...

Set hostname

Set host name on Centos: /etc/sysconfig/network   HOSTNAME="mycomputer"...

Mysql

Installing mysql: yum install mysql-server Enter to mysql: mysql -u user -p password...

DDoS

Diagnostic To display how many http connections are open at the moment, enter: netstat |...