A Vanity VNC server (or Joke over RFB)
ache
VNC is a well-known protocol for remote desktop sharing. This blog post is the story of a web project that led to the creation of a "vainity" VNC.
ache
VNC is a well-known protocol for remote desktop sharing. This blog post is the story of a web project that led to the creation of a "vainity" VNC.
admin
# May need to set up x11vnc password beforehand! # -forever and -loop are important to makes sure it keeps working nohup x11vnc -create -forever -loop -usepw & # noVNC git clone https://github.com/novnc/noVNC.git --depth 2 cd noVNC # Set up SSL openssl req -x509 -nodes -newkey rsa:2048...