Skip to content

Instantly share code, notes, and snippets.

@parthibx24
Last active June 3, 2019 13:37
Show Gist options
  • Select an option

  • Save parthibx24/e1c6a840817e96e221467fefa93f91c0 to your computer and use it in GitHub Desktop.

Select an option

Save parthibx24/e1c6a840817e96e221467fefa93f91c0 to your computer and use it in GitHub Desktop.
./tightvnc-cnvy.sh
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
export USER=user
export HOME=/home/user
vncserver
nmap localhost
ngrok tcp ~port
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