Linux Ubuntu Desktops
Table of Contents
1. Install RDP
-
Execute one of the following sets of instructions:
Expand for Ubuntu Install instructions
-
Via:
xrdp-
Install
sudo apt update && sudo apt install xrdp -y -
Confirm
sudo systemctl status xrdp -
Configure
sudo usermod -a -G ssl-cert xrdp -
Restart
sudo systemctl restart xrdpA reboot might be required.
-
Expand for Rhel Install instructions:
-
Via:
xrdp.x86_64-
Install
sudo dnf install xrdp.x86_64 -
Enable xrdp
sudo systemctl enable xrdp
-
Expand for Azure instructions
Please reference the Azure doc
-
-
Open firewall port
3389via instructions contained elsewhere in this document.
2. Install one or more of the following desktops…
RDP support will need to be installed in order to access the Desktop remotely via remote desktop.
|
2.1. LXDE
| This is a low resource desktop environment suitable for X Windows or RDP. |
-
Install
sudo apt update -y && sudo apt upgrade -y && sudo apt-get -y install lxde
2.2. XFce
| This is a low resource desktop environment suitable for X Windows or RDP. |
-
Install
sudo apt update -y && sudo apt upgrade -y && sudo apt install xfce4 xfce4-goodies -y
2.3. Cinnamon
| This will take a while… |
-
Install
sudo apt update -y && sudo apt upgrade -y && sudo apt install cinnamon-desktop-environment -y -
Verify
cinnamon --versionExampleCinnamon 5.2.7
2.4. GNOME
GNOME is probably installed by default.
|
-
Update the system first
sudo apt update -y && sudo apt upgrade -y -
Then one of the folowing:
-
Do this for a minimal install:
800MBsudo apt -y install ubuntu-desktop-minimal -
Or this one for a full install:
2GBsudo apt -y install ubuntu-gnome-desktop
-
-
GNOME Tweaks
sudo apt -y install gnome-tweaks
3. Select default desktop
-
View available Desktops and Select a different one
sudo update-alternatives --config x-session-managerExample desktopsThere are 2 choices for the alternative x-session-manager (providing /usr/bin/x-session-manager). Selection Path Priority Status ------------------------------------------------------------ * 0 /usr/bin/gnome-session 50 auto mode 1 /usr/bin/cinnamon-session 50 manual mode 2 /usr/bin/gnome-session 50 manual mode Press <enter> to keep the current choice[*], or type selection number: