Brian Schell
チャンネル登録者数 883人
1万 回視聴 ・ 245いいね ・ 2019/04/27
We've covered a lot of apps already, and this is only video fifteen. One problem we often run into is that command line apps want to fill the entire screen, and that makes it difficult to run more than one app at a time. Today we look at a way to get multitasking!
In this video, I demonstrate how to set up Tmux, the terminal multiplexer, on your local machine or remote server. We'll set up split panes, move between them, resize them, and detach and attach sessions easily. We'll also very briefly look at the .tmux.conf configuration file.
It'll make your remote sessions a LOT more efficient and productive, and you only need to remember just a few keyboard commands.
Discussed in the video:
Install Tmux: sudo apt install tmux
Creating Panes (or split):
ctrl-b then % (down the middle)
ctrl-b then " (Across)
Manipulating Panes:
Switch: Ctrl-b + arrow keys
Resize: Ctrl-b + : (colon) then resize-pan -U 5 (or -D, -R, -L)
Sessions:
list sessions: Tmux ls
Attach: tmux attach-session -t 1 (session number)
Not mentioned in video:
New named session: new -s "name of session"
Attach to named session: tmux a -t "name of session"
My referral code for Digital Ocean is: https://m.do.co/c/e3b2745ebe49
pick up the book at http://goingtext.com/book
コメント
関連動画

Installing, Removing, manuals for Linux Apps with Figlet, Neofetch, AsciiView, and ImageMagick
898 回視聴 - 6 年前

Proxmox VLAN Configuration: Linux Bridge Tagging, Management IP, and Virtual Machines
132,186 回視聴 - 1 年前
再生方法の変更
動画のデフォルトの再生方法を設定できます。埋め込みで見れるなら埋め込みで見た方が良いですよ。
現在の再生方法: education
コメントを取得中...
コメントを取得中...