Skip to content

Instantly share code, notes, and snippets.

@gumayunov
Created March 22, 2012 12:55
Show Gist options
  • Save gumayunov/2158147 to your computer and use it in GitHub Desktop.
Save gumayunov/2158147 to your computer and use it in GitHub Desktop.
Screen pair programming

User john (driver):

echo "multiuser on" >> ~/.screenrc
sudo chmod u+s /usr/bin/screen
sudo chmod 755 /var/run/screen

screen -S pairprog

Ctrl-a :acladd mike

User mike (after login on john machine):

screen -rx john/pairprog
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment