Complete tmux Tutorial

  Рет қаралды 318,953

HackerSploit

HackerSploit

Күн бұрын

Пікірлер: 312
@elpablo2314
@elpablo2314 4 жыл бұрын
Yes, I know the video is short, but this was my way of studying to understand it better and hopefully, it helps you find exactly what you're looking for :) all the commands are placed within the (parenthesis). Let me know if there are any errors or if I missed anything! Installing tmux: @0:50 Starting a session: (tmux) 1:20 tmux windows navigation explained: 1:30 panes explained: 2:20 verticle pane: (ctr+b %) 2:45 switching between panes: (ctr+b directionalArrowKey) 3:02 horizontal pane: (ctr+b ") 3:32 exiting a pane: (exit) 4:15 tmux windows explained further: 4:48 new window: (ctr+b c) 5:09 switching to different windows: (ctr+b #OfWindow) 5:32 renaming a window: (ctr+b , NewName) 5:59 exiting a window: (exit) 6:49 sessions: 7:03 detach a session: (ctr+b d) 8:04 viewing tmux sessions running in the background: (tmux ls) 8:19 reattaching to a session: (tmux attach -t nameOfSession) 8:45 renaming sessions: (tmux rename-session -t oldName NewName) 9:38 creating a named session: (tmux new -s nameOfSession) 10:05 deleting sessions: (tmux kill-session -t nameOfSession) 10:56
@anotherone3284
@anotherone3284 3 жыл бұрын
thanks
@danielwatson7540
@danielwatson7540 3 жыл бұрын
To be honest, this is most of the information that people will ever need. You don't need a fancy intro with loads of production effects. This is a great how-to video because of it's short but clear delivery
@kurshadqaya1684
@kurshadqaya1684 2 жыл бұрын
This is exactly my way of learning. You are the reason I start using it. Thank you very much!
@catryx1605
@catryx1605 Жыл бұрын
the install command didnt work for me, do you think it because im on windows?
@macgeek21
@macgeek21 Жыл бұрын
@@catryx1605 i think its cuz your a troll :P
@herrwolken
@herrwolken 3 жыл бұрын
That was just 12 minutes and 6 seconds of pure gold. Thank you!
@SanketKamble2010
@SanketKamble2010 Жыл бұрын
I agree!
@pablon3115
@pablon3115 Жыл бұрын
Thank you so much. All this summary about tmux was awesome. Here I leave mine about video tips plus more things I was collecting from other resources: - panes • create a new vertical pane: ctrl+b % • switch to the left/right pane: ctrl+b [🠔|➞] • change vertical/horizontal size (respectively): ctrl+b (and at the same time) [🠔|➞] | [🠕|🠓] • create a new horizontal pane: ctrl+b " • close current pane: exit - windows • windows are like a new terminal window bash where inside it new panes can be created. • create a new window: ctrl+b c • list windows: ctrl+b w • move to the next window: ctrl+b n • move to the previous window: ctrl+b p • move to a certain window: ctrl+b [index] • rename window: ctrl+b , - sessions • sessions are preserved until the system reboots. • detach a session: ctrl+b d • outside tmux: ◦ view sessions: tmux ls ◦ reattach to a session: tmux attach -t [session_name] ◦ rename a session: tmux rename-session -t [session_name] [new_session_name] ◦ create a new session: tmux new -s new_session ◦ kill a session: tmux kill-session -t [session_name] - kill tmux server: tmux kill-server - restore tmux session • install tpm: github.com/tmux-plugins/tpm ⁦• install tmux-resurrect plugin: github.com/tmux-plugins/tmux-resurrect • save a session: from within the session ctrl+b ctrl+s • restore a session: (like after rebooting the computer) ctrl+b ctrl+s
@madacsg
@madacsg 4 ай бұрын
WOW, Thank You! Now I wish I read this before started to taking intensive notes... :D
@ManuelJordan317
@ManuelJordan317 2 ай бұрын
Huge thanks for the extra content - a cold beer to you
@bsatyam
@bsatyam 2 жыл бұрын
Straight to the point, no BS! Exactly what I wanted.
@johnc4624
@johnc4624 4 жыл бұрын
This is the first thorough video that does not presume any prior knowledge of tmux (I am currently at 5:55 and still happy). I recommend this video.
@apenet-
@apenet- 4 жыл бұрын
This was such a useful tutorial. We were previously using tmux for the panes. Now we're also using it for detached processes. Thanks for making things clear.
@subhamshaw1726
@subhamshaw1726 3 жыл бұрын
those 12mins made me understand tmux work methods easy and now I am able to customize and increase productivity with tmux. Great video.
@VincentThePhotog
@VincentThePhotog 4 жыл бұрын
3:48 Great tutorial. Had to chuckle at "... create a pane on my bottom..."
@KyungwonChun
@KyungwonChun 3 ай бұрын
This video is a great reminder of the key points of Tmux. Thanks.
@gambarimas
@gambarimas 6 ай бұрын
Today I have decided to finally start learning and using tmux for my work, and this is the video I have chosen to guide my first steps. Thanks!
@HiAdrian
@HiAdrian 3 жыл бұрын
Your style and pace of explaining is really good, thanks for this!
@kochcj1
@kochcj1 2 жыл бұрын
Great video! Maybe I missed it in his explanation, but you have to release the Ctrl + B key combination before entering the subsequent tmux command.
@chrisp6882
@chrisp6882 2 жыл бұрын
Thanks! I was looking for a solution to this for the longest
@bukowa
@bukowa 2 жыл бұрын
omg ty
@BunnyBunniee
@BunnyBunniee Жыл бұрын
tytytyty! :D
@lightningfurystrike13
@lightningfurystrike13 Жыл бұрын
Thank you so much. This was extremely helpful. Co-worker just introduced me to tmux and now I'm about to do a lot with it. Thank you so much again
@frankbuss
@frankbuss 2 жыл бұрын
Thanks for the tutorial. Note: if you have only one tmux session running, you can just attach to it with "tmux attach". I do this for my remote server, in case the connection gets lost.
@ratnendrapandey4579
@ratnendrapandey4579 3 жыл бұрын
Very useful. Everything one wants to know to get started with tmux is nicely explained in this 12-minute video. Thanks
@ZuhaibMohammed
@ZuhaibMohammed 4 жыл бұрын
Tip: You can watch the video at 1.5x speed. Great explanation :)
@EricShreve
@EricShreve 3 жыл бұрын
So glad I found this. This made getting started and comfortable with TMUX so easy.
@oscarwang9638
@oscarwang9638 2 жыл бұрын
Compact basic knowledge about tmux in 12 mins. That's so helpful. Thanks.
@philsitumorang
@philsitumorang Жыл бұрын
This is just amazing! Thank you so much. When I switched to Alacritty I realized that I don't have tabs and sessions by default :). With tmux it's very easy to do.
@thimothelamoureux5718
@thimothelamoureux5718 Жыл бұрын
Thanks! Great video, straight to the point and well explained. This will give me a good head start with tmux. I also learned the bonus shortcut CTRL + l (lower case L) to clear the terminal content.
@Banikan
@Banikan Жыл бұрын
OMG, why didn't I know tmux long ago. Here I've be running multiple SSH sessions to same target just to have multiple shells.. and the whole sessions thing as well, just awesome. Totally reduces the annoyance of disconnects
@Rafael-oq9vu
@Rafael-oq9vu 11 ай бұрын
12 minutes and 6 seconds that changed my life
@popeadenuga
@popeadenuga 10 ай бұрын
You saved me.... I will be joining your bootcamp cos I like your teaching strategy.
@pranaypallavtripathi2460
@pranaypallavtripathi2460 Жыл бұрын
This was exactly to the point tutorial. More importantly, the explaination was very clear. Thanks 👍
@iblackfeathers
@iblackfeathers 4 жыл бұрын
was reading ham vocke’s blog the other day on a tmux article written in 2015, then this video shows up a day later. :)
@merazhussain6022
@merazhussain6022 4 жыл бұрын
Awesome Tutorial :) You really make it so easy to understand, thanks a ton for sharing your knowledge to the masses.
@mikehensley78
@mikehensley78 4 жыл бұрын
Agreed! Man pages only get you so far. I like the hacking videos but I love this type of video. Stuff an admin can use daily. Thanks HackerSploit!
@fourierautomation51
@fourierautomation51 Жыл бұрын
This video was great. Much better than other TMUX videos. Thank you for spending your time to create this video!
@kekistanimythology5833
@kekistanimythology5833 3 жыл бұрын
Thanks for that. Btw, anyone who is just interested in the tiling function and having different Terminal "workspaces" can just use the tilix Terminal. It's very easy to use and has all that. However, it's a GTK app and therefore can ony be used in DE's using a gtk framework (though I have seen people make it work on plasma), and of course, doesn't have the overall functionality that make tmux what it is (sessions and stuff).
@LocoFreeman
@LocoFreeman 3 жыл бұрын
Thanks chap, just getting into using tmux and this video really helped make sense of the differences between sessions and panes.
@crazytechguy5735
@crazytechguy5735 2 жыл бұрын
Understood loud and clear. Thanks for the video.
@rs-tarxvfz
@rs-tarxvfz 3 жыл бұрын
This is simplest tutorial. Thanks a lot. (I came here because i am preparing for CKA)
@NinuRenee
@NinuRenee 4 жыл бұрын
Really nice tutorial, quick examples and explanations that save you more than thrice the time reading over useless stuff from the manpage, cheers!
@SaadShah1133
@SaadShah1133 2 жыл бұрын
Great video, i was looking for silver but found gold.
@stucatz1130
@stucatz1130 2 жыл бұрын
fantastic video - got me up to speed so that I can decompress this zipped tar and not have my session drop!
@joemysterio
@joemysterio 2 жыл бұрын
This was the best video I've ever seen and heard. Thank you!
@MsShaun666
@MsShaun666 9 ай бұрын
Thanks so much for making this perfect summary. Just the right amount of info!
4 жыл бұрын
Tmux is a must for the robots. Thanks for the useful guide.
@stacksmasher
@stacksmasher 2 ай бұрын
Thanks for posting this! I was going crazy trying to use screen lol!!
@boy291-z8c
@boy291-z8c Жыл бұрын
This is awesome!! Now thats what i call high quality content!
@sachinlomte2008
@sachinlomte2008 3 жыл бұрын
Thanks for short tutorial. Exactly what I needed.
@ievlevdmitriy
@ievlevdmitriy 2 жыл бұрын
Thanks man! That was amazingly easy to understand how to use tmux. This video is the really super convenient way to learn tmux
@brianradwanski6544
@brianradwanski6544 3 жыл бұрын
Exactly the crash course I was looking for. Thank you so much for your work.
@Phydoux2112
@Phydoux2112 2 жыл бұрын
You know it's a great video when it's the first one I've seen by the creator and I subscribe to his channel. Great video. Hope to find more like it!
@fattah8864
@fattah8864 Жыл бұрын
Fantastic presentation and straight to the point. Such a great tutorial and I just loved it. Thank you very much.
@pepeshopping
@pepeshopping 4 жыл бұрын
Nice. I discovered screen 30 years ago so it is still my default terminal manager.
@ericzedd
@ericzedd 2 жыл бұрын
Thank you for this video. I've learned so much in 12min.
@hnazmul
@hnazmul Жыл бұрын
Super Wesome. Now I understood why TMUx is sooo Populer.
@dhatawesomedude
@dhatawesomedude 7 ай бұрын
Really great video. Straight to the point Thanks mate!
@stevenhe3462
@stevenhe3462 2 жыл бұрын
Very clear and intuitive. Good job!
@TooLazyToFail
@TooLazyToFail 3 жыл бұрын
This was just what I was looking for. Thank you! Goodbye, Screen!
@michaelmueller9635
@michaelmueller9635 3 жыл бұрын
Resize panes: CTRL B + ALT(on hold) Arrowkeys(as multiple times as u want as long ALT as pressed)
@andyfaulkner6653
@andyfaulkner6653 2 жыл бұрын
Thanks man! I was struggling with the whole concept and you broke it down perfect.
@oliverye55
@oliverye55 2 жыл бұрын
super super helpful video! I love that you're so concise with your explanations
@russianvoodoo
@russianvoodoo 2 жыл бұрын
Just what I needed for my bootcamp practice. Thanks a lot.
@dougdecoursin9919
@dougdecoursin9919 Жыл бұрын
Concise and easy to follow - cheers to you!!!
@goshmain982
@goshmain982 Жыл бұрын
Amazing, love this video. Pure Gold.
@rahulmoorkoth2395
@rahulmoorkoth2395 3 жыл бұрын
Nice one. These tools are really handy in day-to-day life.
@kamesh1426
@kamesh1426 3 жыл бұрын
Brilliantly explained. Instant sub.
@sarahghanei1997
@sarahghanei1997 3 жыл бұрын
thank you, That was a great tutorial better than all i have seen before.
@richtraube2241
@richtraube2241 Жыл бұрын
Super consise, clear. Very helpful. Thanks.
@dinindutheekshana2254
@dinindutheekshana2254 3 жыл бұрын
I succesfully learned so much things this video thank .Really appreciate
@connormusson9246
@connormusson9246 2 жыл бұрын
Perfect little intro tutorial, just what I needed! Thanks :)
@mubafaw
@mubafaw 3 жыл бұрын
Very good video the only video that was well detailed yet easy to follow. Thank you!!
@mkvalor
@mkvalor 4 жыл бұрын
It's a great intro to tmux -- but also it helps refresh the memory of those of us who have used tmux before, but have gotten away from it for a while. @HackerSploit do you mind replying here to tell what other software you use on Ubuntu for screencasting? (besides screenkey) Include what you use to edit videos as well if you can. Thanks in advance!
@itsnarayankundgir
@itsnarayankundgir 2 жыл бұрын
This is what I was looking for. Thank you!
@ElPikacupacabra
@ElPikacupacabra Жыл бұрын
Thanks! Excellent tutorial, and to the point.
@sandeepkumar-sl1jr
@sandeepkumar-sl1jr 4 жыл бұрын
Awesome to the point tutorial. Now I understand how to use tmux. Thank you for creating this video :)
@s.espinoza1167
@s.espinoza1167 2 жыл бұрын
Thanks for this video, very good job! I would only add how to scroll up on tmux
@VinceBaileydns-direct
@VinceBaileydns-direct 3 жыл бұрын
Awesome best 12 mins ever nice one
@harrismwika3911
@harrismwika3911 Жыл бұрын
I absolutely love you videos. Keep it up brother 👍
@henrike16254
@henrike16254 13 күн бұрын
great video! Very clear explanations!
@CrazySkillz15
@CrazySkillz15 3 жыл бұрын
Thanks for putting this together. Useful stuff!
@stevealsherif7085
@stevealsherif7085 2 жыл бұрын
The best one,, you make it clear and easy .. thank you
@martinaguiarpiriz1025
@martinaguiarpiriz1025 3 жыл бұрын
Short and clear, great!! Thank you.
@fizzymint
@fizzymint 3 жыл бұрын
That was a brilliant video - thankyou so much.
@The_One_0_0
@The_One_0_0 4 жыл бұрын
Wonderful job hackersploit😎 I have a suggestion that I think would be good I've never seen you cover RFI remote file inclusion vulnerability it would be interesting to see appreciate what you do! Thanks
@nikhilt3755
@nikhilt3755 4 жыл бұрын
he never covered buffer overflow popping shells also , he is not learning anything new , became shit these days , 80% of video contains talking theory shit over and over
@ea9849
@ea9849 3 жыл бұрын
Really great introduction. Thank you.
@kishandewangan
@kishandewangan 2 жыл бұрын
This just made my learning easy !!
@Ms.Robot.
@Ms.Robot. 4 жыл бұрын
This is sweet! 🧚‍♀️💗 I love it! You have such beautiful lessons.
@Theinfographicguy1
@Theinfographicguy1 3 жыл бұрын
Very nicely explained man! Everything was on point! Thanks
@DavidSoles
@DavidSoles 2 жыл бұрын
Thanks for a very nice explanation.
@k-sansenpai7774
@k-sansenpai7774 4 жыл бұрын
🤩Waited for a long time🤩 Great explanation...
@k-sansenpai7774
@k-sansenpai7774 4 жыл бұрын
I can say to teacher that I learned more from an HackerSploit video then whole week practicals... 😂😂😂
@pabloqp7929
@pabloqp7929 Жыл бұрын
Great video as usual!! Is there any way to achieve persistency nowadays? In case the machine shuts down
@shofyansky
@shofyansky Жыл бұрын
thanks bro, simple exmplanation for newbie
@ManuelJordan317
@ManuelJordan317 2 ай бұрын
Huge thanks for this video! a cold beer to you
@mdiaztoledo
@mdiaztoledo 4 жыл бұрын
Nice tutorial, simple and usefull, I would like to see something more about resizing panes :)
@abdohatemeldosoky
@abdohatemeldosoky 9 ай бұрын
Terminal based development is a bomb !!!!
@ahmadjadelrab
@ahmadjadelrab Жыл бұрын
Explained very well, Thanks :)
@anandsomani5240
@anandsomani5240 3 жыл бұрын
So simple and elegant.
@Najumulsaqib
@Najumulsaqib 3 жыл бұрын
Thank you HackerSploit.
@kurshadqaya1684
@kurshadqaya1684 2 жыл бұрын
Thank you very much! You persuaded me to start using it.
@Khushpich
@Khushpich 2 жыл бұрын
thanks, great tutorial and straight to the point
@hulkiciray4281
@hulkiciray4281 2 ай бұрын
You definitely watch this if you want to get a broad understanding of tmux
@rubayetulalam1126
@rubayetulalam1126 11 ай бұрын
concise awesome intro for new users
@fidodido48
@fidodido48 2 жыл бұрын
Nice series Hsploit. Keep up the good work. Now you've done tmux, how about screen tutorial as well?
@benjaminemori9089
@benjaminemori9089 Жыл бұрын
Thanks you sir... very very informative video!
@thomai5287
@thomai5287 4 жыл бұрын
Thanks. Very focused and on point.
@neloangelo__13
@neloangelo__13 4 жыл бұрын
To to share some of my tmux configs that I think are useful: set-option -g prefix C-a: I rebind "Ctrl b" to "Ctrl a", for me 'a' is easier to reach than 'b' set -g mouse on: so you can use mouse scroll while in tmux bind-key v split-window -h : so I can split pane vertically with "v" instead of % bind-key s split-window -v : so I can split pane horizontally with "s" instead of " Pane navigation for Vim users :) bind h select-pane -L bind j select-pane -D bind k select-pane -U bind l select-pane -R I also like to use "Shift + Left Arrow/Right Arrow" to move between windows sometimes instead of "Ctrl + *window number* bind -n S-Left previous-window bind -n S-Right next-window Also to highlight select in tmux, with set-g mouse on If you're on Linux, hold "Shift" If you're on Mac using iTerm, hold "option", or if you're using default Terminal app, hold "fn"
@nikhilt3755
@nikhilt3755 4 жыл бұрын
leave him , he is a noob
@lucianatoledo6026
@lucianatoledo6026 2 жыл бұрын
Thank you man for sharing this stuff
@pallavbakshi612
@pallavbakshi612 4 жыл бұрын
📝*Summary* Window index labeling starts from 0 not from 1. # Create a new session _$ tmux_ # Create a new session with name _$ tmux new -s _ # Attach to a particular session _$ tmux attach -t _ # Detach from a session _ d_ # Rename a session _$ tmux rename-session -t _ # List of sessions _$ tmux ls_ # Killing a session _$ tmux kill-session -t _ # Create a new window _ c_ # Go to window by number; here Window 0 _ 0_ # Close a window _exit_ # Rename a window _ ,_ # Create a new pane (vertical split) _ %_ # Create a horizontal pane _ "_ # Close a pane _exit_ # Move to left/right pane _ _ _ _
Switching To ZSH
28:13
HackerSploit
Рет қаралды 34 М.
you need to learn tmux RIGHT NOW!!
17:46
NetworkChuck
Рет қаралды 567 М.
СКОЛЬКО ПАЛЬЦЕВ ТУТ?
00:16
Masomka
Рет қаралды 2,5 МЛН
PIZZA or CHICKEN // Left or Right Challenge
00:18
Hungry FAM
Рет қаралды 15 МЛН
Tmux Tutorial for Beginners
11:58
Linux Training Academy
Рет қаралды 23 М.
Tmux has forever changed the way I write code.
13:30
Dreams of Code
Рет қаралды 1 МЛН
Настройка Tmux - использование, установка, плагины
18:37
Basic tmux Tutorial - Windows, Panes, and Sessions over SSH
11:24
tutoriaLinux
Рет қаралды 505 М.
Tmux in 100 Seconds
3:02
Fireship
Рет қаралды 537 М.
7 Amazing CLI Tools You Need To Try
18:10
Josean Martinez
Рет қаралды 386 М.
My Neovim & Tmux Terminal Dev Workflow As A Principal Engineer
9:22
DevOps Toolbox
Рет қаралды 53 М.
This may be my favorite CLI tool ever
8:15
typecraft
Рет қаралды 89 М.