Last active
June 3, 2019 13:37
-
-
Save parthibx24/e1c6a840817e96e221467fefa93f91c0 to your computer and use it in GitHub Desktop.
./tightvnc-cnvy.sh
This file contains hidden or 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
| sudo apt update | |
| #sudo apt upgradge -y | |
| # TightVNC | |
| sudo apt install xfce4 xfce4-goodies -y | |
| sudo apt install tightvncserver -y | |
| # nmap | |
| sudo apt install nmap -y | |
| # Ngrok | |
| sudo curl https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-stable-linux-amd64.zip | unzip -d /usr/bin/ - | |
| sudo chmod +x /usr/bin/ngrok |
This file contains hidden or 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
| export USER=user | |
| export HOME=/home/user | |
| vncserver | |
| nmap localhost | |
| ngrok tcp ~port |
This file contains hidden or 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
| sudo dpkg --add-architecture i386 | |
| sudo apt update | |
| sudo apt-get install wine | |
| sudo apt-get install -f | |
| sudo apt-get install wine |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment