Collaborating by sharing screen or terminal

less than 1 minute read

tmate

Tmate is an instant terminal sharing application.

How to use it?

  1. run tmate
  2. run tmate show-messages
  3. get the web url from the result of last command

screen


About how to remote working together on a terminal session in linux.

Teacher side

screen -d -R hello

Students side

screen -x hello

Others potential options


  1. Open Broadcast Studio(obs) It’s a software to capture and stream it to a RTMP(Real Time Message Protocol) server.

  2. RMTP server(e.g. MonaServer) A server to receive stream, and play it.

  3. doitlive

  4. asciinema a tool to record your terminal operation, and replay it if you wish.

Updated:

Leave a Comment

Your email address will not be published. Required fields are marked *

Loading...