Home [MacOS] tmux
Post
Cancel

[MacOS] tmux

1
2
3
brew install tmux
/opt/homebrew/opt/tmux/share/tmux
cp /opt/homebrew/opt/tmux/share/tmux/example_tmux.conf ~/.tmux.conf
1
2
3
tmux new -s <session_name>
tmux attach -t <session_name>
tmux ls
This post is licensed under CC BY 4.0 by the author.

[M1] /lib64/ld-linux-x86-64.so.2: No such file or directory

FastAPI에서 RedisCache 사용 방법 w docker-compose