Google Cloud Platform(GCP): Access Linux Server using GUI running in GCP instance using Windows Remote Desktop Connection.
The first thing any new DevOps engineer would like to do in Google Cloud Platform is to spin up a Linux server in GCP and access it using the remote desktop connection.
The primary difficulty is that the Linux server started in GCP is in CLI mode and thus have no GUI of its own. So, we need to install GUI first using the command
#yum -y groupinstall "GNOME Desktop" && systemctl set-default…