Format
This commit is contained in:
parent
0f26e0e51c
commit
c971d9b2d8
58
byobu.md
58
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
|
||||
|
@ -1,2 +1,7 @@
|
||||
|
||||
|
||||
Images
|
||||
------
|
||||
|
||||
convert -resize 50% image.jpg image.jpg
|
||||
|
||||
|
12
docker.md
12
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
|
||||
|
Loading…
Reference in New Issue
Block a user