Enable desktop experience & RDP for Ubuntu 18.04 LTS VM in GCP
The script is
sudo apt-get update
sudo apt-get install -y xrdp
sudo apt-get install -y xfce4
sudo service xrdp restart
ubuntu
The script is
sudo apt-get update
sudo apt-get install -y xrdp
sudo apt-get install -y xfce4
sudo service xrdp restart
ubuntu