How to move FAST in the Linux Terminal

Поділитися
Вставка
  • Опубліковано 25 чер 2024
  • To help support me, check out Kite! Kite is a coding assistant that helps you faster, on any IDE offer smart completions and documentation. www.kite.com/get-kite/?... (disclaimer, affiliate link)
    For more content, subscribe on Twitch! / johnhammond010
    If you would like to support me, please like, comment & subscribe, and check me out on Patreon: / johnhammond010
    PayPal: paypal.me/johnhammond010
    E-mail: johnhammond010@gmail.com
    Discord: johnhammond.org/discord
    Twitter: / _johnhammond
    GitHub: github.com/JohnHammond

КОМЕНТАРІ • 548

  • @ushiocheng
    @ushiocheng 3 роки тому +1255

    Linux User: types `ls` out of nowhere just to feel relaxed

    • @jb_lofi
      @jb_lofi 3 роки тому +74

      ... Oh shit, that's me

    • @hydropage2855
      @hydropage2855 3 роки тому +39

      Are you spying on me?

    • @699ashi
      @699ashi 3 роки тому +58

      First thing I do after opening a terminal

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

      @@jb_lofi same

    • @zuberkariye2299
      @zuberkariye2299 3 роки тому +5

      @@hydropage2855 I do this all the time ong

  • @issahmidan5821
    @issahmidan5821 3 роки тому +217

    John:Delete a line with ctrl + u
    Me: oh wow that is amaz^c
    clear

    • @lucEast
      @lucEast 3 роки тому +19

      instead of writing "clear" just hit ctrl + L

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

      HI EVERYBODY IF YOUR WATCHING JOHN HAMMOND I APPLAUD YOU. GEIST453 VERIFIES THAT JOHN IS CERTIFIED LEGIT CYBER SECURITY PROFESSIONAL.

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

      Just press ctrl+L

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

      You the real mvp

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

      @@lucEast this is also how you fix a terminal that goes screwy and clear doesnt fix it

  • @husseindhooma7144
    @husseindhooma7144 2 роки тому +4

    OMG!!! I just realised I have been watching your videos for Months and I only decided to Subscribe today. Thank you for the awesome videos and lessons you continue to provide. It's amazing how much you provide. Thank you John Hammond and continue the Awesome work.

  • @cosmintibuleac969
    @cosmintibuleac969 2 роки тому +6

    This is awesome! Thank you so much! I have used terminator at some basic level before (didn't really put the time and customisation into it). I'm now a tmux user, but I already have a feeling that you have just converted me with this video lol. You're the man, John!

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

    This tutorial is so helpful and kind. Thanks for making those

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

    Simple things making life easier. Thanks John! Always appreciate the content.

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

    I really like recent videos that you have been uploading. Super useful and interesting to watch.

  • @ShooterSF
    @ShooterSF 3 роки тому +151

    Ctrl+R allows you to search history, Ctrl+S lets you go in the opposite direction
    Me (an idiot): wait I can search through my future commands??

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

      no. ctrl+s freezes the terminal ( turns on scroll lock ) hit ctrl+q to unfreeze.

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

      @@90hijacked It's an stty thing, try running stty -ixon to disable terminal output freeze.

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

      You can hack time? Share code plz.

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

      @@jamesoneill2606 rm / -rf to go back to before you installed linux

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

      @@WhateverNullPointer You scared the crap out of me there, that comment so old, I thought someone had hacked my fb 😳

  • @fabricehategekimana5350
    @fabricehategekimana5350 3 роки тому +5

    This guy made my day with only one video. I learned many things. I am a tmux user, but terminator has his own strength. I think knowing both will be a big profit. Thanks for sharing your knowledge!

  • @AB-yv5rb
    @AB-yv5rb 3 роки тому +6

    This channel is an absolute goldmine, thanks !

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

    i really like this video style! plz bring more of it!

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

    ctrl+a to go to the beginning of a line
    ctrl+e to go to the end
    ctrl+w to delete a word to the left of the cursor
    ctrl+z to background a process
    fg-enter to bring it back to the foreground
    🤘🤠
    edit: oh and !! to rerun the last entered command
    so if you needed to sudo a command but forgot to, instead of retyping it, or pressing up then ctrl+a and typing sudo, you can just sudo !!

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

      Only recently found out that you can also use !:3 for example to insert the last $3 (third argument) somewhere.
      Like
      ls -la foo/bar/blah/somethingsomething
      rm -rf !:2

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

      ctrl+arrow (left/right) to jump a word instead of a char

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

      oh he just said it in the video lol

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

      regarding your edit: rather than pressing up and editing your command you could simply type "sudo !!" which inserts the word sudo in front of you last command and runs it

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

    This is awesome take! I can feel validated with all my choices that I've made durin these years sitting in front of the computer.

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

    I was very happy you mentioned home and end. Thanks.

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

    Liked this m8. I'm sure I won't use terminator but I love when someone shows that things can be done in a different way than you're accustomed. It's all about options and you're a great content creator, thank you!

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

    Thanks man, big fan here. Advent of Cyber was awesome btw, love your content!

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

    Love this John! Super helpful tips

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

    I really loved your video!!! It blew my mind and I loved it because terminator is a such amazing tool!!! Thank you for share it!

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

    Great and useful video, thanks! I am curious if you could do a similar one to show what tools you use daily and where do you place them. John you do amazing job! Cheers!

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

    Thanks! some handy tips there, had no idea all that stuff was there to be found

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

    okay, i buy it! 😀😀 Thanks for all your good Stuff! ❤❤

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

    Thanks for this great video John🥳

  • @crazymonkeyVII
    @crazymonkeyVII 2 роки тому +12

    Cool workflow! Areas for improvement: tiling wm, vim keybindings for navigation, vimium in browser for keyboard driven browser navigation (especially for navigating to previous page), and auto-completing shell (i.e. zsh or fish) :)

    • @kbaeve
      @kbaeve 2 роки тому +2

      My thought as well! Seems like he trying to make a tiling window
      Manager inside the terminal, why just not go all the way. Oh, and alacrity.

  • @jareda8943
    @jareda8943 3 роки тому +49

    i need this in my life

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

    Thanks for the video!

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

    Nice Video, your videos are so helpful and amazing !!!

  • @bryanxh
    @bryanxh 2 роки тому +23

    Left CTRL+A Left CTRL+E are much better than Home and End keys because you can always use just your left hand on all keyboards. Great video! Just something cool to know.

    • @rohanofelvenpower5566
      @rohanofelvenpower5566 Рік тому

      its also used in networking OSes, such as ciscos, juniper, etc

    • @bryanxh
      @bryanxh Рік тому

      @@rohanofelvenpower5566 Because it works in all terminals and is a relic from before home and end keys existed.

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

    Omgggggg dude you are f..kng awesome....... love your videos

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

    Terminator is the best thing I have never head of. Thank you!

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

    I didn't know about Ctrl+R and Ctrl+U, those are couple of real time savers there, thanks!

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

    I genuinely need this

  • @IGORDYES
    @IGORDYES Рік тому

    Thanks John!

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

    Very informative video, thank you!

  • @karoshi2
    @karoshi2 3 роки тому +6

    The mentioned muscle memory is my main storage for shortcuts.
    "You can hit CTRL- ..." - °oO(What?!?) - "... to " - °oO(Ah, THAT one.)
    And then it took me five more seconds to imagine the keyboard and what I use to press ... it's been exactly that.

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

    Another great video dude!

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

    This is THE video, I was looking for. 😅

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

    sir you are incredible thank you so much sir for make our work easier

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

    Man, I've been using tmux for a while now because that's what THM pushes on a couple tutorial rooms and I am SO glad your video made it to me. Been using Terminator only a day and I just can't understand why anyone would prefer tmux but maybe I'm missing something :/

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

    Great video! Thank you sir!

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

    Are you spying on my mind?
    This video is all abt wat I was thinking since few days after regularly watching ur videos and walkthroughs.

  • @user-rl9ko7gj5f
    @user-rl9ko7gj5f 2 роки тому +1

    great video! worthy of saving as a cheetsheet. Have just downloaded the terminator and played around. It's powerful and highly customizable tool. Also i'd like to recommend to you guys the guake, which i'm currently sticking with, and, which summons the terminal on the top of every window with only one key stroke, without blocking your current work. It's also a highly customizable shell application (am i right with the concept?) written in python.
    And i've just learnt not only that alt + backspace deletes one word before the cursor, the ctrl + del actually deletes one word after the cursor. So i don't need to remember the emacs-style short cuts which (to me) sometimes makes completley nonsense 🤣

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

    I've been looking for something like this for ages cause tmux simply wasn't for me and i "was forced" to use simple terminal and things sometimes can be pretty messy but dude
    This is a game changer 😂
    Hope every video will bring so much information and usefull things🤩
    Btw the "long" format where there's the uncutted version of john thinking and going through all the mental process would be awesome for having a better understanding on how to approach a problem and how to understand the right path
    Love the content, keep it up MATE!
    (OK THIS JOKE WASN'T FUNNY BUT COME ON)

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

    Great video, thanks John. I am curious how you move in and out of your various VM's (e.g. linux and windows)? Seen you do this a number of times in your other videos and was curious how you are doing that.

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

    Ctrl + U is so helpful!!
    Whenever you're typing your password, say when using sudo apt update and you mistype a character, instead of holding backspace to delete the entire password, just hit Ctrl + U.

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

    Love your videos, man!
    Unsolicited comments on video composition -- lower ISO/white balance slightly so that your Nano Leaves aren't over-exposed, then reduce light on background. Having darker background will provide better contrast and allow you to stand out from your background more in the video. Also (extra nitpick-y), please center the leaves and or use a different pattern to give the background more flavor.
    Also, I loved your outro!
    Keep up the good work, man. Best wishes.

  • @stephen8617
    @stephen8617 Рік тому

    Thanks
    I'm running tmux on my Android 11. With Kali and still learning. It helps

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

    One thing that about ctrl-s key combination is, that under some emulation mode (actually it might apply to most out-of-the-box configurations)
    ctrl-s is captured by the emulation, before the shell (or readline), and work as shortcut to completely freeze the buffer.
    If that happens don't panic and just press ctrl-q and you should be good to go.

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

      `stty -ixon` will disable it.

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

    Thank you. This tutorial is beneficial !!!!!!

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

    This is gold!! 🙏

  • @aaronwhite1786
    @aaronwhite1786 3 роки тому +19

    Your head absolutely looked Photoshopped into the thumbnail, and it's cracking me up.

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

    Great video more like this!! can you put a couple of the resources on your video description next time?

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

    you're videos are really practical

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

    John you are a hero!

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

    Just started using terminator recently and I love it

  • @crev6295
    @crev6295 2 роки тому +8

    My favorite terminal emulator (it can do more than that too!) is MobaXterm. You can save multiple sessions for the different connections you use often, and I find the sftp sidebar very helpful when working on different projects.

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

      I do love MobaXterm 😊 too.

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

      can it do what terminator can though?

  • @netadmin-fraser787
    @netadmin-fraser787 3 роки тому

    The one thing I'd add to make this a perfect video, is aliases, which dramatically lower a user's keystrokes..
    in the "~/" directory, type "sudo nano .bashrc"
    In this file the syntax is quite simplistic, "alias=command", here's how to make a permanent alias:
    test="sudo apt-cache show apache2"
    (CTRL+X, Y, save file)
    If the alias doesn't work immediately, then do the "source ~/.bashrc" command.
    Example:
    command: "apt-cache show apache2"
    alias: "test"
    Both give out the same result with fewer keystrokes.

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

    What a great video!

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

    Nice one cheers dude

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

    Super Good Video

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

    Best Man! Searched for a way to delete a whole word and remembered ur video. Rewatched it and **boom** there is the solution

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

    For anyone not using Linux but got here by chance, some of these are usable in Windows too (and text editing in general)
    Home: Jump to first character (might be weird sometimes as it jumps to top of page instead)
    End: Jump to last character (similar problem)
    Ctrl + Backspace: Delete one word (from current location to symbol/space before that word)
    Ctrl + Delete: Delete one word to right (similar to top)
    Ctrl + A: Select all characters
    Cmd/Window + Direction key: Snap window/ resize window (works differently but function exist)
    Personally I never knew Terminator exist, definitely need to try it out
    (Vimium exists for firefox for less mouse usage btw if anyone interested)

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

    Great information. I've been using Linux for sometime but I don't no everything but love learn how get VPN connection to work in Linux .

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

    gr8 content, as always.

  • @buntun3670
    @buntun3670 11 місяців тому

    that joke at the start :) - you almost had me

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

    oow i like the ctrl+shift+z i never thought to use that. NICE!!

  • @munud23
    @munud23 3 роки тому +6

    Another shortcut is using "alt + ." for previous arguments. IMO terminator is better for the splitting and various actions John showed but tmux shines where you may need to keep alive ssh connections and other sorts of things.

    •  2 роки тому

      Exactli I'm using both + sometimes clusterssh, terminator and clusterssh on local machine, and tmux on remote, it helps with unstable connections or tasks which are processed significant amount of time.

  • @4b978
    @4b978 2 роки тому

    tanks for terminator, love ability to type in multiple term in same time like when I want to ssh to one server multiple times

    • @4b978
      @4b978 2 роки тому

      also I'll start using profiles, cuz when I'm high I don't see difference between home pc and remote server, so it happens to me that I run wrong stuff on wrong machine haha

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

    Legend!

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

    If you want to move fast through the filesystem, I recommend FZF. You can move directly to a folder just by typing its name (from anywhere) and do stuff like type "rockyou" and have FZF automatically insert the full path to it.

    • @JohnDoe-lp7ge
      @JohnDoe-lp7ge 3 роки тому

      Thanks for this suggestion Peng! This is exactly something that I've needed.

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

    Some keycombo's that I use all the time:
    * CTRL-A to go to the start of the line, instead of pressing the Home key.
    * CTRL-E to go to the end of the line, instead of the End key.
    * Use CTRL-P to go to your previous used command, Ctrl-N to go to the next one. The up and down arrow-keys are great when you only have single-line commands, but it gets finicky when you have multi-line commands.
    * CTRL-L clears the screen.
    * CTRL-W deletes the word before the cursor (alternative to ALT-Backspace).
    * CTRL-Y to paste back words or a line that you just removed.
    * CTRL-U to delete everything before the cursor (as mentioned in the video)
    * Alt-. (ALT-dot) inserts previous arguments/commands behind the cursor. This is great for example when you want to quickly run two commands on the same files. One of my favorites!
    * Typing a double exclamation-mark like this !! will stand for the last run command. I use this a lot when I forgot to run a command with root privileges. I.e. Let's say I run "pacman -Syu" first, which updates your packages on Arch-based systems. It will nag me that I don't have permission to do that. After that, I simply run "sudo !!", which will be interpreted as "sudo pacman -Syu".

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

    You should do a vid on your setup. Very curious to see how all of that runs just off your laptop

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

    John, thanks for the vid, still waiting for the sublime text cheat sheet video.

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

    Man for this I love my Konsole terminal

  • @gerdastimmel2968
    @gerdastimmel2968 Рік тому

    Thanks very for your vidz and work... i ask myself this too... also... double thanks

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

    Great video my man. What do you think of zsh btw? I switched to zsh 2 days ago. Was using bash since I switched to Pop. Take a look at zsh.

  • @CurtisDyer
    @CurtisDyer 3 роки тому +5

    Put "set -o vi" in your .bashrc if you're already comfortable with Vim navigation. Much more intuitive when navigating the command line.

  • @LAWRENCESYSTEMS
    @LAWRENCESYSTEMS 3 роки тому +275

    Good video, but I still think TMUX is better 😛

    • @raison7478
      @raison7478 3 роки тому +10

      @@geist453 That comment right there made me stop watching immediately. I don't need your affirmation or verification. And all caps? What are you, 13?
      I don't care whether he is legit or criminal or outlaw, as long as he shares knowledge and knows what he is talking about.

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

      @Rai Son 😆😂

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

      @@raison7478 dude...

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

      Absolutely

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

      thanks no one asked fir your opinion

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

    Cool quick video.
    The KDE default terminal "Konsole" has the same capabilities as shown.
    It goes very well together with "yakuake"!

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

      Konsole just means Terminal in German

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

    He spared no expense!

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

    John Hammon The Legend

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

    There is something that I found out by accident:
    I am using zsh and kitty.
    Type a command and maybe you remember that you need to run a command before that but you don't want to remove the already typed out command. press [ctrl] + [q] Then it will clear the command and retain it in the background, Run the command that you need, then the previous command that you deleted will be there for you to run.

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

    Nice video. Does Terminator support resuming sessions after disconnect?

  • @TheSkepticSkwerl
    @TheSkepticSkwerl 2 роки тому +2

    I used terminator to get my OSCP. It's nice when enumerating to have multiple tools running at once

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

    Excelet video.Tillix do the same of Terminator(
    I used to use it some time ago), but its just a matter of personal choice. Now I using tmux with any terminal, but I have some drawbacks , specially when I debugging some program in gdb. By the way I found this CheetSheet a long time . My adivice is print and paste in front of you. I pasted mine in my laptop, below the keyboard.

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

    Okay so you convinced me to use terminator xD

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

    How you edit your videos john? do you use window or something?

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

    Yip, been using Terminator since last summer. ❤️

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

    John, you said that there is scripting to open up terminator panes through a script. Say I wanted an automated script that opens one pane and runs a nmap scan, one opens a nikto scan, and one doing dirbuster. All launching from a ./myscript... I really think making a tutorial on that would be SUPER useful to automate things. :D
    P.S. Love the new outro. :P Can't wait until you get your own intro like Network Chuck. :P

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

    U had me at ‘keyboard junkie’ :)

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

    Nice video! But you should be using KeyCastr to show us which keys you're hitting and when. Keep it up!

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

    fell in love with terminator too

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

    Good video

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

    While using arrow key combos is great for ease of memorization, they force you to take your hands off home row, then feel your way back, which is inefficient. Conversely, Tmux’s equivalents, are two-key combos and non-intuitive (Ctrl-B%, Ctrl-B”). But once muscle memory has set in, keeping your hands on home row is great for efficiency. Ditto Home, End, etc. - anything that pulls your hands off home row is inefficient. If you’re a BASH user, learning BASH keyboard shortcuts is also worthwhile to avoid having to reach for Home, End, etc.
    I’ve also swapped my Ctrl and CapsLock, and changed the Tmux cmd prefix to Ctrl-A. Both increase efficiency.

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

    ctrl-a and ctrl-e instead of home/end. ctrl-k to cut to buffer, ctrl-y to paste. Also works in basically every single text box in macOS that is native.

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

    love the thumbnail

  • @kevinl.9657
    @kevinl.9657 3 роки тому

    And here I am waiting for Step 2.

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

    On tmux, you can use mouse mode and won't have to worry about text from the right/left vertical window being accidentally copied

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

    john i am learning memory forensic is there any labs to practice other then memlabs

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

    Heh. I remember back in the seventies, how confused I was when someone referred to the exclamation as bang. I love how that vernacular hasn't changed over the decades, and probably won't for the foreseeable future.

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

    A great video. You can do Vim tricks too.