brew install tmux
Run tmux -CC
or tmux -CC attach
in iTerm2 and then menu is shown on terminal:
- ESC to detach
- C to run commands
- X to force quit
- L for log
#################################### | |
# BASIC REQUIREMENTS | |
# http://graphite.wikidot.com/installation | |
# http://geek.michaelgrace.org/2011/09/how-to-install-graphite-on-ubuntu/ | |
# Last tested & updated 10/13/2011 | |
#################################### | |
cd | |
# Install dependencies |
alias wanip='curl -s ipinfo.io/$(dig +short myip.opendns.com @resolver1.opendns.com) | jq .' |
brew install tmux
Run tmux -CC
or tmux -CC attach
in iTerm2 and then menu is shown on terminal:
apt install -y docker-compose-plugin docker-compose
crée le ficher compose dans un dossier specific (par exemple ~/emby/compose.yaml
)
exemple de mon ficher ~/emby/compose.yaml
version: "3"