@rohangupta1266

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

@luelo6681

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! ♥️

@neverhomepnw

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.

@otectus

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.

@abhishektiwari9978

DAY 1:   1:00:40
DAY 2 :  2:01:20
DAY 3:   3:01:28
DAY 4:   4:01:55
DAY 5:   5:00:16  -  Completed

@KAZVorpal

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.

@compilerrun5516

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

@rajanAdam

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.

@mohitdas5292

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 ❤️🙂

@JBSbass

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.....

@sharongershoni

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

@Hwyadylaw

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: \n (line feed) \r (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.

@Android-17

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.

@ernstgoldman3634

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.

@arunkumar-zv1sy

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......

@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!!

@EchoVids2u

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

@matthewvonhofen

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

@bhuvan950

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.

@farhan8834

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