5 Awesome Linux Terminal Tools You Must Know

271,367
0
Published 2023-05-28
In this video, we take a look at five (or maybe more?) awesome terminal tools for Linux that you must know!

◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: www.neuralnine.com/books/
💻 The Algorithm Bible Book: www.neuralnine.com/books/
👕 Programming Merch: www.neuralnine.com/shop

🌐 Social Media & Contact 🌐
📱 Website: www.neuralnine.com/
📷 Instagram: www.instagram.com/neuralnine
🐦 Twitter: twitter.com/neuralnine
🤵 LinkedIn: www.linkedin.com/company/neuralnine/
📁 GitHub: github.com/NeuralNine
🎙 Discord: discord.gg/JU4xr8U3dm

All Comments (21)
  • @Sizzlik
    Most usefull thing i learned this year was that two exclamation marks repeat the last console entry. You know when you typed a long one liner, hit enter...no permission. Forgot to add sudo. Now instead of typing again..just "sudo !!". Come in more handy then one might think
  • @nmdra
    My Favourite terminal tools👇 Zoxide (cd alternative) Exa (ls alternative) Fd (find alternative) Tealdeer (fast tldr fork) Tmux + Neovim Bat (cat alternative) Delta (git difftool) Glow (markdown viewer) LF (terminal file manager) FZF Htop 🙂 Zsh >>>> Bash
  • @kylecurry6841
    Personally I'm still a fan of Webmin. Sure some modules aren't worth using, but majority of the basic modules like it's file browser, and status dashboard are definitely worth it's use/installation, while the latest versions feature a revised in-browser terminal emulator that's pretty solid so that when you factor in all the features mentioned, I tend to use these when editing and working with semi-production scripts in Linux, especially on headless systems.
  • @Frankkz
    How did I not know about tldr!? It's amazing, I learn better by example so this is perfect, thanks for sharing!
  • @thak777
    Great video. I've used Linux for decades and didn't know about some of these tools. Thanks for sharing!
  • @bazoo513
    It would be useful to mention locate/updatedb together with fuzzy find - running "raw" find on a large disk can be rather slow.
  • Thanks. This is good stuff. Also, getting more great info/tips from the comments, which YOU inspired! ha--I love it!
  • @websterolson1184
    I've been using Linux for over 25 years, started with Slackware. I learned from this video and greatly appreciate the knowledge share. Much respect for the way you explain these tools.
  • @andrewgluck8740
    This was a good list. I would like to say that when you get good with it, neovim is way more viable for large projects than you give it credit for. There is a steep learning curve to get there though. When you get there though you will be so much faster and more efficient than any other editor like vscode. Some other tools you might like Zoxide - fuzzy find over commonly visited directories. Zellij - terminal multiplexing like tmux but way better, and very user friendly. Ripgrep - grep on steroids! 😮
  • @aiklk
    can you create a video to talk about window tiling setup? This is really useful but there are many ways out there to config, I like yours.
  • @50_Pence
    So good. Been using Linux since 2007 hadn't heard of any but htop. Thanks
  • @cj-ip3zh
    is there a way to make btop show the network usage associated with each process?
  • neovim should work well with any number of files, perhaps you need to configure some kind of fuzzy search for gf / harpoon? Jump to definition, and so on. Did you see Neovim from 0 to LSP by the primeagen?
  • @jesse9999999
    Combine neovim with telescope and harpoon and you can definitely use it in bigger projects!
  • @TheLazyJAK
    Man, btop and speedcrunch right out the gate? Subscribed. 🤣
  • @bazoo513
    9:45 - Forgot about stty command, did we, eh? 😀 (You should have typed "stty sane" and your echo and return after linefeed would have been turned back on.
  • @ashkenaze
    if you're talking about ffmpeg, you should mention imagemagick as well, nothing vome close to it for image batch processing.