The 50 Most Popular Linux & Terminal Commands - Full Course for Beginners

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

Комментарии • 1,2 тыс.

  • @rohangupta1266
    @rohangupta1266 3 года назад +756

    Colt is nostalgic for me , he started my web dev journey . Thanks Colt

    • @seanfang398
      @seanfang398 3 года назад +29

      Same here😆😆 What a great tutor who helped so many students started their dev career, including me!!

    • @Aliennnaa
      @Aliennnaa 3 года назад +13

      I learned nodejs from colt , good guy colt

    • @zuzkiller
      @zuzkiller 3 года назад +46

      Same. I finished "The Web Developer Bootcamp" almost five years ago, and I've been working as a Full Stack developer ever since.

    • @Deliverant
      @Deliverant 3 года назад +9

      @@zuzkiller Exactly the same, that course was the one that started it all for me.

    • @md.nahianahmed122
      @md.nahianahmed122 3 года назад +8

      Hopefully I will do better. Just one moth ago I enrolled his web development bootcamp course.

  • @matthewvonhofen
    @matthewvonhofen 18 дней назад +2

    That feeling when you review the description and feel confident in your understanding of all the topics.

  • @luelo6681
    @luelo6681 2 года назад +108

    Colt is the one who helped me to start my software engineering career. Its been 5 years and now I able to earn a decent salary and feed my wife and daughter. Thanks, Colt! I love you, man! May God bless you! ♥️

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

      there's no god

    • @ME0WMERE
      @ME0WMERE 2 года назад +14

      @Urs Schuerch it’s called being nice. I’m an atheist yet I have no issue with this comment.

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

      @@ME0WMERE if i were in your country, I am sure you will be in my church.

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

      @@uschurch i can see you are in the EU. When i setup a church, I would invite so I can demonstrate God's power right in your presence.

    • @mayanksolanki3483
      @mayanksolanki3483 2 месяца назад

      ​@@cruxwirethere is no god

  • @arunkumar-zv1sy
    @arunkumar-zv1sy 2 года назад +4

    Hi - I started with zero knowledge without knowing what is mean by Linux. I finished this youtube video in 6 days and created a short notes in excel for my understanding. I am very happy this video added some knowledge in my head. Now I am confident on the Linux commands. Thanks a lot for your service on making this command simple and understandable. Love from India......

    • @abubakarijuma6870
      @abubakarijuma6870 11 месяцев назад

      If don't mind sending me your short notes for helping me

  • @neverhomepnw
    @neverhomepnw 2 года назад +17

    I love how slow paced it is. A lot videos (even paid ones) feel rushed and use terms which can throw me off. Truly appreciate all the hard work you did. Mad respect to you Colt.

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

      I completely agree about "terms which can throw me off".. You would expect as much clarity as possible when learning something new and still someone using those advanced terms, which can only familiar audience can understand. To me, such education is garbage, because it is useless, when you can't understand that. This video is fortunately great and don't have these flaws.

  • @Hwyadylaw
    @Hwyadylaw 2 года назад +230

    If you really want to understand the terminal, you have to look into it's history, going back to physical computer terminals, to teleprinters/teletypewriters (TTY) .
    A CTRL combination like ^Z or ^C actually sends a character code to the shell. These are called control characters (hence the CTRL key), as they don't represent graphical characters to be printed, but commands to control the device outputting the text. You can see them if you look at an ASCII table. For example ^G sends code 7, telling the receiver to ring a bell (a physical one originally). ^H (or the backspace key) moves the writing head back one character, which would let you fill in a space or print a character on top of another character, like O [Backspace] ^ would print Ô.
    ^C sends the "end of text" character. ^J sends the "line feed" character, which on typewriters would feed the next line to the writing head, without moving the carriage back to the beginning of the new line. To start writing the new line you'd then also need the "carriage return" control character ^M. This is why new lines are LFCR (line feed carriage return) on Windows. On Unix-like systems, only the line feed character is used.
    You may be familiar with the C escape sequences for these control codes:
    (line feed)
    (carriage return) \0 (null) \t (horizontal tab)
    One thing I love is that the Delete code is 1111111 in binary. This is because it was designed for punched cards/tape, where it would overwrite any other character by punching a hole in every position, in contrast to \0 (null) - 0000000, which was supposed to be ignored and wouldn't do anything.

  • @ernstgoldman3634
    @ernstgoldman3634 2 года назад +580

    In spite of the fact that computer technology is changing very rapidly and sometimes in very drastic ways, the UNIX/Linux fluency still remains so relevant. I am amazed that Unix knowledge I acquired in my college days (25+ years ago) still carries me thru in various jobs. I've changed so many languages and frameworks over the years, they become obsolete or not in demand, but knowledge of Linux is still crucial. Same for SQL. If nothing else -data structures, Linux commands and SQL should be in your foundation.

  • @mikeboyd2444
    @mikeboyd2444 День назад

    I've dabbled in Linux but always found it confusing, so I never got in to actually anything. When I found this video, I followed the whole thing through from start to finish using Kali Linux on WSL and this is hands down the best Linux for Beginners video I have seen. I feel like I am learning skills, and actually understanding the why behind each one. Thank you, Colt, for taking the time to make this video!!

  • @Android-17
    @Android-17 3 года назад +141

    Colt Steele is the absolute best!
    I recently started in programming with his web development course. It's very in depth yet so easy to understand.

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

    It was so late I ended up falling asleep to this video still playing through my headset into my ears.
    It invaded my dreams and I somehow learned more in my sleep than I have in months.
    10/10 video, seriously.

  • @JBSbass
    @JBSbass 3 года назад +9

    I’m a Windows Sys admin, MCSA, CCNA, CWNA CompTIA, I’ve started Linux like 5 times and always walked away over a 10 year dig. This guy has kept my interest this time round. Thnx for keeping it interesting.....

  • @mohitdas5292
    @mohitdas5292 3 года назад +68

    Colt Steele is one of my best coding teacher out there and also a man who helped me to start my programming journey. Thanks Colt and I love your cat Rusty ❤️🙂

  • @sharongershoni
    @sharongershoni 3 года назад +27

    Colt is the best teacher I have ever had. His teaching is expansive while thorough, and so generous - accessible and inclusive.

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

    Bro is a legend running commands for three different operating systems on the same machine.

  • @rajanAdam
    @rajanAdam 3 года назад +5

    as soon as i saw Colt in thumbnail i knew it’s gonna be amazing. Colt Steele you are responsible for thousands of web developer around the world.

  • @bhuvanprakash
    @bhuvanprakash 3 года назад +33

    I have started my full stack developer journey with Colt's Full stack developer bootcamp on Udemy 3 years ago. That was probably the best course I have ever taken. He is a great tutor.

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

      @Flip & Flop i have done the course; would highly recoomend

  • @edironwladimir
    @edironwladimir Год назад +5

    DAY3 1:46:25 yes in my path of backend I´m enjoying this course already
    DAY4 2:14:37
    DAY5 2:32:24
    DAY6 3:00:23

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

      Hi how's it going

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

      @@kitten_with_bad_breath Beautiful it's amazing the things that you can learn from FreeCode academy , Chatgpt, and UDEMY... just beautiful

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

      What day are you on?

  • @Ludwig6583
    @Ludwig6583 3 месяца назад

    Thank you!! This tutorial was perfect for me, not too fast, not too slow, yet easy to understand! Took me 2 entire days to finish, but I was taking notes and re watching to get as much value as possible. Can't thank you enough, Colt!

  • @Adrii0x29A
    @Adrii0x29A 3 года назад +14

    I'm mostly using this to refresh my knowledge on things I already know just in case but it's made a lot of things SOOOOOOO much clearer. This is a wonderful video, thank you so much.

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

    One of the most articulate and coolest teacher i have seen, Appreciation Colt !

  • @EchoVids2u
    @EchoVids2u 3 года назад +16

    Colt by far is my dev favorite teacher. He is insanely good.

    • @ColtSteeleCode
      @ColtSteeleCode 3 года назад +3

      Thanks Alex :) There are so many great dev teachers out there, so that means a lot to hear!

    • @s123-z8b
      @s123-z8b 3 года назад

      @@ColtSteeleCode You absolutely deserve it Colt. I owe you and Ian for my passion and learning about Web dev. Your way of teaching all the concepts is very engaging. I smashed the course and wasnt bored in any single lesson. Heard rusty is no more 💔

  • @azizkhujakhujaev2598
    @azizkhujakhujaev2598 3 года назад +4

    One of the best teacher👨‍🏫 and programmer 👨🏼‍💻 Colt Steele

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

    If you have in some way documented these commands for learning purposes. For follow-up I would recommend, that you use the shell "man pages" --> "man " to fully understand the command usage and correct argument and parameters for the "flavor" of Linux you are using. While the commands themselves rarely change , arguments and parameters often do affecting the output. Linux has a very powerful system of tools and the "man pages" have very explicit information on usage and even some hidden gems relative to your Flavor of Linux.

  • @gnuhnhula
    @gnuhnhula Год назад +3

    Day 1: 1:03:45
    Day 2: 1:56:49
    Day 3: Done!

  • @eggrise
    @eggrise 3 месяца назад

    Thank you colt elvis kitty the group the owner and everyone involved in this video. People like you convince me everytime that we have good people in this world.

  • @user-zb5jp4ti1d
    @user-zb5jp4ti1d 3 года назад +18

    Nothing but love and respect for Colt... Thank you so much for all that you do.

    • @cvhashim
      @cvhashim 3 года назад

      Nothing but respect for my President

  • @KAZVorpal
    @KAZVorpal 7 месяцев назад +1

    When you say that "whoam i" won't work, you should mention that "who am I" WILL work. With the spaces.
    This is because "who" is a different command, that shows who is logged into the machine, but some clever person added the ability to see just your own login, and formatted it after the whoami command.

  • @madmike2470
    @madmike2470 3 года назад +12

    I just bought my first Linux PC so this course could not have come at a better time!. I learnt more from this video than I did in college ! Thanks 🙂

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

    Colt Steele is really an inspiration to me and personally I owe him a lot... His course on Web Development helped me start my Web Development journey... His course is worth way more than money... Literally on of the best teachers in the world...

  • @Mega_Casual
    @Mega_Casual 2 года назад +10

    Using Octal, an easy way to remember permissions is: R=4, W=2, X=1. Then if you add them by octal number it combines those values. Ex- 4 is read only, 6 is R and W, 7 is RWX. 5 is RX. 2 is W.

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

    I am half way through and I can say this is the best video about linux commands that I have seen yet, highly recommended. 👌

  • @muminatadekunle5324
    @muminatadekunle5324 2 года назад +22

    This is by far the most simplified video I have found on this subject.
    I am a complete beginner to the command line and software development generally and this was so clear and easy to grasp. I say this because I have read and watched a number of videos that did not do much to provide clarity on the subject.
    Super excited about all the things I can do on my terminal too. Starting shell scripting next week and I'm already excited

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

      It's my 1st attempt, which was suggested to me by a friend. thank you my friend......by the way I am also beginner to this ERA...can you support me for grasping more knowledge.

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

    I NEEDED JUST A VIDEO LIKE THIS TO UNDERSTAND THE BASICS, IM STARTING LEARNING PYTHON AND DATA SCIENCE. THANKS SO MUCH...

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

    I've been using Linux since Red Hat version 6.0 (1999) and I've learned a few new tricks either that are new to me or long since forgotten. I love helping people out in their beginning days of trying Linux and I just love your approach to what they seem as that mysterious black hole of the command line. I will be giving this link out to all my newbies! Thank you so much! :)

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

    I was struggling with linux commands. I come from windows and hardly use cmd lines. Switching to linux , it was nightmare but learnt few commands and maintained docs here and there. I thought ill explore more and improve my skillset on linux and commands. Man o man this was wholesome.
    Thanks a lot !

  • @zekeking
    @zekeking 3 года назад +81

    Colt's videos really let me hit the ground running at my first job where I had to interact with the terminal and use Git. Love his stuff. P.S. freeCodeCamp you should do even more collabs like this :)

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

    Words can't express the way that he teaches!

  • @chivan-123
    @chivan-123 2 года назад +12

    Amazing video, honestly it can be hard to just sit down and follow along and take notes on videos like these but seriously; watched the thing from start to finish, took 3 pages worth of notes, and didn’t feel burnt out. Thank you to everyone involved!

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

    Great resource for Linux commands. Use the "chapters" feature of RUclips for navigation to any specific command.

  • @MrCWoodhouse
    @MrCWoodhouse 2 года назад +64

    Wow! Almost 1M views. This was an epic 5 hours of explanation. Thank you, Colt. You put a lot of things together for me that I had learned in a scattershot fashion. I look forward to exploring your bibliography.

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

    The most popular command I use is r which I wrote myself in bash. I didn't name it r for reset but everyone I've ever worked with thinks that is why I called it r. What it does is clear the screen, displays a line centered across the screen that shows me the host name, then another centered line displaying the terminal id number, the current time, and the current working directory. Then it displays the current value of the ls command. I would encourage anyone that wants to be a Linux Guru to write their own r command. Not that I'm a Guru but I think it is an excellent excerise for learning bash and very useful, especially if you are working with multiple hosts using the command line.

  • @JT-iw2cw
    @JT-iw2cw 2 года назад +4

    Great tutorial, I didn't consider myself a beginner, but several fundamental pieces clicked into place in my mind because of this video.

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

    1:56:45 thank you very much for this quick intro to piping. I will be sure to apply it as much as I can.

  • @robbs96
    @robbs96 3 года назад +23

    I love his teaching style! Makes things so fluid and easy to understand. Segways from one thing to another flawlessly so it just sticks in your head better. Awesome!

  • @christiantorre1
    @christiantorre1 Месяц назад

    Thanks for this video! I was exposed to Linux during my time as an Application Support engineer and slowly became more interested in Cybersecurity. So this video was really helpful!

  • @mikeg3660
    @mikeg3660 3 года назад +10

    Just watched the entire thing… so well done, interesting and not intimidating. It’s been a while so some was review and some new. Thanks so much for your efforts.

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

    i love the way Mr. Steele adds humor while coding. he's a living legend. came after his webdev course on udemy

  • @lilizhou6279
    @lilizhou6279 3 года назад +16

    familiar voice!! Colt started my data science journey, I have finished his SQL course, It is awesome!! Thanks Colt!!

    • @adipurnomo5683
      @adipurnomo5683 3 года назад

      Are you work as data scientist bro?

    • @lilizhou6279
      @lilizhou6279 3 года назад

      @@adipurnomo5683 not yet, I am a data science student now ~

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

    Excellent for absolute beginners. Some of the fundamental details were supplementary to what I thought I already knew. Thank you so much.

  • @robertturner574
    @robertturner574 3 года назад +3

    Amazing. I was just looking last night for the best free resources to dive into Linux as a beginner long-term windows users. Colt Steele has been my teacher for a long time now and I love this! Thank you so much!!!

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

      I remember those old days when I used to use the hyper terminal with git bash in windows for bash support 😂😂.... I finally took the decision to move to Ubuntu and today I am happy that I did.... If you are a developer you would be better off using linux and figuring how it works as and when you need things done....

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

    This channel brings top quality content for free. Owners deserve Nobel Prize. 🙏

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

    4:40 "Why do we have to use text commands". For me it's because you can write scripts using those commands.
    You can feed the output from one command to another and do all kinds of automation.
    I love the Terminal. It's always been a powerful environment to use.
    I have always believed this since the CLI on my Commodore Amiga.
    I pity those who only prefer clicking on Cute Icons to launch some.exe
    Rather than clicking a Cute Icon to launch the awesome script you just wrote.

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

      Saying you pity people who never had the opportunity to learn the things you did kinda makes you sound... hmmm how should I put it... Arrogant AF!

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

      @@YeetLord666 Everybody has the opportunity to learn this. Thank you for your opinion.

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

    colt taught all of us and has helped change all of our lives for the better.

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

    Hey mate this is by far one of the most useful, best explained and discussed Linux shell commands tutorial I have ever seen. The course content makes it even more superior.
    This is an A-Class production mate.
    WELL DONE AND MANY THANKS INDEED!!

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

    I've taken Systems at my University and this course would have helped out tremendously. Thanks for posting this course.

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

    2:07:05 Learned by here. Very basic part so it needs to be revisited!

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

    I loved the educational part that has nothing to do with commands, just history and stuff. Even though I didn't come for it. Thanks!

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

    Sending some love to my best instructor ever - Colt! You made difficult things simple for me! Thanks for another tutorial!

  • @VinhNguyen-ul8yg
    @VinhNguyen-ul8yg 2 года назад

    Live this linux video, and it's free. Easy to understand. Don't purchase Hack the Box Academy first to learn linux. Colt you are a very good teacher. Thank You.

  • @samarth.saxena
    @samarth.saxena 2 года назад +18

    Really nice lecture. I’d really recommend others to watch this who are starting with linux.
    I think you could have included setfacl and getfacl too, since you have already covered ownership and right permissions in this video lecture.

  • @soydouaa7435
    @soydouaa7435 10 месяцев назад

    The fastest 5 hours I've ever experienced in my life. Thank you for this amazing explanation! 💕

  • @MacNsqZ
    @MacNsqZ Год назад +4

    One of the most informative CL intro videos I have watched thus far. Still scratching the surface in this new world of computer science, but thank you for all of the digestible AND free content. Eventually I will need to invest financially, but this is an amazing introduction. Thank you Colt and FCC for all of the help in this exciting journey.

  • @thatsossodrizzy
    @thatsossodrizzy 2 месяца назад +1

    thanks for this video
    spent a total of 6 days on this cause im lazy but i can easily say i know this now
    thanks a lot

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

    Congratulations Colt. Very good set of commands, mainly for those who are starting in this wonderful linux world!

  • @LL-ue3ek
    @LL-ue3ek Год назад

    Amazingly it lasted 5 hours. I took good amount of effort on our side to finish it, and one can only imagine the work you put in to prepare the video. It begins to get my foot in the door; and thank you for sharing your knowledge! Say hi to and thank your cat for participating in the lecture.

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

    This is highly informative, clear speech, audible and nice to tag along. As i am new in CL, am glad i came across this video, it has buttressed my knowledge more with the basic CL and I hope i get to use them often to enjoy it. Thanks for this video Colt! you are really great.

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

    "cut" is super useful if you're trying to grab fields of data from a text file and "paste" to lay them back out how you need them... (you can do it in the shell other ways using a function and it's positional parameters too)

  • @latasha2123
    @latasha2123 3 года назад +3

    Thank you Colt. It is really a great help to me as I was looking for something on Linux commands for couple of days.

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

    "open -e" just changed my life. Thank you.

  • @TechnophileLad
    @TechnophileLad 3 года назад +6

    I love his teaching style. Thankyou sir for this video :)

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

    I got my first job because of Colt! ❤️❤️❤️

  • @johnnyq4260
    @johnnyq4260 3 года назад +6

    Never realized until now that I've been using more than 50 Linux commands on a daily basis.

    • @1pcfred
      @1pcfred 3 года назад

      I looked at his list and there's a few on there I've never used. Then again there's others I do use. Most of the commands I use regularly are related to package management which are not universal UNIX commands. So I can see why they weren't on his list.

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

    I know Colt's odds of reading this are less than 0.00001, but, I sure wish I had that document he wrote describing what each command he explained [did]. I'd use that reference to infer the meaning of each command's syntax. Great tutorial.

  • @Robd515
    @Robd515 3 года назад +8

    Colt has a full course on Udemy (that I own) regarding the command line and I recommend getting it to support our favorite teacher.

    • @kite2surf
      @kite2surf 3 года назад

      I'm sure Colt is doing just fine support yourself 😂😂.

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

    "But to say no, there is a lot to nano." Colt, your teaching style is really great. Thanks a lot.

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

    Wow, finally done! I did go through it all. The more basic commands I understand well enough. ChMod, though, that was a fun one. There are a lot of commands that I want to play with in my VMWare Ubuntu. I'm glad for virtual machines, and it helps a lot. I didn't know about WSL until this course, that might have been more fun.
    Thanks so much, Colt! I'm sure this was a lot of work to put together! You're a very patient man!

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

    Excellent presentation. You have a good dynamic quality to your voice, and you explained everything clearly. Thank you.

  • @chybior
    @chybior 3 года назад +3

    after struggling with VM (that guys in some courses on Udemy recommend to install) and some linux distribution installation, letting my computer slow and so on, or even creating a bootable pen-drive with and running linux through it. Almost giving up of learning linux. First time I see someone telling that is possible to use linux terminal on windows :D
    Happy to find you!!!

    • @HAMZAKHAN-sb8py
      @HAMZAKHAN-sb8py 2 года назад

      will i be able to fully use linux after this wsl ubuntu installation ? coz in my college profs hv advised to download virtual machine first?/

  • @jotaro9664
    @jotaro9664 3 года назад +310

    *Only legends know that the video is re-uploaded*

    • @gilbertlopez
      @gilbertlopez 2 года назад +30

      only legend is Colt himself

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

      @@gilbertlopez 💯

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

      Why? It’s reuploaded

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

      Don’t hate just upload something we could learn from

    • @DennisSimplifies
      @DennisSimplifies Год назад +4

      I'm 30 minutes in and I'm loving it already

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

    The use of the word "Terminal" comes from the "Old Days" (i.e. back in the day) of original computer communications. In the days of ENIAC, UNIVAC, etc., the only way to communicate with a computer was through a Teletype machine terminal, that's right folks, Teletype, like a communication typewriter. The name has stuck with us.

  • @mezzer34
    @mezzer34 Год назад +8

    I'd just like to interject for a moment. What you're referring to as Linux, is in fact, GNU/Linux, or as I've recently taken to calling it, GNU plus Linux. Linux is not an operating system unto itself, but rather another free component of a fully functioning GNU system made useful by the GNU corelibs, shell utilities and vital system components comprising a full OS as defined by POSIX.
    Many computer users run a modified version of the GNU system every day, without realizing it. Through a peculiar turn of events, the version of GNU which is widely used today is often called "Linux", and many of its users are not aware that it is basically the GNU system, developed by the GNU Project.
    There really is a Linux, and these people are using it, but it is just a part of the system they use. Linux is the kernel: the program in the system that allocates the machine's resources to the other programs that you run. The kernel is an essential part of an operating system, but useless by itself; it can only function in the context of a complete operating system. Linux is normally used in combination with the GNU operating system: the whole system is basically GNU with Linux added, or GNU/Linux. All the so-called "Linux" distributions are really distributions of GNU/Linux.

    • @als4817
      @als4817 Год назад +3

      I'm not sure if you watched the whole video, but your comments are clearly explained in the 12 - 17 minute segment of the presentation.
      It appears the author anticipated responses like this one.

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

    I almost dropped the course if I have not found you in here. I liked linux more than I hated it now. Thank you!

  • @RalphNgOfficial
    @RalphNgOfficial Год назад +6

    Thanks for sharing, great tutorial indeed.
    Can you also do some tutorial particularly for some open source project like Odoo?

  • @rohanlumia5969
    @rohanlumia5969 3 месяца назад

    Such a nice video, by far the most easy to understand. And one more thing which I faced: I am using WSL (Debian) and while following the video when you try to do the "man" command it shows command not found, so the solution for this is you have to installthe man package. You can do that via "sudo apt-get install man-db" (ofc without the quotation marks)

  • @farendivaz
    @farendivaz 3 года назад +5

    Finally they upload this again 😅

    • @awwtawnoo
      @awwtawnoo 3 года назад +1

      Can you say why they did so?

    • @brianlee8104
      @brianlee8104 3 года назад

      y did they Dropped Prev 1?!thou

    • @ssumit196
      @ssumit196 3 года назад

      @@awwtawnoo Audio Issue.

    • @farendivaz
      @farendivaz 3 года назад

      @@awwtawnoo i don't exactly know the problem, maybe something wrong happen in the previous one.

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

      Ohh nvm got it.

  • @LiberPater-d7b
    @LiberPater-d7b Год назад

    Man this is awesome!!! All said and done it converted to 6 pages of NESSESARY notes, breakdown with syntax alone was worth the time!

  • @GG-dk2xh
    @GG-dk2xh 2 года назад +7

    I hope the cat survived...

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

    why so many haters. this is an excellent linux command teaching for me at least.14 years in windows servers and i never get a chance to do linux 4 years in red hat linux. COLT thank you for the lessons..

  • @slmshady539
    @slmshady539 3 года назад +4

    He's Michael Jordan of web development.

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

    Stopped using Linux for almost 2 years.. Forgot soo many CLI now.. Need to repolish my secret again. Thanks for 5 hrs video.. Insane

  • @c434rdd410
    @c434rdd410 3 года назад

    i am linux user for many years, thanks giving us so good lesson !

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

    my favorite udemy instructor, thank you colt. you are really the best

  • @diegomendesartismo5725
    @diegomendesartismo5725 3 месяца назад

    The ls command has another very useful flag: -h. I know it’s a lot to cover in a five-hour video, but some flags are very important to know. The -h flag, not just for the ls command but for many others, is important to read the size of a file or directory in a human-readable format.

    • @diegomendesartismo5725
      @diegomendesartismo5725 3 месяца назад

      PS: This is what I meant to say, it’s just constructive criticism.

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

    Yayy 🔥 ,
    Colt steele is here ,
    His dsa course helped me develop my skills to a different level

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

    WSL and VMs were NOT the only way to use or exec linux commands on Windows. UNTIL 64-bit came along, in the days of 32-bit only, there was a project called CO-LINUX that worked perfectly IN WINDOWS.

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

    Back in the day, when I was at the university, our ACM chapter invited a speaker -- he was from Baton, Rouge, LA, as I recall with the odd name of Udo Pooch (quick shoutout to Dr. Pooch, wherever he is!). Dr. Pooch spent an hour opining about all of the nice commands this OS called Unix offered, the most useful being a command called 'grep'. Little did I know that as my career developed grep would be my Swiss army knife for slicing and dicing text files. I would add learning a bit about pipes because these commands are way more useful when you combine them together using pipes instead of going through intermediate files. Because of these commands and simple shell facilities like pipes I never needed to learn Perl, which is a honking huge language. Many of the features of Perl come right from grep and other Unix utilities mentioned here.

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

    Thank you for the incredible free Linux course!! I just finished watching it and learned a lot!! So easy to understand. Awesome.

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

    I have used all of these. Didn't know I knew 50 terminal commands. That's insane.

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

    Finally made it through after 3 months of on and off viewing. Thanks for the lesson.

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

    Thanks a lot COLTSTEELE!! You explained EVERYTHING needed perfectly!!