Collective_system_administration.mdwn (557B)
1 Collective system administration can be summarised as "doing things together on the terminal". It's a fun way to learn and make server maintenance a more social process. 2 3 Here's a few handy tools to get started. 4 5 ## Shared terminal 6 7 * [tmux](https://github.com/tmux/tmux): simple, easy to install, single cursor 8 * [tmate](https://tmate.io): single cursor, shared tmux session, web share 9 * [zellij](https://zellij): multiple cursors, no web share 10 11 ## Screen sharing 12 13 * [screensy](https://screensy.marijn.it/) ([source](https://github.com/screensy/screensy))