- Log in to a linux GCP VM from a Windows local machine via remote desktop
- (really) basic sh knowledge
- GCP Linux VMs come without Graphical User Interfaces (GUI).
- I need a RDP connection
I am not a linux person, so I made this repo to save infos that I'll forget soon.
I followed this tutorial: https://techviewleo.com/install-lxqt-desktop-environment-on-debian/
always exec this command, because yes:
sudo apt updateinstall a gui of your choice:
sudo apt install task-lxqt-desktop -yinstalling xRDP:
sudo apt -y install xrdpExec this commands to make xrdp not user dependent:
sudo systemctl enable xrdp
sudo systemctl restart xrdpKnow issues:
- Only connects to root user. Don't ask me why. I Appreciate any help