forked from akuhnet/w-colab
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |