Created
June 21, 2012 19:54
-
-
Save fforbeck/2968128 to your computer and use it in GitHub Desktop.
how to - pair programming with shared screen
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
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