Skip to content

Instantly share code, notes, and snippets.

@nlamirault
Created October 22, 2014 07:35
Show Gist options
  • Save nlamirault/759cf6e614d5398b02e5 to your computer and use it in GitHub Desktop.
Save nlamirault/759cf6e614d5398b02e5 to your computer and use it in GitHub Desktop.
simple terminal broadcasting
- On first terminal :
$ tcpserver -v 0.0.0.0 8888 tail -f /tmp/script
- On another terminal :
$ script -f /tmp/script
- Anyone that wants to view your session can simply run:
$ telnet $HOSTNAME 8888
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment