Google Cloudshell Free VPS with Docker-novnc and Ngrok - AUTOMATION
Go To https://shell.cloud.google.com and use the below commands
$ sudo su
$ git clone 'https://github.com/developeranaz/cloudshell-novnc-automation'
$ cd cloudshell-novnc-automation
$ bash vnc.sh
Go to https://ngrok.io in any browser & signin or signup, copy the ngrok auth token and paste in terminal
eg: 4OXX56rxxxI0zzZZYXXXXZ0_3xSAyW24irP0xxxxx0xx
After installing necessary pakages The script ends by giving a ngrok url section for accessing Vritual Machine. Access it by using your favourite browser
First Run
sudo su
To run the Beta Script, execute the following one-liner command:
mkdir ngrok; cd ngrok; curl 'https://raw.githubusercontent.com/developeranaz/cloudshell-novnc-automation/developeranaz-patch-1/vnc.sh' > vnc.sh; chmod +x vnc.sh; bash vnc.sh