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
@anotherone32843 жыл бұрын
thanks
@danielwatson75403 жыл бұрын
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
@kurshadqaya16842 жыл бұрын
This is exactly my way of learning. You are the reason I start using it. Thank you very much!
@catryx1605 Жыл бұрын
the install command didnt work for me, do you think it because im on windows?
@macgeek21 Жыл бұрын
@@catryx1605 i think its cuz your a troll :P
@herrwolken3 жыл бұрын
That was just 12 minutes and 6 seconds of pure gold. Thank you!
@SanketKamble2010 Жыл бұрын
I agree!
@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
@madacsg4 ай бұрын
WOW, Thank You! Now I wish I read this before started to taking intensive notes... :D
@ManuelJordan3172 ай бұрын
Huge thanks for the extra content - a cold beer to you
@bsatyam2 жыл бұрын
Straight to the point, no BS! Exactly what I wanted.
@johnc46244 жыл бұрын
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-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.
@subhamshaw17263 жыл бұрын
those 12mins made me understand tmux work methods easy and now I am able to customize and increase productivity with tmux. Great video.
@VincentThePhotog4 жыл бұрын
3:48 Great tutorial. Had to chuckle at "... create a pane on my bottom..."
@KyungwonChun3 ай бұрын
This video is a great reminder of the key points of Tmux. Thanks.
@gambarimas6 ай бұрын
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!
@HiAdrian3 жыл бұрын
Your style and pace of explaining is really good, thanks for this!
@kochcj12 жыл бұрын
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.
@chrisp68822 жыл бұрын
Thanks! I was looking for a solution to this for the longest
@bukowa2 жыл бұрын
omg ty
@BunnyBunniee Жыл бұрын
tytytyty! :D
@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
@frankbuss2 жыл бұрын
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.
@ratnendrapandey45793 жыл бұрын
Very useful. Everything one wants to know to get started with tmux is nicely explained in this 12-minute video. Thanks
@ZuhaibMohammed4 жыл бұрын
Tip: You can watch the video at 1.5x speed. Great explanation :)
@EricShreve3 жыл бұрын
So glad I found this. This made getting started and comfortable with TMUX so easy.
@oscarwang96382 жыл бұрын
Compact basic knowledge about tmux in 12 mins. That's so helpful. Thanks.
@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 Жыл бұрын
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 Жыл бұрын
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-oq9vu11 ай бұрын
12 minutes and 6 seconds that changed my life
@popeadenuga10 ай бұрын
You saved me.... I will be joining your bootcamp cos I like your teaching strategy.
@pranaypallavtripathi2460 Жыл бұрын
This was exactly to the point tutorial. More importantly, the explaination was very clear. Thanks 👍
@iblackfeathers4 жыл бұрын
was reading ham vocke’s blog the other day on a tmux article written in 2015, then this video shows up a day later. :)
@merazhussain60224 жыл бұрын
Awesome Tutorial :) You really make it so easy to understand, thanks a ton for sharing your knowledge to the masses.
@mikehensley784 жыл бұрын
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 Жыл бұрын
This video was great. Much better than other TMUX videos. Thank you for spending your time to create this video!
@kekistanimythology58333 жыл бұрын
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).
@LocoFreeman3 жыл бұрын
Thanks chap, just getting into using tmux and this video really helped make sense of the differences between sessions and panes.
@crazytechguy57352 жыл бұрын
Understood loud and clear. Thanks for the video.
@rs-tarxvfz3 жыл бұрын
This is simplest tutorial. Thanks a lot. (I came here because i am preparing for CKA)
@NinuRenee4 жыл бұрын
Really nice tutorial, quick examples and explanations that save you more than thrice the time reading over useless stuff from the manpage, cheers!
@SaadShah11332 жыл бұрын
Great video, i was looking for silver but found gold.
@stucatz11302 жыл бұрын
fantastic video - got me up to speed so that I can decompress this zipped tar and not have my session drop!
@joemysterio2 жыл бұрын
This was the best video I've ever seen and heard. Thank you!
@MsShaun6669 ай бұрын
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.
@stacksmasher2 ай бұрын
Thanks for posting this! I was going crazy trying to use screen lol!!
@boy291-z8c Жыл бұрын
This is awesome!! Now thats what i call high quality content!
@sachinlomte20083 жыл бұрын
Thanks for short tutorial. Exactly what I needed.
@ievlevdmitriy2 жыл бұрын
Thanks man! That was amazingly easy to understand how to use tmux. This video is the really super convenient way to learn tmux
@brianradwanski65443 жыл бұрын
Exactly the crash course I was looking for. Thank you so much for your work.
@Phydoux21122 жыл бұрын
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 Жыл бұрын
Fantastic presentation and straight to the point. Such a great tutorial and I just loved it. Thank you very much.
@pepeshopping4 жыл бұрын
Nice. I discovered screen 30 years ago so it is still my default terminal manager.
@ericzedd2 жыл бұрын
Thank you for this video. I've learned so much in 12min.
@hnazmul Жыл бұрын
Super Wesome. Now I understood why TMUx is sooo Populer.
@dhatawesomedude7 ай бұрын
Really great video. Straight to the point Thanks mate!
@stevenhe34622 жыл бұрын
Very clear and intuitive. Good job!
@TooLazyToFail3 жыл бұрын
This was just what I was looking for. Thank you! Goodbye, Screen!
@michaelmueller96353 жыл бұрын
Resize panes: CTRL B + ALT(on hold) Arrowkeys(as multiple times as u want as long ALT as pressed)
@andyfaulkner66532 жыл бұрын
Thanks man! I was struggling with the whole concept and you broke it down perfect.
@oliverye552 жыл бұрын
super super helpful video! I love that you're so concise with your explanations
@russianvoodoo2 жыл бұрын
Just what I needed for my bootcamp practice. Thanks a lot.
@dougdecoursin9919 Жыл бұрын
Concise and easy to follow - cheers to you!!!
@goshmain982 Жыл бұрын
Amazing, love this video. Pure Gold.
@rahulmoorkoth23953 жыл бұрын
Nice one. These tools are really handy in day-to-day life.
@kamesh14263 жыл бұрын
Brilliantly explained. Instant sub.
@sarahghanei19973 жыл бұрын
thank you, That was a great tutorial better than all i have seen before.
@richtraube2241 Жыл бұрын
Super consise, clear. Very helpful. Thanks.
@dinindutheekshana22543 жыл бұрын
I succesfully learned so much things this video thank .Really appreciate
@connormusson92462 жыл бұрын
Perfect little intro tutorial, just what I needed! Thanks :)
@mubafaw3 жыл бұрын
Very good video the only video that was well detailed yet easy to follow. Thank you!!
@mkvalor4 жыл бұрын
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!
@itsnarayankundgir2 жыл бұрын
This is what I was looking for. Thank you!
@ElPikacupacabra Жыл бұрын
Thanks! Excellent tutorial, and to the point.
@sandeepkumar-sl1jr4 жыл бұрын
Awesome to the point tutorial. Now I understand how to use tmux. Thank you for creating this video :)
@s.espinoza11672 жыл бұрын
Thanks for this video, very good job! I would only add how to scroll up on tmux
@VinceBaileydns-direct3 жыл бұрын
Awesome best 12 mins ever nice one
@harrismwika3911 Жыл бұрын
I absolutely love you videos. Keep it up brother 👍
@henrike1625413 күн бұрын
great video! Very clear explanations!
@CrazySkillz153 жыл бұрын
Thanks for putting this together. Useful stuff!
@stevealsherif70852 жыл бұрын
The best one,, you make it clear and easy .. thank you
@martinaguiarpiriz10253 жыл бұрын
Short and clear, great!! Thank you.
@fizzymint3 жыл бұрын
That was a brilliant video - thankyou so much.
@The_One_0_04 жыл бұрын
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
@nikhilt37554 жыл бұрын
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
@ea98493 жыл бұрын
Really great introduction. Thank you.
@kishandewangan2 жыл бұрын
This just made my learning easy !!
@Ms.Robot.4 жыл бұрын
This is sweet! 🧚♀️💗 I love it! You have such beautiful lessons.
@Theinfographicguy13 жыл бұрын
Very nicely explained man! Everything was on point! Thanks
@DavidSoles2 жыл бұрын
Thanks for a very nice explanation.
@k-sansenpai77744 жыл бұрын
🤩Waited for a long time🤩 Great explanation...
@k-sansenpai77744 жыл бұрын
I can say to teacher that I learned more from an HackerSploit video then whole week practicals... 😂😂😂
@pabloqp7929 Жыл бұрын
Great video as usual!! Is there any way to achieve persistency nowadays? In case the machine shuts down
@shofyansky Жыл бұрын
thanks bro, simple exmplanation for newbie
@ManuelJordan3172 ай бұрын
Huge thanks for this video! a cold beer to you
@mdiaztoledo4 жыл бұрын
Nice tutorial, simple and usefull, I would like to see something more about resizing panes :)
@abdohatemeldosoky9 ай бұрын
Terminal based development is a bomb !!!!
@ahmadjadelrab Жыл бұрын
Explained very well, Thanks :)
@anandsomani52403 жыл бұрын
So simple and elegant.
@Najumulsaqib3 жыл бұрын
Thank you HackerSploit.
@kurshadqaya16842 жыл бұрын
Thank you very much! You persuaded me to start using it.
@Khushpich2 жыл бұрын
thanks, great tutorial and straight to the point
@hulkiciray42812 ай бұрын
You definitely watch this if you want to get a broad understanding of tmux
@rubayetulalam112611 ай бұрын
concise awesome intro for new users
@fidodido482 жыл бұрын
Nice series Hsploit. Keep up the good work. Now you've done tmux, how about screen tutorial as well?
@benjaminemori9089 Жыл бұрын
Thanks you sir... very very informative video!
@thomai52874 жыл бұрын
Thanks. Very focused and on point.
@neloangelo__134 жыл бұрын
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"
@nikhilt37554 жыл бұрын
leave him , he is a noob
@lucianatoledo60262 жыл бұрын
Thank you man for sharing this stuff
@pallavbakshi6124 жыл бұрын
📝*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 _ _ _ _