Created
June 18, 2011 18:59
-
-
Save joshmarshall/1033401 to your computer and use it in GitHub Desktop.
A session using mouseporter.py
This file contains 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
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