Linux Basics
— Some basic commands around Linux. I’m going to use Linux a lot, so it’s a good idea to get familiar in using it.
VIM Basics
— Basics in using vim, basically vi but better. Probably a good idea to learn how to use a basic text editor. There’s even a meme about how beginners struggle in exitting vim.
grep Basics
— Basics in using grep command, for simple search using regex in files.
sed Basics
— Basics in using sed command, for simple pattern subtitutions/deletion/insertions in files.
regex Basics
— Basics in using regular expressions, for to be used with grep or sed.
C Programming Full Course
— A whole tutorial about C programming language. The title explains it. Probably don’t need a 4 hour tutorial right now, but could come in handy.
MakeFile Tutorial
— Tutorial about making makefile files, for compiling the c program into an executable.
Linux - Tarballs, Archive and Compress Folders (tar)
— A short simple video explaining what tarballs are, how to make one, and how to extract it.
Operating System Processes by Neso Academy
— A playlist full of videos about processes by Neso Academy on youtube.
Operating System Threads by Neso Academy
— A playlist full of videos about threads by Neso Academy on youtube.