diff --git a/byobu.md b/byobu.md index 2de597a..be3bc65 100755 --- a/byobu.md +++ b/byobu.md @@ -1,32 +1,30 @@ -Create -====== -F2 Create a new tab - -Shift-F2 Split horizontally --- -Ctrl-F2 Split vertically | - - -Move -==== -Alt-←→ Change tab -Alt-↓↑ Change session -Shift-←→↓↑ Change split -Alt-↟↡ Move in history - - -Rename -====== -F8 Rename tab -Ctrl-F8 Rename session - - -Delete -====== -Ctrl-F6 Delete split in focus (delete tab if no split) - - -Other +Byobu ===== -F6 Detach from session -F1 Help + +Shortcuts +--------- +### Create +- `F2`: Create a new tab +- `Shift-F2`: Split horizontally --- +- `Ctrl-F2`: Split vertically | + + +### Move +- `Alt-←→` Change tab +- `Alt-↓↑` Change session +- `Shift-←→↓↑` Change split +- `Alt-↟↡` Move in history + + +### Rename +- `F8`: Rename tab +- `Ctrl-F8`: Rename session + +### Delete +- `Ctrl-F6`: Delete split in focus (delete tab if no split) + + +### Other +- `F6`: Detach from session +- `F1`: Help diff --git a/commandes.md b/commandes.md index 4380dcb..1bfc1b8 100755 --- a/commandes.md +++ b/commandes.md @@ -1,2 +1,7 @@ + + +Images +------ + convert -resize 50% image.jpg image.jpg diff --git a/docker.md b/docker.md index db0368c..a8f086a 100755 --- a/docker.md +++ b/docker.md @@ -1,8 +1,8 @@ -docker build -t project/name . + docker build -t project/name . -Interactif: +Run interactif: docker run -it project/name bash @@ -14,11 +14,17 @@ Connection to an running container: Inspection de docker -------------------- -dive project/name (apt install dive) + +Use dive + + dive project/name (apt install dive) +Going deeper +============ + docker swarm ------------ docker swarm init