Advertisement
Guest User

Untitled

a guest
Sep 5th, 2015
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. cd /dev/input/by-path
  2. sudo su
  3.  
  4. socat TCP:"$SERVER_IP:$SERVER_PORT" "GOPEN:$PWD/`readlink *kbd`"
  5.  
  6. socat "GOPEN:$PWD/`readlink *kbd`" TCP-LISTEN:"$SERVER_PORT",reuseaddr
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement