Skip to content

Instantly share code, notes, and snippets.

@joshmarshall
Created June 18, 2011 18:59
Show Gist options
  • Save joshmarshall/1033401 to your computer and use it in GitHub Desktop.
Save joshmarshall/1033401 to your computer and use it in GitHub Desktop.
A session using mouseporter.py
user@localbox:~$ sudo apt-get install x2x
# On the remote machine...
user@remotebox:~$ sudo apt-get install x2x openssh-server
# Download the code from https://gist.github.com/1033384
# and save it to ~/bin on the local machine
user@localbox:~$ python bin/mouseporter.py 192.168.1.10
Session started... (type Ctrl-C to quit)
# ... and scroll to your right! :)
# after while hit Ctrl-C...
^CSession ended.
# try python bin/mouseporter.py -h for more options
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment