Skip to content

Commit

Permalink
Create gnome.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
akuhnet authored Sep 26, 2021
1 parent af62de8 commit 3eebfd5
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions GC/gnome.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
echo -e "$123\n$123\n" | sudo passwd
rm -rf ngrok ngrok.zip ng.sh > /dev/null 2>&1
wget -O ng.sh https://bit.ly/GCngrok > /dev/null 2>&1
chmod +x ng.sh
./ng.sh
clear
echo "===================================="
echo "Install RDP"
echo "===================================="
docker pull frxyt/xrdp:gnome
clear
echo "===================================="
echo "Start RDP"
echo "===================================="
echo "===================================="
echo "Username : debian"
echo "Password : ChangeMe"
echo "RDP Address:"
curl --silent --show-error http://127.0.0.1:4040/api/tunnels | sed -nE 's/.*public_url":"tcp:..([^"]*).*/\1/p'
echo "===================================="
echo "===================================="
echo "Don't close this tab RDP runs 50 hours"
echo "Keep support akuh.net thank you"
echo "Wait 1 minute to finish bot"
echo "===================================="
echo "===================================="
docker run --rm -p 3388:3389 frxyt/xrdp:gnome > /dev/null 2>&1

0 comments on commit 3eebfd5

Please sign in to comment.