permacomputing

Source repository for the main permacomputing wiki site
git clone http://git.permacomputing.net/repos/permacomputing.git # read-only access
Log | Files | Refs

commit 78ac7e843d343d6971a9d172ca216b7297d450d0
parent a27ef565b5c71fc05db303fcfcb89ec793f4edc5
Author: decentral1se <decentral1se@web>
Date:   Fri, 23 Aug 2024 12:02:07 +0200

init shared sysadmin page

Diffstat:
ACollective_system_administration.mdwn | 13+++++++++++++
1 file changed, 13 insertions(+), 0 deletions(-)

diff --git a/Collective_system_administration.mdwn b/Collective_system_administration.mdwn @@ -0,0 +1,13 @@ +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. + +Here's a few handy tools to get started. + +## Shared terminal + +* [tmux](https://github.com/tmux/tmux): simple, easy to install, single cursor +* [tmate](https://tmate.io): single cursor, shared tmux session, web share +* [zellij](https://zellij): multiple cursors, no web share + +## Screen sharing + +* [screensy](https://screensy.marijn.it/) ([source](https://github.com/screensy/screensy))