Created
December 23, 2013 17:23
-
-
Save dgershman/8101081 to your computer and use it in GitHub Desktop.
setup_console_vnc_access
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
| steps: | |
| install and set password | |
| - sudo apt-get install x11vnc | |
| - x11vnc -storepasswd | |
| create autostart entry | |
| - cd .config | |
| - mkdir autostart | |
| - cd autostart | |
| - nano x11vnc.desktop | |
| - paste following text: | |
| [Desktop Entry] | |
| Encoding=UTF-8 | |
| Type=Application | |
| Name=X11VNC | |
| Comment= | |
| Exec=x11vnc -forever -usepw -display :0 -ultrafilexfer | |
| StartupNotify=false | |
| Terminal=false | |
| Hidden=false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment