Introduction to terminal multiplexers - Part 1 - #Screen #tmux #Byobu

preview_player
Показать описание
In this video we will learn about terminal multiplexers.

Screen website:

tmux website:

Byobu website:

My .dotfiles:

This video is part of the following playlists:

Table of Contents
00:00 Introduction
01:17 Terminal Multiplexers: Screen, Tmux, Byobu
03:34 Application lifecycle
08:21 Multiplexer lifecycle
11:53 Session lifecycle
15:17 Connecting multiple clients to the same session
20:19 Running byobu on login or as a shell
23:22 Detaching from sessions on purpose
26:07 The multiplexing part
30:06 Copy/Paste & Using the mouse
35:11 Sending commands to multiple windows & splits

Cheers and Happy Coding!

#tutorial
Рекомендации по теме
Комментарии
Автор

Table of Contents
01:17 Terminal Multiplexers: Screen, Tmux, Byobu
03:34 Application lifecycle
08:21 Multiplexer lifecycle
11:53 Session lifecycle
15:17 Connecting multiple clients to the same session
20:19 Running byobu on login or as a shell
23:22 Detaching from sessions on purpose
26:07 The multiplexing part
30:06 Copy/Paste & Using the mouse
35:11 Sending commands to multiple windows & splits

DevInsideYou
Автор

learning tmux or its derivatives really worth the efforts!

bokunochannel
Автор

I really like your presentation style. You give a lot of information quickly but you are very thorough. Everything felt understandable and I felt engaged the whole time. I also highly appreciate the Table of Contents.

glyakk
Автор

thanks for this you really go over the essentials while being both verbose and easy to comprehend. Very rare combination honestly.

matts
Автор

Great video. Just the right info I was looking for. Thanks for sharing.

joshuaspurgeon
Автор

thanks for creating and sharing this very useful video! It's great to see all the features and explanations.

tmuka
Автор

Hello from Brasil, thanks for the time you expend with your videos teaching us, I learn a lot about scala with them. Will be nice if you show a little about debugging scala. Thx again and a very nice new year for you, cheers.

henrique-wh
Автор

33:52 I also realized that if the $VISUAL and/or $EDITOR environment variables are configured then SHIFT+F7 will not only copy the history into the $BYOBU_RUN_DIR/printscreen file but it will also open it with the configured editor which is awesome! Here is an example configuration. Put the following into your ~/.profile

export VISUAL="/usr/bin/vim"
export EDITOR="/usr/bin/vim"

DevInsideYou
Автор

It makes me to remember I used this many years ago, then, gradually I forgot them. think about it, why we want to use so many sessions/terminals within one window?

gabrielgracenathanana
Автор

Can all the windows in the session be saved and after the host machine reboots, restored? The session with all saved windows (byobu tabs). "byobu-layout [save| restore]" did not automatically restore all those byobu tabs (windows) I had named. I lost all active ssh sessions in my splits.

r.in.shibuya
Автор

Another thing I do not like is the ligature. it does not make sense other than confuse people or show off. There are a lot of new stuff, those session ligature are legacy dead end stuff.

gabrielgracenathanana
Автор

Not really the topic of the video but how did you setup your VM? Like if I use VirtualBox it takes over the keys when it's fullscreen so I can't change Windows virtual desktops. What is your solution?

TheBitHero