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

Mysql

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

Autorun in Linux

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

Backup script sample

#!/bin/bash echo "packing files in progress..." tar -cf /home/backup/root_lib-$(date...

FreePBX

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

Security tips for Linux server

1. Use only  strong passwords for all accounts , especially for root. Always use a secure root...