My 5 Favorite Linux Shell Tricks for SPEEEEEED (and efficiency)

Поділитися
Вставка
  • Опубліковано 2 чер 2018
  • My favorite tricks for becoming a Linux Shell Speed Demon (this assumes Bash/readline)
    1:04 - sudo !! - re-run previous command with 'sudo' prepended
    1:53 - ctrl-k, ctrl-u, ctrl-w, ctrl-y - cutting and pasting text in the command line
    3:24 - practical kill/yank example
    4:04 - use 'less +F' to view logfiles, instead of 'tail' (ctrl-c, shift-f, q to quit)
    6:25 - ctrl-x-e - continue editing your current shell line in a text editor (uses $EDITOR)
    7:54 - alt-. - paste previous command's argument (useful for running multiple commands on the same resource)
    9:18 - reset - resets/unborks your terminal
    My step-by-step project-based Linux course for beginners: www.udemy.com/course/hands-on...
    Free Linux Sysadmin Course Playlist: • The Linux Basics Cours...
    DigitalOcean referral link: m.do.co/c/0380a1db56a6
    Patreon: / tutorialinux
    Official Site & e-mail list: tutorialinux.com/
    Twitter: / tutorialinux
    Facebook: / tutorialinux
    Podcast: kernelpanicpodcast.com
  • Наука та технологія

КОМЕНТАРІ • 731

  • @tutoriaLinux
    @tutoriaLinux  6 років тому +211

    ~~~ Timestamps to specific sections are in the description! ~~~

    • @planktonfun1
      @planktonfun1 6 років тому +9

      ctrl+a and ctrl +e goes to the start and last, I find myself using this most

    • @chaoswires2734
      @chaoswires2734 6 років тому +1

      Thanks for tips! Few more useful commands. The easiest way to create empty file is typing >filename
      I also often need to convert unix timestamp to hooman readable form, "date --date=@your_date_in_unix_format" does the job.

    • @noele2980
      @noele2980 5 років тому +2

      i literally screamed when i learned the kill / yank

    • @DaleHawkins
      @DaleHawkins 5 років тому

      Becoming proficient in emacs makes the editing commands second nature. 🙂

    • @priit7777
      @priit7777 3 роки тому

      @@planktonfun1 but why? your keyboard also doesn't have home and end keys? much easier than some ctrl combinations.

  • @GBGSK
    @GBGSK 5 років тому +154

    > Bang bang
    > password shot me down
    > Sudo .. BANG BANG
    "Torvald Sinatra"

    • @karlheinzneugebauer
      @karlheinzneugebauer 3 роки тому +4

      BANG BANG rather reminds me of "Rammstein - Feuer Frei"

    • @vass0922
      @vass0922 3 роки тому

      @@karlheinzneugebauer hey thanks thats a great way to remember that!

    • @hayksk
      @hayksk 3 роки тому +2

      Nancy Sinatra :) ?

    • @karlheinzneugebauer
      @karlheinzneugebauer 3 роки тому +1

      @@hayksk Had to google who that is. Appears to be the daughter of Frank. Interesting.

    • @hayksk
      @hayksk 3 роки тому

      @@karlheinzneugebauer Yes, she is.

  • @hellangel28
    @hellangel28 6 років тому +200

    i really love the fact that you wrote exactly what you are going to explain in the description with timestamps!

    • @weasel6205
      @weasel6205 3 роки тому +1

      Yeh, same, I was prompted to subscribe as my patience run out not because I should definitely learn the rest of the content but because,"ADHD," 🤣, prompted straight to subbing and turning notification on, lamo.

  • @HenrikAlsingFriberg
    @HenrikAlsingFriberg 5 років тому +195

    "Alt + backspace" is more useful than "ctrl + w" in my oppinion. While the latter only stops at whitespaces, the former also stops at special characters, e.g. slashes, so you can edit your way to parent directories much faster.

    • @tutoriaLinux
      @tutoriaLinux  3 роки тому +16

      Solid advice! Will try to re-wire my brain to try it out.

    • @sarthaks95
      @sarthaks95 3 роки тому +1

      Both are useful but for different cases. Clear entire arg or go word by word. Personally I use both depending on the case.

    • @richardcampbell2438
      @richardcampbell2438 3 роки тому +3

      I use a Mac terminal and there is no Alt key, but ^w works just fine enough for me

    • @novimartyn
      @novimartyn 3 роки тому +1

      @@richardcampbell2438 On the Mac I think you need to use Escape instead of Alt

    • @ernestdesouza8888
      @ernestdesouza8888 3 роки тому

      @@richardcampbell2438 dump Ur mac if ur using Linux !
      Actually anything is fine ...depends on the person !!!

  • @whiskeytuesday
    @whiskeytuesday 6 років тому +7

    Instead of you can also just use !$ the same way you used !! in the first tip. There's actually a lot of notation for this which is terminal agnostic and supported in zsh as well as bash and probably others. For instance !-2 gives you the command before last, !-3 the one before that etc. $ on the end gives you the last argument of that command. !^ gives you the first argument, !:2 or !* gives the second argument. All of these things can be combined too, for instance !-3:2-$, which gives the second to last argument of the third-last command or !-3:2-3 which gives the second and third arguments to the third last command. Hard to keep straight at first but a very powerful way of getting around once you jam it into your head.

  • @Barbarian.Streisand
    @Barbarian.Streisand 4 роки тому +47

    i could definitely have a beer with this guy.

    • @cgme7076
      @cgme7076 3 роки тому +2

      Yeah, he seems like a cool guy

  • @jplflyer
    @jplflyer 3 роки тому +11

    I've been programming professionally for 40 years, most of that in the Linux world, and it's amazing the learning process never ends.

    • @JerryPenna
      @JerryPenna 3 роки тому +1

      Yeah, I’ve used less a ton but not with other flags. I tried less +F but didn’t work.

    • @allen_joji
      @allen_joji 2 роки тому

      Do you still love programming ?

    • @jplflyer
      @jplflyer 2 роки тому +1

      @@allen_joji Yeah, I do. I'll eventually retire, but it's unlikely I'll ever stop programming. I'll do my own projects is all.
      My opinion about careers: you should find something you can be passionate about, that you want to do even if you weren't being paid. We spent far too much of our lives at our jobs, and do you want it to be soul-sucking?
      The last people I want to work with: the ones who see it as a job. They're only there for the paycheck. Yeah, if I won the lottery, I'd quit the day job. But I'd still program. I'd just get to pick what I work on.

  • @ernestogutierrez7877
    @ernestogutierrez7877 3 роки тому +4

    you had me at `sudo !! `
    shaking my head at the amount of time i've wasted not knowing about this...

  • @ChunkyDrew33136
    @ChunkyDrew33136 5 років тому +11

    VERY useful tips here, I plan to start using them regularly. You’re proving to be my most useful resource on YT in my Linux journey. Also enjoying your sysadmin series.

  • @RedStefan
    @RedStefan 5 років тому +55

    Sudo!!
    I hit the ground
    Sudo!!
    That awful sound
    Sudo!!
    My baby shot me down

  • @elijah11162
    @elijah11162 3 роки тому +3

    11 minutes later and I don't know how I survived without these tricks for so long. Great stuff man

  • @momashi69
    @momashi69 5 років тому +1

    Huge Thanks for the 2 shell videos you've made. Been using CLI over a decade but did not know any of these tricks and have always found it slow and clunky when compared to the gui. Well no more, not after these massive quality of life improvements... Been 6 months since I watched these videos but I still think of you and smile the endless times a day I use these tricks!

  • @mostafafarzan5363
    @mostafafarzan5363 3 роки тому +4

    Another nice trick worth mentioning is reverse search (Ctrl + r), where you can type a part of your command and it'll bring on the last command entered with the expression in it. You can see older/newer commands by pressing Ctrl+r and Ctrl+R respectively.
    It's a bit more common so maybe not really a trick, but still some people might not know about it.

  • @TheDave000
    @TheDave000 5 років тому +15

    How did I not know about less +F? This literally changes everything in my job!

    • @nonconsensualopinion
      @nonconsensualopinion 3 роки тому +4

      Maybe it's overkill, but I always just use vim. It loads very quickly and gives me the ability to search all around any log, jump to the bottom, etc. vim logfile, shift-g to get to bottom, :q to exit. Done.

    • @SJmurov
      @SJmurov 3 роки тому

      @@nonconsensualopinion But does it follow?

  • @sarundayo
    @sarundayo 6 років тому +4

    Just came across this channel and I love it!
    Thanks for showing us how wonderful Linux can be and how to use it.

  • @jony7779
    @jony7779 6 років тому +96

    If you ever need to purposefully mess up a terminal like for 9:47, I've found the command "sleep 1 | vim" will do that consistently on any terminal.

    • @SeanNicholsEh
      @SeanNicholsEh 5 років тому +34

      Can't believe I just upvoted a guy for messing up my terminal... XD

    • @tobiaskrischer9950
      @tobiaskrischer9950 5 років тому +20

      could not confirm:
      root@debootstrap:~# sleep 1 | vim
      -bash: vim: command not found
      root@debootstrap:~#
      /s

    • @iam3377
      @iam3377 4 роки тому +8

      Vim is seriously the best text editor

    • @aeelinnannelie5651
      @aeelinnannelie5651 3 роки тому +4

      It does not happened to me. Maybe because I have Neovim installed

    • @twb0109
      @twb0109 3 роки тому +3

      @@iam3377 laughs in nvim

  • @tildessmoo
    @tildessmoo 5 років тому +10

    Quick note on the keyboard shortcuts: These are default Bash terminal commands, which are based on Emacs commands; however, you can also add "set -o vi" to your .bashrc to set Vi mode, and then you can use Vi shortcuts instead. Since one of the big things that keeps Vi[m] competitive with Emacs is the power of its navigation commands, this can make you even more efficient, though the learning curve is pretty severe if you're not already used to navigating in Vi, so obviously this is only something to do if it's already your preferred editor.

  • @AleksandarBosakov
    @AleksandarBosakov 6 років тому +25

    Holy cow, it's been 12 years since the last time I used Windows on my home PC, and I do use the CLI a lot, yet I didn't know some of those tricks. Great work!

  • @ryanbard3560
    @ryanbard3560 6 років тому +59

    Fyi, another nice thing about using less over tail is that you can put in some search terms before kicking on the live tail mode and they'll be highlighted.
    Ex.
    put in a /error|warning|critical
    then hit shift+F and as things scroll by, error, warning, and critical will be highlighted.

    • @beeeeep
      @beeeeep 5 років тому +4

      You can even use & interested of / to filter what you like to see.

    • @ALTracer
      @ALTracer 5 років тому +1

      | ccze --mode ansi
      also does that

    • @KirtFitzpatrick
      @KirtFitzpatrick 3 роки тому

      I wonder if there is a way to get automatic highlighting like with bat.

  • @toncho1986
    @toncho1986 6 років тому +21

    Nice work, dude!
    I love your videos, keep it up :D

  • @neloangelo__13
    @neloangelo__13 6 років тому +1

    Thank you so much Dave for sharing your knowledge, looking forward for future videos. Keep it up mate!

  • @aronhegedus
    @aronhegedus 3 роки тому +1

    I already know I'm going to use that command line yanking so much, thank you!

  • @TesserId
    @TesserId 3 роки тому +29

    8:52 LOL "Dammit Ubuntu. Ruin even..." Now I know you're a command-line warrior.

  • @tobiassinghania3698
    @tobiassinghania3698 5 років тому +11

    Great video! What I use probably the most is Ctrl+r to quickly search the command history. By using Ctrl+r you can go to the next hit and with Ctrl+R to the previous.

    • @josephknightcom
      @josephknightcom 5 років тому +1

      thanks

    • @frydac
      @frydac 3 роки тому +1

      try fzf, it makes ctrl-r a dropdown list (i think it opens a tmux pane on the fly iirc) and lets you search in a fuzzy manner. And also search for files like that, I can't live without it anymore..

    • @tobiassinghania3698
      @tobiassinghania3698 3 роки тому

      @@frydac yes, fzf is really awesome in various regards :)

  • @EdselAdap
    @EdselAdap 3 роки тому

    Great video! I consider myself a seasoned shell user since I've been doing this stuff for 30+ years but you've taught me some new stuff. Two things to add though to fix a borked terminal is "stty sane" and "echo ctrl-v ctrl-o". Excellent tutorial!

  • @vrvrvr81
    @vrvrvr81 5 років тому +2

    first useful shell video tutorial I ever ran into

  • @IRgEEK
    @IRgEEK 5 років тому

    Fantastic post Man! Wanted some Ninja tricks to share with my Students tomorrow and these are perfect! Thanks so much!

  • @DDBAA24
    @DDBAA24 5 років тому

    I remember a while back you saying your co workers would give you a hard time about using advanced commands... I can see why , I have watched a lot of tutorials , some of the things you do I haven't seen ANYWHERE else. I like this channel because even if I go way back in your history everything is still relevant and useful. I've been subscribed but I forgot to hit the bell icon , so I didn't even know you were back. Glad to hear it though.

  • @dylanwestphal3582
    @dylanwestphal3582 3 роки тому

    Love these hints and tricks, I'm probably pulling at least a few into daily life - Shot dude!

  • @dukercs
    @dukercs 3 роки тому +1

    Thank you!!! This video should never die!

  • @asanz1665
    @asanz1665 5 років тому

    Some of those I didn’t know. You saved me loooots of minutes for sure.
    Thanks!

  • @KirtFitzpatrick
    @KirtFitzpatrick 3 роки тому +1

    Great tips, thanks for sharing! I'm proud that I knew a couple already but most are new to me. I'm going to incorporate these into my day to day for sure. The comment section is gold too.

  • @felaflame
    @felaflame 6 років тому +4

    Thanks for the video. Although I am using GNU/Linux for more than 15 years, I forgot about !! and I didn't know about C-x-e.
    Thanks.

  • @leteveryoneknow
    @leteveryoneknow 5 років тому +1

    Thank you for sharing information which is immediately effective and useful.

  • @cdnuzzo
    @cdnuzzo 6 років тому

    These videos are great! Looking forward to more and more in-depth practical and theory based tutorials.

    • @tutoriaLinux
      @tutoriaLinux  6 років тому +1

      Yeah, I've got some advanced ones coming -- in-depth systemd tutorials, compiling a kernel, writing your own syscalls. Woohoo!

  • @dawidpomioto1595
    @dawidpomioto1595 4 роки тому

    Realy cool shortcuts. It helped me a lot. You are great!

  • @eduardosanchez9245
    @eduardosanchez9245 6 років тому +1

    Loved the "BONUS ROUND!" :)

  • @locusinbloom
    @locusinbloom 5 років тому

    I was expecting to be disappointed (didn't notice who published it before I clicked watch, lol) but I didn't know a single one of these, thank you! All of your videos are great.

  • @CoreDump07
    @CoreDump07 6 років тому

    very informative, i often use for example "ssh " to repeat the last ssh ... command

  • @Colony28
    @Colony28 4 роки тому

    Thanks for the tips! When I saw the alt+f/b, I realized how annoying it is without it.
    About less +F, it's great for one logfile, but I can do tail multiple logs with tail, which is sometimes useful: tail -f /var/log/something/*.log

  • @Breemskin
    @Breemskin 2 роки тому

    Less +F is brilliant! That will be quite useful for me, thanks.

  • @AjitV
    @AjitV 3 роки тому

    BONUS tip was the best.
    I have the issue all the time especially after using gdb ...
    Thank you sir, U've earned a Subscriber

  • @uniquechannelnames
    @uniquechannelnames 2 роки тому

    Thank you for all the work putting this together, and for teaching all us terminal plebs how to kick ass at terminal lol.
    Again, thank you!

  • @KingstonFortune
    @KingstonFortune 2 роки тому

    wow this is just wonderful, especially the reset command for me cos lately I have been using a remote shell and it usually gets weird after a while, but I tend to just manage...so this definitely works and I will be using it from now on, thanks!

  • @kleetus88
    @kleetus88 6 років тому +13

    as an adjunct to !!, I find I use !$ A LOT. This handy thing refers to the last argument on the last command. e.g. mkdir -p /home, then cd !$. This will be equiv to cd /home.

  • @apistosig4173
    @apistosig4173 4 роки тому

    fabulous presentation - muchas gracias

  • @htl2001
    @htl2001 6 років тому +17

    less -n helps a TON on large files (doesn't count line numbers). -S can be useful in logs as well (no wrap)

    • @codeman99-dev
      @codeman99-dev 3 роки тому +3

      I almost always use `less -FRS`
      -F will "quit if one screen" or "there is no need for scrolling"
      -R will allow correct width calculation of control characters. Especially useful if you are piping a command and still want the color output.

    • @JerryPenna
      @JerryPenna 3 роки тому

      Ok I’ve been using less longer than I want to admit. Will try “less -FRS”. 😂

  • @kpopempire1475
    @kpopempire1475 3 роки тому +1

    Thank you! Very informative.

  • @hayksk
    @hayksk 3 роки тому

    Super !! Thank you a lot!!!
    These were very useful tips.

  • @KarenDian1
    @KarenDian1 6 років тому

    Your awesome channel popped up in my recommendations. Subscribed!

  • @anjumamute
    @anjumamute 6 років тому

    Thank for the video, I already know someone of this tricks, but others were new.

  • @user-ug8qc6tr6b
    @user-ug8qc6tr6b 6 років тому

    Nice tips and clean explanation. Thank you

  • @Tomab89
    @Tomab89 6 років тому

    Very handy tips. Appreciated.

  • @BBRR442
    @BBRR442 3 роки тому

    Awesome vid!! Very helpful!

  • @rikfomiharbi6077
    @rikfomiharbi6077 3 роки тому +1

    Sudo bang bang !
    Something can never be forgotten 😂❤

  • @TomGrubbe
    @TomGrubbe 3 роки тому

    Thx for the ctrl-k, ctrl-u, ctrl-w, ctrl-y tip. I didn't know that one. Even works in Zsh.

  • @zerbitx
    @zerbitx 3 роки тому +1

    The ctrl-x-e trick is great for small modifications to commands from your history as well. You can up arrow, or bang or history | grep or whatever to a previous long gnarly command, then hit ctrl-x-e to make easier surgical modifications to it.

  • @WaichiTsang
    @WaichiTsang 3 роки тому

    These tricks saved my day

  • @AndrewDeFaria
    @AndrewDeFaria 3 роки тому

    Good video. I learned a couple of new tricks!
    One trick I knew already and always use is the Alt- thing. I describe it to others this way - Alt- brings up the last "word" of the previous command. Think of it as an object. So you do ls /tmp/file. Now /tmp/file is the object. Want to know more about the object? Type ls -l Alt-. Contents? - more (or less) Alt-. File's junk - rm Alt-.
    But what's more is say you have this in your history:
    501 touch /tmp/file
    502 ls /tmp/file
    503 echo file?
    504 uname -a
    505 history
    Typing Alt- at the command prompt will bring forth "history". But typing another Alt- will bring up "-a". Another one and you get "file?". One more and you get "/tmp/file". So if you want that Alt- object because it was say a filename object but it was not the last word of the immediately preceding command then keep hitting Alt- until you get back that file object.

  • @codingwithgraceandtruth2456
    @codingwithgraceandtruth2456 2 роки тому

    very good tutorial, powerful commands, thank you.

  • @keratishvili
    @keratishvili 6 років тому +2

    Thank, I really appreciate less command explanation and would love to see more videos.

  • @fbicknel
    @fbicknel 3 роки тому

    Nice collection. Thanks for the video!

  • @awuma
    @awuma 6 років тому +9

    Many thanks! On linux since 1995, yet most of this was new to me.

    • @sashamc309
      @sashamc309 6 років тому +1

      awuma whoah! you really should have known about !! or Ctrl+W. I'm working on the terminal for 3 years and I knew most of this.

    • @sign333b
      @sign333b 5 років тому

      @@sashamc309 congrats

    • @JerryPenna
      @JerryPenna 3 роки тому

      1999 abs same feeling.

  • @rafaelcascalho4180
    @rafaelcascalho4180 6 років тому

    These are veeeeeery helpful!! Thanks bro :D

  • @mykolakriukov1252
    @mykolakriukov1252 3 роки тому

    Awesome tips, thanks a lot!

  • @amoohesam
    @amoohesam 5 років тому +1

    Very nice tutorial, thanks

  • @pmdpaula
    @pmdpaula 6 років тому

    Thanks a lot for these tricks.

  • @flakkanon
    @flakkanon 6 років тому

    Thanks for all your free content :)

  • @erezhazan100
    @erezhazan100 4 роки тому +1

    Thanks!! really helpful commands!!

  • @osquigene
    @osquigene 6 років тому +8

    For tip 5 you can just do "mtr !$" (last argument) or "mtr !*" (all arguments) which both have the advantage of not being terminal dependent (just relies on history). I think even without history "mtr $_" would work.
    Or you can even have a bit of fun "^ping^mtr^"

    • @osquigene
      @osquigene 6 років тому +3

      Yes, if you want the detail of that you can refer to 9.3.1 and 9.3.3 in bash manual.
      You can do stuff like, creating a file:
      touch A/B/C/d.txt
      then moving to the directory:
      cd !$:h # h: Remove a trailing pathname component, leaving only the head.
      You'll also see:
      ^string1^string2^ Quick Substitution. Repeat the last command, replacing string1 with string2. Equivalent to !!:s/string1/string2/.
      Similar things exists for parameter substitution (which I personally only use for file names/paths manipulation):
      www.gnu.org/software/bash/manual/bashref.html#Shell-Parameter-Expansion
      www.tldp.org/LDP/abs/html/parameter-substitution.html
      You have an example in the documentation that shows how this can be used:
      www.gnu.org/software/bash/manual/bashref.html#A-Programmable-Completion-Example

  • @fahadkhanchughtai3279
    @fahadkhanchughtai3279 3 роки тому

    Just Wao, I am gonna use em. Thanks Dude!

  • @Majlo2L8
    @Majlo2L8 6 років тому

    Perfect tricks. thank you so much!

  • @cupajoesir
    @cupajoesir 6 років тому +3

    I actually found the --curses tangent to be useful. I have cursed ubuntu myself when it popped up in a gui. Great tips keep up the good work.

  • @DivineRaven
    @DivineRaven 3 роки тому

    You are a blessing, man. Thanks!

  • @firexfly
    @firexfly 6 років тому +8

    Thanks for 'less +F'. There's also a program called multitail which I have been installing on servers I manage for quite a while. It lets you follow multiple log files at once, also colors.

    • @shanecole401
      @shanecole401 3 роки тому

      try using tail -qf foo.log bar.log and it will show new lines to both files ordered, and if one rotates and goes away but appears later keep tailing it, all as if it was just one file

  • @jefferytownsend7787
    @jefferytownsend7787 3 роки тому

    That Ctrl + K and Ctrl + Y is legit. Thanks.

  • @3BMWHunter
    @3BMWHunter 6 років тому

    extremely helpful! thanks for the great video

  • @ChrisCox-wv7oo
    @ChrisCox-wv7oo Місяць тому

    The less instead of tail tip is great.

  • @dawiss9418
    @dawiss9418 6 років тому

    Thanks i learned about ctrl + x + e and less +F.

  • @nissieln
    @nissieln 3 роки тому

    Alt . is a winner! Thanks for the vid and the timestamps ^^

  • @andrewlemstrom3669
    @andrewlemstrom3669 2 роки тому

    Helpful man. Thank you.

  • @NoCPU
    @NoCPU 6 років тому

    Great tut. Very useful

  • @adeshas83
    @adeshas83 6 років тому

    I thought I knew a lot.... Great video... Thumbs up

  • @joachimjohansen5796
    @joachimjohansen5796 5 років тому

    Great idea with the less +F , I prefer using regular old less then pressing shift+G, it takes you to the bottom of the file and you can scroll up without gluing.

  • @arpitparmar2121
    @arpitparmar2121 2 роки тому

    Awesome video man, thank you :)

  • @nirmitpatel7536
    @nirmitpatel7536 6 років тому

    These were great, thank you.

  • @codenamelambda
    @codenamelambda 5 років тому +1

    My recommendation for vim users: add ```set -o vi``` (or something like that, too lazy to look it up) to your bashrc, and use your favorite vi-keybindings in your shell (press esc to get into normal mode)

  • @imansh6995
    @imansh6995 3 роки тому

    bro at first i thought you are gonna say some interesting but not useful stuff, but it was great. Thanks for Sharing , Keep up

  • @tomwimmenhove4652
    @tomwimmenhove4652 3 роки тому

    I did not know less' +F option. Thanks a bunch, I'm sure that'll come in handy.

  • @rampage241
    @rampage241 6 років тому

    cool video bro. 2 min in and I already liked!

  • @abzs5811
    @abzs5811 4 місяці тому

    Some people just aren’t cut out to be teachers
    Now Colt Steele is a natural born teacher right there.

  • @ManishKumar-uy5io
    @ManishKumar-uy5io 3 роки тому

    Dude I'm watching this in 2021 and this super helpful. Kinda regretting went UA-cam didn't recommend earlier

  • @joeleenkado5761
    @joeleenkado5761 4 роки тому

    Thanks for posting the Cheat Sheet; These things are soo handy for me.

  • @osgnuru
    @osgnuru 5 років тому

    Thanks for the video. Love it!

  • @0Hasaname0
    @0Hasaname0 3 роки тому

    Nice examples! Did learn something new! Thank you! I would also mention "Ctrl - r" for searching in .bash_history. Something I use often...
    Good work, guy!

  • @cottondai
    @cottondai 3 роки тому

    This is awesome linux tips.

  • @pianochannel100
    @pianochannel100 3 роки тому

    One of the best projects we had in university was building our own copy of bash (stripped down a bit obviously) from scratch in C. Even though I have built my own, I learn new stuff everytime i see videos like these.

  • @mr.w4ttz
    @mr.w4ttz 2 роки тому

    I like that we almost got to see your auth.log

  • @TheSimslash
    @TheSimslash 3 роки тому

    nice vid man, thanks for the tips and keep it up ! :)

  • @divinealien7620
    @divinealien7620 3 роки тому

    thanks. this content is actually helpful.