Skip to content

Instantly share code, notes, and snippets.

@fforbeck
Created June 21, 2012 19:54
Show Gist options
  • Save fforbeck/2968128 to your computer and use it in GitHub Desktop.
Save fforbeck/2968128 to your computer and use it in GitHub Desktop.
how to - pair programming with shared screen
João -
1) ssh para maquina aonde ocorrerá o pareamento
$ ssh user@<ip>
2) nome para a sessão:
$ screen -S <nome_da_sessao>
3) ativar multiuser:
$ Ctrl-a :multiuser on
4) dar permissão:
$ Ctrl-a :acladd <id_usuario_a_conectar_na_sessao>
User X -
5) O usuário que pode se conectar a sessão x faz:
$ screen -x <nome_da_sessao>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment