Skip to content

Instantly share code, notes, and snippets.

@dgershman
Created December 23, 2013 17:23
Show Gist options
  • Select an option

  • Save dgershman/8101081 to your computer and use it in GitHub Desktop.

Select an option

Save dgershman/8101081 to your computer and use it in GitHub Desktop.
setup_console_vnc_access
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