you need to HACK faster!! (Linux Terminal hacks YOU NEED!!)

Поделиться
HTML-код
  • Опубликовано: 26 сен 2024

Комментарии • 576

  • @toby-aprilseegren3872
    @toby-aprilseegren3872 2 года назад +284

    As someone who is learning linux ( and has taught myself ) thank you for taking time from your life, to share this valuable information.

    • @0Ciju0
      @0Ciju0 2 года назад +6

      I mean, it's not like he does it for free haha. He benefits a lot from these videos as well, it's not like he is giving away "time from his life" as you mentioned lol. He is 1) practicing what he has learned (you solidify your knowledge by teaching), 2) building his brand, and 3) getting ad revenue.

    • @toby-aprilseegren3872
      @toby-aprilseegren3872 2 года назад +9

      @@0Ciju0 you are 100 correct, but how many people do you know ( regardless of compensation ) would take time to share their knowledge. Personally, if I had his skill set, idk that I'd have the will to sit back, and do what he is doing.

    • @0Ciju0
      @0Ciju0 2 года назад +1

      @@toby-aprilseegren3872 I guess what I was trying to say is that some people get satisfaction from helping others, myself included. Its almost "selfish" if you think about it, since helping people makes me feel nice, hehe :)

    • @toby-aprilseegren3872
      @toby-aprilseegren3872 2 года назад

      @@0Ciju0 You can only keep what you have, by giving it away. :)

    • @BDBD16
      @BDBD16 2 года назад +1

      @@toby-aprilseegren3872 Those who can do...Those who can't teach.

  • @debarghyamaitra
    @debarghyamaitra 2 года назад +124

    2 more I would add:
    1. !cmd will pull off the last command we used with cmd For example- !cd will pull off last command we used with cd
    !ls will pull off last command used with ls
    2. Alt+. will scroll through arguments of previous commands
    Thanks Chuck for the other hacks🤩😘

    • @usmanatif5922
      @usmanatif5922 2 года назад +11

      Just to add
      Ctrl + left or right arrow to skip through words

    • @topg6792
      @topg6792 2 года назад +1

      @@usmanatif5922 Thanks man!

    • @zernin975
      @zernin975 Год назад +1

      `!#` for numbered commands from `history`, which will persist for quite a while if you come back to a command often.

    • @HethushaUmanga
      @HethushaUmanga Год назад

      Alt + < || Alt + >

    • @MAX-nv6yj
      @MAX-nv6yj Год назад

      And thank u for this great information ❤

  • @wilmerchau
    @wilmerchau 2 года назад +57

    Alternatives to [Ctrl] + [A] = [Home]
    [Cttrl] + [E] = [End]
    The [Home] and [End] key can be found above the arrow keys

    • @karanb2067
      @karanb2067 2 года назад +1

      not in every keyboard 🥲

    • @DaBomb340
      @DaBomb340 2 года назад +5

      I use this as well as holding Ctrl and pressing left or right arrows to jump word by word, jumping to the beginning or end of each word depending on the direction.

    • @radiotec76
      @radiotec76 Год назад

      I use home and end on the ssh app on my iPhone. It’s much faster but I use a Bluetooth keyboard with out the home and end keys. The CTRL-A and CTRL-E commands will come in very handy when I’m in an ssh session that did not know

    • @ZloB1N
      @ZloB1N 7 месяцев назад

      Not on Mac keyboard 😊

    • @linkinparkfan103
      @linkinparkfan103 5 месяцев назад

      @@DaBomb340 Wow I can't believe I never knew about ctrl with the arrows!!! Thanks mate

  • @snakejazz
    @snakejazz 2 года назад +9

    Chuck's most important tip is at 15:43

  • @ananddarshan1114
    @ananddarshan1114 2 года назад +48

    Just some random knowledge, you can use ctrl + alt + T to launch the terminal and that way you won't be needing a mouse either. And that way we are even faster.

    • @TheTwistedDesign
      @TheTwistedDesign 2 года назад +5

      Or even better, add terminal to startup applications 😁

    • @adrianopinaffo
      @adrianopinaffo 2 года назад +3

      Not all DEs have Ctrl Alt T mapped to terminal

    • @lostzhengli1060
      @lostzhengli1060 2 года назад +3

      Me just going ctrl-alt-f1 brrrrr

    • @shauryagupta7233
      @shauryagupta7233 2 года назад +2

      i just keep terminal as a startup up application lol
      I use arch BTW

    • @ananddarshan1114
      @ananddarshan1114 2 года назад

      @@shauryagupta7233 oh I see. I haven't used arch much, I used it just to learn about pacman pkg. Manager. I, so far, have been using ubuntu and kali mostly.

  • @zackfox5222
    @zackfox5222 2 года назад +5

    Hey Chuck! I started HTB because of you and I have to say it's a real game changer. I remember hitting my head against a wall trying to learn Linux 10 years ago. However, I've already done this terminal and you add so many little helpful tidbits that aren't exactly explained or presented in HTB (at least not yet). Also, the way you break things down makes more sense than when I read it most of the time so I selfishly want you to basically have a teaching series going through each module haha. Keep up the amazing work, you're the best IT mentor on here and I've been working in IT for 8 yrs (never had to use coding or significant Linux knowledge). Going for my BSIT in Cybersecurity now and I'll be watching every one of your videos!

  • @iBerry420
    @iBerry420 2 года назад +9

    Freaking love it bro! As an avid Linux User, this was like playing Jeopardy lol. I knew some things but not all.
    Love your teaching style too bro. Great content!

  • @KensonDorei
    @KensonDorei 2 года назад +4

    Ctrl + p --> previous command
    Ctrl + n --> next command
    Alternative to arrows keys when browsing command history

  • @amityadav240
    @amityadav240 2 года назад +9

    To Take OUT last word you can use "Ctrl + w"
    To search in History you can use "Ctrl + R"
    try "Ctrl + (left arrow or right arrow)" while typing in vim editor or any long command
    Ctrl + Z to keep file in Background
    command:- fg is for to take Background file in foreground
    incase multiple files are in Background you can use fg %1 for first file and fg %2 for second file and so on

  • @AboveAllBeOriginal
    @AboveAllBeOriginal 2 года назад +40

    you teach me more than my job and training does :) thanks for helping

  • @adammcvicar6629
    @adammcvicar6629 Год назад +7

    I think a good followup to this would be the 'alt' commands. You used ctrl commands, like ctrl-u for 'Delete from beginning of line to cursor', but alt does things like "move back a whole word' instead of arrow arrow arrow, and capitalize the word, etc. (So Alt-B to back up to the beginning of a word, alt-C to Capatalize it, or alt-U to uppercase the whole word)

  • @rz7537
    @rz7537 2 года назад +8

    Bro, you're killing it every single time!
    Great teacher,
    Great stuff!

  • @eng.alaafathy
    @eng.alaafathy 2 года назад +34

    You are awesome chuck , i love your series , very informational , keep the good work from a big fan to you.

  • @jeffherdz
    @jeffherdz 2 года назад +11

    Chuck, " Tail -n 20 /var/log/auth.log " Will get you the last 20 lines of that file. If you use "head -n 20 /var/log/auth.log" will get you the start of the file....and 20 lines down.

    • @defyteryt2452
      @defyteryt2452 2 года назад

      If you use only tail /your/file it Will cat 10
      line at the end of file

    • @jeffherdz
      @jeffherdz 2 года назад

      @@defyteryt2452 Than change the number to something else. like 40.

  • @kevinbagust
    @kevinbagust 2 года назад +7

    Chuck, You were correct with you the less command is called that. Orignally there was a command "more", and most Linux systems still have the command, but it was missing a lot of features so someone rewrite it and released it as "less" which was named for less is more.

    • @flaviudsi
      @flaviudsi Год назад

      I see that 'more' and 'less' commands are still available in some distros.. Thanks for sharing

  • @NickDrone
    @NickDrone 2 года назад +7

    You can use the less command to tail live logs as well less +F . Then you can use CTRL+c to pause the live logs and you are in viewer mode. This way you don’t have to exit tail and use less to view the log line again because it scrolled by too fast for you to read.

    • @meentage
      @meentage Год назад

      Please do you have any help I can't find the sniffjoke directory

  • @py_world
    @py_world 2 года назад +3

    I have been waiting for content like this for months, now finally got it, please make content like this a bit often please.

  • @JessieS
    @JessieS 2 года назад +1

    I'm a Endpoint Engineer and damn it there so much new things I want to learn out there. I'm in the middle of studying for my AZ104, thereafter AWS cloud Practitioner, and then I see the Linux/hacking videos you and David Bombal are pumping out and it's like damn it more fun a new things how do I fit it all and make time for it all lol. Great Stuff like always. Thank you for putting these videos out there. 😊

  • @funkyjunky3224
    @funkyjunky3224 2 года назад +13

    I’m at the end of my cohert and am studying for the security+ and this was a good refresher on some linux! You are what got me excited into learning cyber security

  • @duscraftphoto
    @duscraftphoto 2 года назад +3

    Fun content as usual! I've been using the alias "nope" to clear my terminal for years ha ha. The cursor jump controls are the best things since split str's. That reverse search was one I didn't know and now I'm in love ha ha. Great stuff!

  • @elfrancisco9954
    @elfrancisco9954 2 года назад +43

    Control + L doesnt really clear the terminal. The stuff is still there if you scroll up. Hence I prefer clear

    • @ethan7930
      @ethan7930 2 года назад +5

      Clear also shows the stuff if you scroll up

    • @DavidParathyras
      @DavidParathyras 2 года назад +2

      U can also try reset command

    • @z0too
      @z0too 2 года назад +9

      @@ethan7930 No, by default clear includes the scrollback buffer.

    • @stranger_04
      @stranger_04 2 года назад +1

      They're both the same

    • @splashdann6340
      @splashdann6340 2 года назад +1

      ​@@ethan7930 it doesn't. or atleast not on Kali and arch

  • @aurorask38916
    @aurorask38916 2 года назад +4

    I would add the importance of "*" since you can use it with so many commands such as rm, cp or mv. it means "everything" so if for example you wanna erase everything on a directory you just hit "rm *". Personally it has saved me so much time when it comes to writing the names of all the docs I wanna interact with (even when using the tab lol)

  • @ross.shevchuk
    @ross.shevchuk 2 года назад +1

    Thanks a lot, Chuck. As a Linux user for decades I've found something new today

  • @ethancohen6005
    @ethancohen6005 2 года назад +2

    Hey Chuck. really big fan here. I really love your enthusiastic teaching style. I don't think anyone else gets as excited as you about this stuff as you do and I love it.
    For those of us currently in IT or looking to get in, we need to Google things all the time. there are 1000s of results.
    Could you create something for us to know how to use Google modifiers and how to find a goos forum to look up answers vs bad forums? That would be amazing!

  • @Ben-tv5fy
    @Ben-tv5fy 2 года назад +1

    I rarely feel the need to comment on videos, but just wanted to say thank you 😊🙏 some great nuggets in there, and really well delivered! Making an otherwise opaque topic very accessible, which is much appreciated

  • @ShazamHax
    @ShazamHax 2 года назад +6

    If you like vim, you can have vim bindings in the bash shell, just add (set -o vi) to your bashrc or vimrc and you will be able to edit text really fast. I use it all the time.

    • @vaisakhkm783
      @vaisakhkm783 2 года назад

      i am using vim mode for long time, but i thought how everyone else even using tetminal without it, why it ian't default in terminal... but wow now only i understand there are shortcuts terminal to edit it faster without vim mode...
      :) gpod thing i didnt skiped this video thinking i know these things for years...

  • @mrmoonshine8062
    @mrmoonshine8062 2 года назад +1

    Two commands:
    fping: ping a range of devices
    watch: execute a command every few seconds and overwrite previous result
    Use watch and ip -s -c addr to show interface counters live
    Use watch and fping to see a network slowly coming up live

  • @khunixx
    @khunixx 3 месяца назад +1

    Best episode yet. You are seriously a lifesaver

  • @dgrando202
    @dgrando202 2 года назад

    When my mind gets sucked into something i become obsessed and rn I am OBSESSED with your videos. My journey begins

  • @MichealCudd
    @MichealCudd 2 года назад +2

    I think I learned more in this video than I have watching any Linux for beginners videos.

  • @Asherstitusworld
    @Asherstitusworld 2 года назад +4

    Super video Chuck Your videos are awesome And informative Now my doubts Are All Cleared

  • @iBerry420
    @iBerry420 2 года назад +3

    Another cool thing for people is the "watch" command. If you are trying to monitor a certain command's output but don't want keep using the up arrow + enter, use:
    "watch -n1 yourcommand -andargs"
    where 1 = number of seconds between each iteration.
    for example:
    "watch -n5 ls -alh"
    this will print the "ls -alh" command every 5 seconds (useful if you're uploading a file to your server and want to see its progress) the "h" part makes the file size human readable (shows kilobytes, megabytes, gigabytes, etc..).

  • @jokester.01
    @jokester.01 3 месяца назад +1

    Terminal Shortcuts
    Ctrl + Shift + T: Open a new terminal tab
    Ctrl + Shift + N: Open a new terminal window
    Ctrl + Shift + C: Copy selected text in terminal
    Ctrl + Shift + V: Paste copied text in terminal
    Ctrl + A: Move cursor to the beginning of the line
    Ctrl + E: Move cursor to the end of the line
    Ctrl + U: Clear the line before the cursor
    Ctrl + K: Clear the line after the cursor
    Ctrl + R: Search command history
    Ctrl + L: Clear the terminal screen
    Ctrl + D: Logout from the terminal
    Ctrl + Z: Suspend the current foreground process
    Alt + F: Move cursor forward one word
    Alt + B: Move cursor backward one word

  • @DrSteveMorreale
    @DrSteveMorreale 2 года назад

    I sent this to my parents (76 and 80), because we use Manjaro. 90% of this is review, but it is perfect and added knowledge. YOU ROCK CHUCK!

  • @salty8752
    @salty8752 Год назад +1

    The *Linux For Hackers* playlist should be required in the orientation for all IT professors. Keep up the great content!

  • @dualbeardedtech
    @dualbeardedtech 2 года назад +1

    Thank you for this Chuck! It's very helpful!

  • @Omen9tactical
    @Omen9tactical Год назад +1

    Alt + F = Forward one word
    Alt + B = Back one word
    Can also use Ctrl + Arrow Keys
    Ctrl + F/B will also move by one character
    Ctrl + Shift + X = Clear
    Ctrl + L = bring bottom line to top of screen

  • @anthonypayton1507
    @anthonypayton1507 2 года назад

    By the way thanks for the commands you saved me thousands and thousands of hours just using the keyboard. I love your vid!!!
    Tip Vertical Pane Ctrl + Shift + R (I think) on Kali.
    Tip for anyone using Kali Linux on VMARE terminal if you like to have vim open on a different pane in the same terminal tab. By default it's Alt + Right for the right pane and Alt + Left for the left pane. I updated it to Alt + [ (left) & Alt + ] (right). Saves time only having to save the file and switch right over to terminal only using the keyboard. Just learned today for anyone out there who likes vim.

  • @aaronater1088
    @aaronater1088 2 года назад +1

    CTRL + LEFT, or CTRL + RIGHT arrow keys allows you to easily navigate between sections of a command. It intuitively picks symbols or spaces as it's delimiter to stop at a position in the command line

    • @NickDrone
      @NickDrone 2 года назад

      CTRL + b and CTRL + f does the same depending on what Linux disto and how old it is.

  • @juliusrowe9374
    @juliusrowe9374 2 года назад +1

    Chuck, very informative tutorial!

  • @sir6693
    @sir6693 Год назад

    Thanks Chuck...as always brilliant explanation methods. I also wanted to add that hitting "Home" Tab on keyboard can get you right before the line, or "End" Tab to go at the end.

  • @efpetersen42
    @efpetersen42 2 года назад +1

    Fantastic video as always, Chuck! The only thing I'd want to point out is that when adding aliases to the ~/.bashrc file, you have to tell your terminal/shell to reload the .bashrc file for the new alias to take effect. This is the case both if you edit the .bashrc file with a text editor like Vim or Nano, or if you just echo an alias into the .bashrc file a la `echo "alias lh='ls -lah'" >> .bashrc`. I usually append a `&& source .bashrc` to the end of the alias if you're echoing the alias to the file, or if you want to move further into ninja territory, you can add an alias like 'src' to your .bashrc file that runs the command `source .bashrc` so you can echo further aliases with something similar to `echo "alias doc='cd ~/Documents'" >> .bashrc && src`

    • @stephen8617
      @stephen8617 Год назад +1

      Hech Yeah!
      That work's....
      Just starting out with this and loving the knowledge base in these comments. Thank You

  • @arpitgupta1765
    @arpitgupta1765 2 года назад +1

    I knew the basic ones but the ctrl squences were awesome and will help me in the future. Thanks

  • @zanidd
    @zanidd 2 года назад

    I doubted when you said, you're gonna teach me something I did not know, but you were right

  • @angie504
    @angie504 26 дней назад

    I've watched a lot of hacking videos on RUclips and this was the most immediately useful one.

  • @leftcoastbeard
    @leftcoastbeard 2 года назад

    Friendly Interactive SHell or "fish" has some neat tricks up it's sleeve. My favourite being typing part of a command and pressing up arrow to go back through commands that match.

  • @GU716
    @GU716 Год назад +2

    Bro I have been doing everything manually on Linux. You have definitely extended my life span with these tips XDDD

  • @jabronaldrangus9524
    @jabronaldrangus9524 2 года назад +1

    I just found pushd, popd, and dirs recently, may fit in w these navigation shortcuts.

  • @munizigor
    @munizigor Год назад

    Please keep creating all your insightful and genuinely funny content, dude! You were really born to it. Almost an year learning and having fun here😄😄. Congrats from Brazil

  • @Child0ne
    @Child0ne 2 года назад

    Such a good video dude best one in a while

  • @termux-api
    @termux-api 2 года назад +1

    Command line tip - go to previous working directory with ~- alias

  • @Rimuru____
    @Rimuru____ 2 года назад +1

    Can you do an in depth video on what is better for coding Mac or windows.. Please...I love your vids btw

  • @sahandsepidar4089
    @sahandsepidar4089 11 месяцев назад +1

    the part hes saying 'i told you , i told you theres more here'... man you are linux lover

  • @pinglocalhost
    @pinglocalhost 2 года назад

    @NetworkChuck Perfect video. I was just working on some of these commands in this video; it cleared things up. I was just randomly testing out different key commands and found out about some of these.💪 I hope you make PowerShell video series.

  • @hasanmahmud2016
    @hasanmahmud2016 Год назад

    Man, you're rocks! Thank You for your course !!! I've learned so much!!!

  • @Fm-ss4uj
    @Fm-ss4uj 2 года назад

    Chuck your soo good that RUclips stopped giving me notifications and putting you in my feed.

  • @jeremiahputnam3893
    @jeremiahputnam3893 2 года назад

    One of the first Linux tricks I found that I cannot live without is the use of the middle click. Highlight text somewhere and when you middle click it pastes the text from the selection. No copy command necessary. Works most of the time, even between applications.
    Yes, I know this is not a keyboard command, but you must master all tools in your inventory. A ninja doesn't always fight with a sword!

  • @colewinn5614
    @colewinn5614 8 месяцев назад

    Ctrl+Alt+T will launch terminal with no mouse
    Love ur channel. Thanks a bunch

  • @NetworkChuck
    @NetworkChuck  2 года назад +49

    Access your FREE Linux lab here: ntck.co/htbacad (HTB Academy)
    Check out hack the box RIGHT NOW:
    HTB - ntck.co/htb
    Academy - ntck.co/htbacad
    Bug Bounty Path - bit.ly/3KVQsSq
    🔥🔥Join the NetworkChuck Academy!: ntck.co/NCAcademy
    0:00 ⏩ Intro - Becoming a super fast Ninja Hacker
    0:30 ⏩ How do you get Linux?!
    1:32 ⏩ Launch your bash shell
    1:50 ⏩ First hack (cd hacks)
    2:42 ⏩ Second Hack!!
    4:52 ⏩ Third Hack!!
    6:11 ⏩ Using LS
    6:20 ⏩ Quick Hack for you!
    6:56 ⏩ a Dark Hack - use al
    7:45 ⏩ 2 Beautiful Hacks!
    9:00 ⏩ Another Quick Hack
    9:50 ⏩ Quick Hits
    10:41 ⏩ Life Changing Hacks
    12:46 ⏩ You Become a Ninja
    14:07 ⏩ Log Hacks
    15:08 ⏩ A Hack you did not see coming!!
    17:08 ⏩ Real Time Logs
    17:55 ⏩ A Hack that’s perfect for this time in the video!

    • @ashman-pq1lk
      @ashman-pq1lk 2 года назад +2

      Hi

    • @lalithjayasinghe609
      @lalithjayasinghe609 2 года назад

      Pretty good!

    • @hinahammad1047
      @hinahammad1047 2 года назад

      u r bald

    • @amityadav240
      @amityadav240 2 года назад +1

      To Take OUT last word you can use "Ctrl + w"
      To search in History you can use "Ctrl + R"
      try "Ctrl + (left arrow or right arrow)" while typing in vim editor or any long command
      Ctrl + Z to keep file in Background
      command:- fg is for to take Background file in foreground
      incase multiple files are in Background you can use fg %1 for first file and fg %2 for second file and so on

    • @passaronegro349
      @passaronegro349 2 года назад

      I follow your channel here in Brazil ... very good !!!

  • @viadaev4248
    @viadaev4248 2 года назад

    you are the first one to convince me using linux man chuck bro i cant im using linux in my browser for the first time i only know pwd ls cd thanks man

  • @jamescrawford7513
    @jamescrawford7513 2 года назад

    The entire video I found my self going "I much prefer....." and then you went into the follow up commands....lol (happened with tail, ll/la, and sudo !!)
    Although I was expecting you to go into the history command, rather than the reverse search. Also, where is grep man! grep is probably my all time favorite command, it SOOOOOO powerful!
    All in all man, I really enjoy your content. I'm a SysAdmin by trade, and have a def weakness in the Network Admin stuff, and your vids have been super helpful and easy to watch. Much appreciated.

  • @private0941xx
    @private0941xx Год назад

    Thanks Chuck, I threw away my mouse like you mentioned. Then I realized that the mouse was needed, but my wife had thrown the trash out. I managed to watch this video by pressing the tab key lol. Great video, keep them coming.

  • @seifelshlkany5032
    @seifelshlkany5032 Год назад

    Thanks man, You're making me better and better , I am a beginner and I 'v just get in about three 5 days ago with your help in top 40 commands for win, I began my way and Iam relying on you to make a great cyber security eng, or just good enough to deal with threats if happens, thanks alot man,

  • @metal571
    @metal571 2 года назад

    I've also never seen Ctrl+x e, very cool. And the saying I think you're looking for is "less is more" because, well, it's a better "more" command

  • @alimustafa2682
    @alimustafa2682 2 года назад

    More hacks :
    For a running process (where you can't type commands):
    Ctrl Z : Freeze the process
    bg : throw it in the background as a "job"
    jobs : show the running jobs
    fg %i where i is the job number : get it back to the foreground
    The monks taught me alot more.

  • @profittaker6662
    @profittaker6662 Год назад

    Good job really love (ALL) your videos, (these same command also works with VIM if you want to take your speed to the next level) There is just one thing I cannot the wrap around my head..

  • @davemistry9830
    @davemistry9830 2 года назад +4

    Chuck plzz learn us about API hacking
    at least reverse engineering

  • @dubsb540
    @dubsb540 Год назад

    This is really fun. I always wanted to learn Linux, and this is helping a lot.

  • @LuminousHilt
    @LuminousHilt 2 года назад

    I was teased years ago for not knowing the shortcut of pressing up ↑ for previous commands...lol Great stuff. Love your channel.

  • @arkadianriver
    @arkadianriver 2 года назад

    Thank you for demonstrating Emacs key bindings and nano rather than holding vim up on a pedestal like many others do

  • @tietosanakirja
    @tietosanakirja 2 года назад

    I wish I had seen this a few years ago. I've had to learn each tip one-by-one over the years.
    "ll" and "la" are very dependant on if the aliases have been enabled. I usually start by enabling them on my PIs.
    There were few that were still new to me
    "cd - "
    "sudo !!" will get a lot of use.
    Repeated Ctrl+R goes through matches. I learned this just couple months ago.
    "tail -f" saves me the trouble of scripting it
    Ctrl+X+E is a neat thing for long commands. I might use it some time.

  • @echologname
    @echologname 2 года назад

    You were right! These really were life changing! They help me to be more professional and FAST in the terminal! Thanks so much Chuck!

  • @LuminousHilt
    @LuminousHilt 2 года назад

    When moving files around. I like to confirm the right file went to the correct directory with the command " ls -alt" the "t" shows recent files.

  • @steveearle9678
    @steveearle9678 7 месяцев назад

    Turns out that a lot of these transfer over to Powershell which I used on a daily basis - Thanks 🙏

  • @saurbh22
    @saurbh22 2 года назад

    This is so good thanks Chuck!

  • @ronitdhase2511
    @ronitdhase2511 2 года назад +1

    Did somebody noticed @David Bombal and @Network chuck uploads videos on same day at same time🤭😅

  • @LeoAzzakaGoile
    @LeoAzzakaGoile 2 года назад

    OK... brain fried whilst watching the CTRL commands... Unreal, thanks Chuck.

  • @buzzdrew7
    @buzzdrew7 2 года назад

    Been going through hack the box starting section. This is definitely what I needed!

  • @mrerror1615
    @mrerror1615 Год назад

    Using ctrl+alt+t you can also open terminal without touching that mouse😄😎BTW really thanks i really learn many things form you love u bro,your teaching style is just awsome😍😘

  • @skydog22
    @skydog22 Год назад

    To quickly copy and paste text, Highlight the text, then Click the mouse scrolling wheel thingy to paste it where you want.

  • @Artichoked1
    @Artichoked1 2 года назад +1

    Can you please do a video on how to configure BIND DNS? Your videos break things into small easy to understand chunks and I think a BIND tutorial could really benefit from this.

  • @sefo31337
    @sefo31337 2 года назад +2

    You forgot the main thing: To open your terminal using keyboard just press and hold ( ctrl alt and press T ) boom

    • @NetworkChuck
      @NetworkChuck  2 года назад +2

      That’s a good one.

    • @flaviudsi
      @flaviudsi Год назад

      I was searching for that.. Thanks for sharing..

    • @sefo31337
      @sefo31337 Год назад

      @@flaviudsi np

  • @jacksmye4092
    @jacksmye4092 2 года назад

    I generally listen to everything on youtube at 1.25 speed...but my god is it an intense experience with Network Chuck. I don't think I can handle it

  • @dragonsage6909
    @dragonsage6909 2 года назад

    Awesome episode, one of the best quick Linux cli ninja videos ever.. I learned a few cool new ones, thanks Chuck! :)

  • @mangoandtot9739
    @mangoandtot9739 23 дня назад

    no need to note take a lot of stuff here but typing commands along the video would most definitely be great experience.
    type of video that i should check again once i become good at linux to a certain degree

  • @johnhack67
    @johnhack67 2 года назад

    Huge staff. Love it.

  • @riflebird4842
    @riflebird4842 2 года назад

    "Bashrc file we saw on chamber of secrets" 😂🤣 lol dude. You take it to the next level❤

  • @ruz_gaming5
    @ruz_gaming5 10 дней назад

    the last one was life changing!!

  • @JuanAlfredoMorete
    @JuanAlfredoMorete 2 года назад

    Try ESC + . in bash to call back the last argument to previous command... Like "head FILE" then "less ESC + ."

  • @iFunktion
    @iFunktion 2 года назад

    A true ninja uses zsh, do a vid on that chuck that would be awesome. Love your presentation and content, and your coffee is the nicest too!

  • @berryerpacic9995
    @berryerpacic9995 2 года назад

    as i started watching i was like.. "chuck... come on man.. these are the basic commands.. what are you doing?".. then there were the ctrl+a/e/r/u/y/k .... now thats interesting.. so ty.. im glad you are so fun to watch id even watch things i alredy know.. if that wasnt the case i would have missed the shortcuts there... ^.^

  • @austinkowalczyk8616
    @austinkowalczyk8616 2 года назад

    wow this a amazing video!!! I like how fast it is! Keep it up man!!!

  • @nassvandrunen6020
    @nassvandrunen6020 9 месяцев назад

    the phone call mr. Chuck had got me

  • @NK-iw6rq
    @NK-iw6rq Год назад

    We love you Chuck ! Thank you for your awesome and engaging content.

  • @mayurahir9340
    @mayurahir9340 2 года назад +1

    Thanks lern sum new commands like sudo !! Very nice video ❤️❤️

  • @ebjrtux
    @ebjrtux 2 года назад

    Thanks for this amazing tips!!!! OMG... Congrats!

  • @minguelrebello6414
    @minguelrebello6414 2 года назад

    Network chuck you are doing great job!!! Thank you so much for such content! 😊

  • @jacesullivan4563
    @jacesullivan4563 2 года назад

    Almost have all my tech ninja outfit put together... Lol perfect timing chuck!!!

  • @TimeSum21
    @TimeSum21 Год назад

    This was a really useful and instructive video. Thanks for sharing.

  • @klosession
    @klosession 2 года назад

    for ctrl a and e you can make a mnemonic in german. STRG A = "anfang" its means begin and the first letter is A, STRG E = "ende" its mean end yk .