Modern Linux Tools: Command-Line Help

Ғылым және технология

A few of my favorite modern Unix tools:
- TLDR: Show well-documented, useful examples of commands.
- mcfly: better shell history reverse-search (ctrl-r).
👨‍💻 Practice coding interviews with experienced FAANG engineers and don't pay until you're hired: interviewing.io/?... (affiliate link, supports the channel).
Thank you to interviewing. io for sponsoring this video!

Пікірлер: 37

  • @Ic37r011
    @Ic37r0112 жыл бұрын

    THANK YOU! This will help me out in my day-to-day work. I’ll be able to share this with my team thank you many thanks. And may your production instances stay strong.

  • @tutoriaLinux

    @tutoriaLinux

    2 жыл бұрын

    Haha thanks, may your production env stand with the strength of a thousand oak trees.

  • @u3x922
    @u3x9222 жыл бұрын

    Great suggestions 🙌 I have a few of my own, that really makes a difference, though those are a bit scoped (focused more on one job). `ncdu` or `dust` for checking file size, clean-up; `wd` for faster travel to more common directories. `broot` for file search. And last, but not least, not a command, but whole tool - `ranger`, a 'midnight commander' with vim bindings 👍

  • @soundscape5650
    @soundscape56502 жыл бұрын

    Oh man. I don't even use linux for work, just a home tinkerer, but these tools are genuine quality of life improvements. Thanks so much for the recommendations.

  • @AdelAdel-pn1bq
    @AdelAdel-pn1bq2 жыл бұрын

    this is so freaking helpful, ive never understood man pages and needed an alternative

  • @user-nb8lv8tt9k
    @user-nb8lv8tt9k2 жыл бұрын

    I have been using linux for about 5 years now as a SysAdmin/DevOps and I had no idea that tldr exists thanks for posting that mate.

  • @ewaldblau3684
    @ewaldblau36842 жыл бұрын

    Thank you very much for the effort it will be very helpful. Please continue with this kind of material/videos.

  • @Flankymanga
    @Flankymanga2 жыл бұрын

    Dave thank you for sharing!!! This will save me hours! Wish i knew about tldr years back.

  • @YordaNii
    @YordaNii Жыл бұрын

    Both are really game changers , thank you !

  • @name1355_0ne
    @name1355_0ne2 жыл бұрын

    Thanks a lot for sharing this knowledge.

  • @akshayjayakumar7082
    @akshayjayakumar70822 жыл бұрын

    I started using tldr... Pretty awesome

  • @randomguy3784
    @randomguy37842 жыл бұрын

    Excellent tools! Thanks Man.

  • @felipeagn5662
    @felipeagn56622 жыл бұрын

    Thanks for the great suggestions buddy! Just started using both of them mcfly and tldr and they made everything easier. Also i wanted to know the playlist you used for this video i really liked the music background. Again, thanks a lot for the content, always great to see you!

  • @daviddk1988
    @daviddk19882 жыл бұрын

    Very interesting! Thanks! But no matter the tool, no one knows the Tar command. Happy new year.

  • @AlexanderKhiluck
    @AlexanderKhiluck2 жыл бұрын

    Wow! Thats amazing!!! Thanks a lot, pls, make a videos like this.

  • @promaja2
    @promaja2 Жыл бұрын

    1:02 I totally feel you regarding the man page...

  • @kristoffseisler2163
    @kristoffseisler21632 жыл бұрын

    I like the idea of TLDR but it feels like either a really new or an abandoned project since it doesn't really have many entries

  • @swapnil72
    @swapnil722 жыл бұрын

    Please make a video on Shell, Terminal, Console, Character/ Text Mode Basically explain everything about the Linux Console Mode from zero, Please, this will clear lots of common misconceptions

  • @poppop-oj6by
    @poppop-oj6by2 жыл бұрын

    Nice tools. I'll check 'um out

  • @KrachaborasJB
    @KrachaborasJB2 жыл бұрын

    Thanks !

  • @tigreonice2339
    @tigreonice2339 Жыл бұрын

    It's not related with the video but with linux: How to install fingerprint reader: U.ARE.U 4500 fingerprint reader Digital Persona, inc (crossmatch patented) on Linux? Any way that works and is safe?

  • @nielsbom5558
    @nielsbom55582 жыл бұрын

    More awesome new CLI programs: bat, exa, lsd, delta, dust, duf, broot, fd, ripgrep, ag, fzf, choose, gping, procs, curlie, zoxide, dog.

  • @anupjoseph7368
    @anupjoseph73682 жыл бұрын

    There's a nice tool called bat a sort of replacement for cat, which prints nicefly formatted code to the terminal with syntax highlighting

  • @tutoriaLinux

    @tutoriaLinux

    2 жыл бұрын

    Thanks for calling this out; it looks cool!

  • @rishabhpant1828
    @rishabhpant18282 жыл бұрын

    nice one, well I have my own alias for shell history, if it can be useful for anyone, that goes like, alias hfind=`history | grep`; and I simpy run it like $hfind stop it gives me the commands, that included stop, at times very helpful when i need to run a very long command which I have ran earlier too, and then simply $! anyways, tldr looks super useful

  • @xorsirenz
    @xorsirenz2 жыл бұрын

    I have tldr from the pacman repos, tried it from pip3 and the pacman version seems a bit faster. I wonder if this is from the cache?

  • @helldesigner
    @helldesigner2 жыл бұрын

    Yeah, but on interviews people ask you about good old commands. One guy told me that you must know all those old commands because you should be able to work on unknown bare os without installing any additional tools.

  • @p5eudo883
    @p5eudo8832 жыл бұрын

    TL;DR looks like it will be very helpful. So many manpages are just terrible.

  • @3then
    @3then2 жыл бұрын

    Any detailed comparison between McFly and FZF?

  • @willernst

    @willernst

    2 жыл бұрын

    McFly looks a lot smarter than FZF. As far as I know FZF isn't at all context aware and has no priority other than recency. I think I'm gonna switch. McFly has a fuzzy-enable flag, so it looks like there are no trade-offs.

  • @willernst

    @willernst

    2 жыл бұрын

    @stillFLiP Oh, for sure. No way I'd give up FZF, but I might surrender Ctrl-R to McFly. I haven't gotten around to trying it yet...

  • @dl662

    @dl662

    2 жыл бұрын

    Also the choice of using nn to do the simple regression job is a somewhat interesting but terrible idea imo. Installed after watching the video n i got immediately scared off by the 300mb tensorflow dependency.

  • @tutoriaLinux

    @tutoriaLinux

    2 жыл бұрын

    Yeah, it does seem a bit excessive. OTOH I have too much disk space and it's worth it (for now!).

  • @junkgrave
    @junkgrave2 жыл бұрын

    Fuck me these are awesome thank you

  • @julianomoraisbarbosa
    @julianomoraisbarbosa2 жыл бұрын

    #til

  • @swapnil72
    @swapnil722 жыл бұрын

    2nd comment

  • @AindriuMacGiollaEoin
    @AindriuMacGiollaEoin2 жыл бұрын

    how come my comments are deleted

Келесі