Last active
January 25, 2020 02:26
-
-
Save r618/7528744ad8cf40730796bd8fdf8024c4 to your computer and use it in GitHub Desktop.
[x11vnc server setup]
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
#!/bin/bash | |
# x11vnc -storepasswd | |
# -rfbauth ~/.vnc/passwd | |
# || | |
x11vnc -usepw -auth guess -forever -loop -noxdamage -repeat -rfbport 59000 -shared |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment