2020-12-31

Port Forward using Ngrok

1. Visit
https://ngrok.com/
2. Download
https://ngrok.com/download
3. Register using unique key
4. Run
ngrok http 111 -host-header="localhost:1111"
5. Config
tunnels:
    proxy:
        proto: http
        addr: 8080
        host-header: localhost:8080
    gui:
        proto: tcp
        addr: 888
        host-header: localhost:888
x

Setup VNC on Ubuntu 20.04

  sudo apt update sudo apt install xfce4 xfce4-goodies sudo apt install tigervnc-standalone-server sudo apt install tightvncserver vncserver...