putting a woman in the thumbnail for a linux tutorial is diabolical
@LinuxTrainingAcademy20 күн бұрын
It's all part of the plan to teach the world Linux!!!!
@alexandrerodriguez8723Ай бұрын
Still useful 9 years later, I've got half of your crash course on a flash card system and will come back to it for 3 days or more! :)
@BOOSTEDDUDEАй бұрын
Nice & clearly explained! Sub'd
@FoxxyBonnАй бұрын
Thank you very much:)
@kernelpanic-x64Ай бұрын
With Alma and Rocky there is no real reason to stay on CentOS stream
@LinuxTrainingAcademyАй бұрын
Welcome to the party!
@RubenEggersАй бұрын
My machine doesn't have the help function, installing it also does not work. Now what? It is debian-based btw.
@dr4g7092 ай бұрын
THIS IS THE BEST TUTORIAL EVER!
@shanemhartley2 ай бұрын
GOATED man page tutorial sir
@temirbek2 ай бұрын
how to stop that running seconds? )
@LinuxTrainingAcademy2 ай бұрын
Type Ctrl-C
@michaelharmon55023 ай бұрын
If using it on a mac, it it command-b instead of control-b for all these commands? Control-b doesn't do anything, neither does command-b. This is a new tmux install via homebrew. Any help would be appreciated. EDIT: The problem was the terminal emulator program I was using. When using Konsole by KDE, the control-b key doesn't work. I switched to the default macOS terminal and it works. Yay!
@LinuxTrainingAcademy3 ай бұрын
No. (However.... in the future I would encourage you to run mini experiments; in this case type command-b and see what, if anything, happens.)
@michaelharmon55023 ай бұрын
@@LinuxTrainingAcademy Thanks for the tip. And thanks for making the video too!! I learned a lot.
@abhishekshah113 ай бұрын
Very helpful to get started with tmux! Thank you
@HeydrMustafayev-ht9fm3 ай бұрын
Thanks
@l53863 ай бұрын
Awesome tutorial. I've been a linux hobbyist for 20 years and now I finally know what all this stuff I always gloss over mean
@veterantruthtube32984 ай бұрын
lol i also clicked for the blond woman to. that was click bate lol.
@veterantruthtube32984 ай бұрын
will it teach me how to run or open a program in linux command line? because i don't know how?
The terminology itself is the barrier here. You're speaking a language that one would only understand if they already knew what you are trying to teach lol
@LinuxTrainingAcademy5 ай бұрын
Agreed. This video is not for those new to Linux.
@MykeHawke-r9r6 ай бұрын
Thank you for making this video
@bestehefueralle6 ай бұрын
I love how your terminal renders text from the manpages and less' help!
@2u841r7 ай бұрын
very good
@dharaniarumugam63207 ай бұрын
Can you please tell me steps for Zscaler root certificate installation in Red hat Linux
@mdhvdubey7 ай бұрын
using a woMAN thumbnail for teaching MAN guarantees MEN watching this video.
@Sojiebee8 ай бұрын
why is the italic underlined instead of italic
@ganesh_nama8 ай бұрын
very good information sir , thank you a lot..
@LinuxTrainingAcademy8 ай бұрын
You're very welcome!
@alfonsomendoza74298 ай бұрын
Thank you for share us your experience, I managed to setup my proyect successfully following your guide!
@LinuxTrainingAcademy8 ай бұрын
Awesome... congrats!
@ramirroxd69868 ай бұрын
i cannot get ctr+b to ever work, i have tried everything
@LinuxTrainingAcademy8 ай бұрын
1. Check Tmux Installation First, ensure that Tmux is correctly installed and running by opening a terminal and typing tmux. If Tmux starts successfully, you should see a new session with a green status bar at the bottom. 2. Verify the Prefix Key You must press and hold the Ctrl key and then press the B key. After releasing both keys, you should immediately press the desired command key (e.g., D to detach, C to create a new window). 3. Keyboard Layout and Language Settings If the keyboard layout or language setting is different from English (US), the placement of the keys might vary, making the Ctrl+B combination not work as expected. Check your keyboard settings and ensure you're pressing the correct keys. 4. Custom Key Bindings It's possible that the Ctrl+B binding has been overridden by a custom configuration in the ~/.tmux.conf file. You can check this file for any line that starts with set -g prefix and see if the prefix key has been changed. If you want to revert to the default, you can either remove this line or set it to set -g prefix C-b. 5. Conflicting Applications Another application running in the background may intercept Ctrl+B before it reaches Tmux. This can include terminal emulators with their own shortcuts, screen readers, or other accessibility tools. You should try closing other applications or changing the conflicting shortcut in those applications. 6. Test with a Different Terminal Emulator Sometimes, the issue might be with the terminal emulator itself. Try a different terminal emulator to see if the problem persists. 7. Reset Tmux Configuration If you have made changes to the Tmux configuration and suspect that might be the cause, you can try moving or renaming your ~/.tmux.conf file and restarting Tmux to see if the issue resolves. This can be done with the command: mv ~/.tmux.conf ~/.tmux.conf.backup. 8. Ensure Tmux is Responding Finally, make sure that Tmux is responsive. Open Tmux and try pressing Ctrl+B, followed by : to bring up the command prompt at the bottom of the window. If this works, Tmux is responsive, and the issue is likely related to how you are pressing the keys or a specific command you are trying to use.
@ramirroxd69868 ай бұрын
@@LinuxTrainingAcademy whoa thanks , it works now actually , i figured it out , and not to my surprise it was such a silly little workaround. im become quite a pro with tmux now XD
@informatik018 ай бұрын
Agree with others: this is probably the best introductory video tutorial on tmux. Thank you!
@LinuxTrainingAcademy8 ай бұрын
Thanks! Glad you enjoyed it!
@MichaelCampbell019 ай бұрын
Been using tmux for years, but learned a few shortcuts here. Thanks.
@LinuxTrainingAcademy9 ай бұрын
You're welcome... glad it helped!
@developer_cha1nsaw9 ай бұрын
best beginner video on tmux ever
@LinuxTrainingAcademy9 ай бұрын
Glad it helped!
@SomethingOrganic-m7e10 ай бұрын
Alright. Man pages are still a PITA to read, but I do have a better idea of how to read them now.
@LinuxTrainingAcademy10 ай бұрын
I love that when I'm looking at a man page on a specific system, I *know* the documentation is correct and will work as described. That's unlike searching on the internet, where you'll quite possibly find documentation for a different version or implementation of the command.
@susiebaka338810 ай бұрын
how do you get the domain to even point to your server in the first place
@LinuxTrainingAcademy10 ай бұрын
You register a domain with a domain registrar, like this one: www.linuxtrainingacademy.com/1and1
@JibranAnjumChughtai11 ай бұрын
Great man...
@alizolghadr152811 ай бұрын
AMAZING video! I did not expect the girl in the thumbnail to have such a manly voice though - no pun intended.
@Marcus001 Жыл бұрын
This will make it easier to remove GUI from my life
@thitisanph Жыл бұрын
Thank you.
@armandnouri8207 Жыл бұрын
This video needs an update.
@LinuxTrainingAcademy Жыл бұрын
What has changed since this video was released that needs an update?
@vviimmi Жыл бұрын
i think i will pick up vim 😂
@nightshade37 Жыл бұрын
Thank you, this was just what I needed. I’m not a novice, but I needed something that would cover the smaller topics in a large topic like linux sys admin. I’m very capable of finding granular information, but you can’t look for information if you don’t know the topics.
@LinuxTrainingAcademy Жыл бұрын
I'm glad this video helped!
@TonyGonzales Жыл бұрын
Excellent teaching style, learning through doing is key for me. Just the right amount of review smuggled in also, thanks for this launchpad.
@LinuxTrainingAcademy Жыл бұрын
Thanks for the kind words. Glad it helped!
@uajoku Жыл бұрын
Very invaluable. I just learnt something so useful from this video.
@LinuxTrainingAcademy Жыл бұрын
I'm glad it was helpful to you!
@linuks87 Жыл бұрын
I questioned myself, how don't know this yet? Thank you so muck
@LinuxTrainingAcademy Жыл бұрын
You're welcome!
@PCMrTrickster Жыл бұрын
Thanks for your video. I think you could mention also about [Ctrl-b w] which is probably more convenient than [Ctrl-b s] as it shows list of all sessions and windows currently available. But anyway thanks for your job - not only this video but also all Linux lessons and courses you create. You have a very good approach and your presentations are always very clear and useful.
@LinuxTrainingAcademy Жыл бұрын
Agreed... Ctrl-b w is very handy! (I have that on the tmux cheat sheet...) Thanks!
@acuffaro Жыл бұрын
Very informative, clear explanations and straight to the point. Thanks a lot!
@LinuxTrainingAcademy Жыл бұрын
For a tmux cheat with even more commands, visit: www.linuxtrainingacademy.com/tmux-tutorial/
@kirkbass211718 күн бұрын
not all heroes wear capes, unless you do, thanks!
@kushalpsv Жыл бұрын
Thank you your video was very helpful, thanks for teaching the basics
@eldiablo3794 Жыл бұрын
Whats the difference between Terminator and tmux? Im newer to Linux but I use Parrot OS. It comes with Terminator, and that's what I use to run multiple terminals.. is tmux better?
@the0val Жыл бұрын
The main difference for me is that tmux is portable (in two ways). You can use tmux any time you enter a terminal, including over SSH. You can even start tmux on one SSH session, detach, and resume from either SSH or locally. Your tmux config is just a simple dotfile that you can copy to all your machines. Terminator is basically the same as opening another window or tab, just with neat tiling.
@LinuxTrainingAcademy Жыл бұрын
Tmux isn't "better", nor is it "worse" than Terminator. Each tool serves a different purpose. The primary purpose of tmux is to allow you to create multiple terminal sessions and control them from a single screen within a text-based environment, often leveraging this feature to maintain sessions over remote connections, even when disconnected. (If you work on remote systems, you'll want to use tmux, and run tmux on the remote systems.) The primary purpose of Terminator is to provide you with a graphical tool to manage multiple terminal windows and sessions in a graphical (GUI) environment. (If you only want to work on your local system, you'll probably want to use Terminator.... That said, you can start Terminator as your GUI terminal application and use tmux within it. IE, start Terminator, ssh into your remote system and then start tmux.)