this is one of, if not THE best video on the fundamentals of unix shell and processes. very happy i found it i'm learning so much even after 10 years of being a developer
@beauforda.stenberg12809 ай бұрын
I think this KZbin video was well-structured and well-presented, but it was really stock-standard in the genre. What set it apart for me, was the use of flowchart notation to visually convey aspects of an interactive command, showing child-processes, spawned sub-shell, etc., for example. These were a mark of pedagogical excellence and I appreciated them greatly.
@mxaraujo4 жыл бұрын
The content is very well organized. This course is sensational.
@Backroad_Junkie Жыл бұрын
I'm still running shell scripts I wrote 30+ years ago. Originally under System V, then Solaris, then Ubuntu, now BASH on windows, lol. (If you go to my site and run one of the slideshows, that slideshow was generated by a script...) They generate HTML code. Originally they generated linked lists for a slideshow. Now they generate the code for HTML/Java arrays to create slideshows. Modified yes, but some of the code is from the original incarnation, lol. (Mostly the basic I/O, file read and write stuff.) I'd rewrite all of it in a modern language, but hey, the scripts still work, and I see no need to move on... 😁 (I've been a Unix SysAdmin/Systems Programmer since the early '80's. By the end of my career, I babysat NAS arrays and mail machines...) 😁
@RatusMax4 жыл бұрын
TLDR: I am glad I found this channel because it will help me answer questions I have about life. Even if it leads to a dead end I will be happy that I was able to use my brain again to learn and find something. I was in a slumber of doubt in myself and was just content with the regular loop I put myself in. Then the pandemic happened and disrupted that loop. It has been years since I sat down and drew anything. When I did so it took about 3-4 hours but I noticed even though I didn't practice my art skills went up considerably. It was because over time I started to look at the world differently. When I was taking math, physics and computer science, I just looked at it like a process I needed to do to get a piece of paper. Every time I would try and make time to wander off and see what I could do, I was rewarded with an F. So I kept myself constrained to what was to be taught in class. I could see that drawing art, math, physics, computer science, etc. was all the same. They were interconnected. I wanted to explore why when I drew something new with my hand, it felt the same as when I solved equations in physics and math. I also realized when I drew concept art, it felt exactly the same way when I created software solutions. However after I joined my regular cycle, I tossed those questions aside because I had job security and did not have to do any more thinking. Just follow a process and have no creativity. I realized however I wasn't happy. Yeah I got money and paid the bills, yeah I had excess money but that person who was inquisitive was still in there. I did NOT have time to think and wander off into thoughts that light up my mind. So now I am going to dust off the old math, physics and computer science books and start reading them. I want to answer my question why is my art skills connected to my mathematics skills. I came to a realization that all that we do in this life is find, record, combine, (we haven't done this yet I dont think...) modify, and delete patterns of the universe. In basic art we can use to record patterns of the universe. (portrait painting) Through concept art we can use those patterns and combine those patterns to express something else. (video games, movies, etc) in physics we can use it to record the patterns of the universe. Through computer science/engineering we can use those patterns and combine those to express something else. I had to come back to edit this because modification of a universal pattern would and could mean the alteration of the universe itself. So I added combining patterns. That way just like a wave they are just multiple patterns added or removed to make a different one. I know this sounds like some crazy mans ramblings but finding out how this all comes together is what I want to do in my life. I saw this guy a long time ago on YT called FZD school. His art videos opened my eyes. It looked like magic at first but then I saw a method. How he solved the problems over time and it made me realize that its all the same. We as humans rip them apart and put them in their own chunks to eat easier. The truth is we should have been eating it together. I think the answer lies somewhere in data science and data visualization. While people will use it for the stocks and business I'll be using it to answer my questions. Even if it leads to a dead end, having me turn the wheels in my head and search for an answer will make me happy. We go to college to record patterns. Some people are special and can do both at the same time. Those are the geniuses. I've seen those people walking around on campus back in the day. Me I do things one step at a time so I am not a genius lol. I am just a person who is willing to give up something god to find something meaningful.
@aimassistenjoyer70087 ай бұрын
Saving this comment.
@romanticized_days2 жыл бұрын
This is the first course I've done on youtube that I ACTUALLY completed. Loved the organization of the content and the explanation was chef's kiss. I hope this is gonna be useful for my scripting interview tomorrow :')
@HansFlamme4 жыл бұрын
This channel man, absolute gold.
@badrequest28322 жыл бұрын
Great video!!! Literally chose to watch this 20 mins per day until completion and retained it all. Great tutorial for beginners or refreshing minds and well structured. Thanks for the video!
@krawl97ing4 жыл бұрын
The most underrated KZbin channel! Keep up the good work :)
@shambhvisharma56184 жыл бұрын
I am a great procastinator but i completed this course in three days time....and i finally did it :D and I am proud...need some appreciation guys :D
@danarosenthal63483 жыл бұрын
Heyyyy congratulations!!!
@shambhvisharma81643 жыл бұрын
@@danarosenthal6348 thanks 🥺
@sandeepsamanth80183 жыл бұрын
Congo 😂
@GabrielMartinez-ez9ue4 жыл бұрын
What a great course. Had to pause it and walk around the house quite a few times but I made it! Thanks
@nuudul76393 жыл бұрын
Same
@danarosenthal63483 жыл бұрын
same lol
@Soundsanctuary3695 ай бұрын
What a great job man!! Thanks a lot!!
@vladimirpopoviclipovac96894 жыл бұрын
Based on the user login, I can see that this video was made for me.
@uitlegklas2 жыл бұрын
Top down aproach in the first 5 minutes is great! What the are we talking about? Superb idea!
@C-1-FRY2 жыл бұрын
Bravo Sir!! Incredible material. Its been a while since I've worked with UNIX, and this was just perfect. Thank you
@Maen963 Жыл бұрын
great course !! thank you u saved me, i have an interview tomorrow wish me luck
@kanuni73994 жыл бұрын
@25:37 , if we are using pipes, why do we pass lengths to the sort command. Shouldn’t the pipe pass the output of the 'wc' command to the 'sort' command?
@kanuni73994 жыл бұрын
this is what it should be instead. wc *.pdb | sort | head -1
@vikastangudu7123 жыл бұрын
Awesome detailed explanation. Thanks..
@poincareelcartografo5406 Жыл бұрын
25:08 Don't need to write lengths. It only works because the file already exits
@erisacara49533 жыл бұрын
Thank you very much, sir! This is a great course.
@daocam2 жыл бұрын
perfect lesson, thank you!
@mxaraujo4 жыл бұрын
Very usefull. Great class. Thanks.
@stanlouverture58634 жыл бұрын
Love that course
@FoeFear2 жыл бұрын
Thanks for making this video, it is very helpful!
@BobBeatski714 жыл бұрын
I love BASH and its scripting.
@shivamsingh-st8gv3 жыл бұрын
@SuperSuniiside im in
@chewboxout2 жыл бұрын
Very well taught!
@_SkyEye4 жыл бұрын
Prowcess lol - that’s Canadian accent isn’t it ? Great upload btw, simple and instructive - subbed.
@naeem84344 жыл бұрын
Amazing video
@burakkara337 Жыл бұрын
I think at 25:13 command should be "$ wc -l *.pdb | sort | head -1" . We dont have to write sort lenghts again.
@Szederp Жыл бұрын
Excellent upload. "No output" you say? I'm starting to see a pattern here 🙂
@jamescarter60252 жыл бұрын
Watching this so I can put on my resume I'm fluent in Unix
@ravierkonan16943 жыл бұрын
This video is good.
@michailb25634 жыл бұрын
Do we have 1990? What's that resolution? I have 4k screen lol. Thank you anyway.
@abhinavkrrish9102 жыл бұрын
Thank you very much !!
@kanwarpamnani37803 жыл бұрын
4:35 stupid question but i dont understand why a shell like , why is a shell telling the computer to run programs on our behalf why not some bot!!...
@donnaavendano43943 жыл бұрын
I tired sorting lengths, and the least character count was shown at the very bottom (it has 8 characters, while other txt files have 15 and 18 characters), may I know why sort did that? Thank you!
@Bleu-en2bf3 жыл бұрын
Thank you💗
@shivanisharma16894 жыл бұрын
Is a ppt of this available? It'd help a lot!
@charlesstratton63812 жыл бұрын
great tutorial thank you
@VipinKumar-jx3hq4 жыл бұрын
Good
@naeem84344 жыл бұрын
Can you also make a complete course on bash scripting?
@gabesegun79664 жыл бұрын
Have you appreciated this well enough? Oliver Twist
@antxv7132 жыл бұрын
Had a chuckle when I heard "WIMP interface" lmao
@jyxu012 жыл бұрын
19:28 it shows nothing for me🥲 there are ./ ../ tmp/ and . in the root directory. How to open the . directory?
@footballCartoon914 жыл бұрын
@14:58 Why "mkdir tmp" for the "tmp" directory is a relative directory? But earlier you said, "data" is an absolute path , meaning we are accessing the root file while "/data" is a relative path
@ajinkyaj4 жыл бұрын
I think you confused absolute and relative paths. '/data' is an absolute path, while 'data' is a reletive path.
@WhiteZorin3 жыл бұрын
yep, /data is an absolute path
@Aalii62 жыл бұрын
👍👍
@bhupendrasinghsuri4964 ай бұрын
👍
@XYZ-uh6ox Жыл бұрын
What is an argument?
@rickyroy65694 жыл бұрын
I have one idea
@awesomemilkshake66122 жыл бұрын
14:23
@hanningtondzombo9302 жыл бұрын
Hello I my to be sent to my mpesa account kindly
@arielkalenga92184 жыл бұрын
I want to slap the person who disliked this video
@rickyroy65694 жыл бұрын
Hi sir
@rickyroy65694 жыл бұрын
I just need to talk to uu
@sharliechristable42383 жыл бұрын
Hi, I liked the content, would like to buy a copy of the API content, kindly let me know your interest in selling the video.