Skip to content

Instantly share code, notes, and snippets.

@BonfaceKilz
Created January 18, 2017 16:48
Show Gist options
  • Save BonfaceKilz/13d39c870521caf1320c4d208ce5e2f9 to your computer and use it in GitHub Desktop.
Save BonfaceKilz/13d39c870521caf1320c4d208ce5e2f9 to your computer and use it in GitHub Desktop.
Setting up a vnc to control another person's desktop
sudo pacman -S x11vnc
x11vnc -display :0 auth ~/.Xauthority

Set up any vnc viewer on the host machine

Finally run:

vncviewer <ipaddress>:0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment