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

Generating public/private ssh keys

How to generate and use public / private ssh keys This guide is tested on Centos 6 To...

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...

Autorun in Linux

To set a script to start at boot in CentOS, add it into /etc/rc3.d/S99local. For example:...

Fail2ban

Fail2ban scans log files (e.g. /var/log/apache/error_log) and bans IPs that show the...

Disabling selinux

Selinux annoying you? Get it out! How to disable selinux Open its config file nano...