Autres
AideEnLigne
CahierDeBrouillon
Présentation
Administration

MesLectures
[Articles publiés]
[Blog Affordance]
[LibreOffice en ligne]
[Journal d'Ophelia]
[Kim Khal]

Informations
[Rue 89]

DNS etc
[Robtex]
Logins
Votre ID: 111
Nom:
Login utilisateur
Mot de passe éditeur

ScreenAndTmuxViteFait

Afficher la révision 2

Cheat Sheet Screen

 prompt>screen -S <name>    # creates a screen and attach to it
 prompt>screen -dmS <name>  # creates screen but doesn't attach
 in-screen>^a d             # detach from screen 
 prompt>screen -r <name>    # reattach screen name
 prompt>screen -ls          # list screens
 prompt>screen -d <name>    # detach an already attached screen 
 in-screen>exit             # terminates screen session

 in-screen>^a c            # creates a terminal
 in-screen>^a "            # list terminals and choose one !
 in-screen>^a S            # splits terminal horizontally 
 in-screen>^a TAB          # move to new splitted and ...
 in-screen>^a c            # .. creates another terminal
 in-screen>^a K            # kill terminal (kill last one => kill screen session)

 in-screen>screen -x <name> # another user can share a scren