Collaborating by sharing screen or terminal
tmate
Tmate is an instant terminal sharing application.
How to use it?
- run
tmate
- run
tmate show-messages
- 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
-
Open Broadcast Studio(obs) It’s a software to capture and stream it to a RTMP(Real Time Message Protocol) server.
-
RMTP server(e.g. MonaServer) A server to receive stream, and play it.
-
asciinema a tool to record your terminal operation, and replay it if you wish.
Leave a Comment
Your email address will not be published. Required fields are marked *