Last active
May 3, 2023 07:37
-
-
Save henri/79cd55ff0cb028f3b8666bad3adbdc94 to your computer and use it in GitHub Desktop.
x11vnc cheat sheet
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
# auto detect password and xsession authority IPv4 local host and keep running after disconnect (-forever). | |
x11vnc -noipv6 -forever -listen 127.0.0.1 -usepw -find | |
# set a password (default location - ~/.vnc/passwd) | |
x11vnc -storepasswd |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment