Ir para o conteúdo
ou

Software livre Brasil

 Voltar a CommandLineFu
Tela cheia Sugerir um artigo

View a terminal session remotely (helpdesks etc, like vncviewer but for terminals!)

9 de Setembro de 2009, 0:00 , por Software Livre Brasil - 0sem comentários ainda | Ninguém está seguindo este artigo ainda.
Visualizado 362 vezes
$ mkfifo ~/session; script -f ~/session

Type the command above in a terminal session on machine1, then on a remote machine2 do:

ssh ip.of.machine1 -l username cat session

Now, whatever is typed/displayed on machine1 terminal session is displayed on machine2!

Including cool stuff like http://www.commandlinefu.com/commands/view/3348/cycle-through-a-256-colour-palette

If terminal sizes are different, output may not always be correctly formatted. Ctrl-D on machine1 to end session

(If you don't have a remote machine to test from, just run 'cat session' in another terminal window to see the effect)

commandlinefu.com

by David Winterbottom (codeinthehole.com)


Fonte: http://www.commandlinefu.com/commands/view/3394/view-a-terminal-session-remotely-helpdesks-etc-like-vncviewer-but-for-terminals

0sem comentários ainda

Enviar um comentário

Os campos são obrigatórios.

Se você é um usuário registrado, pode se identificar e ser reconhecido automaticamente.