Over the years I have acquired knowledge on Linux. It’s about time that I contribute my knowledge. Here I’ll post various tutorials on linux. From basic to advanced a lot of topics will be covered in this section.
As Linux is vast and my knowledge was focused towards embedded system, I’ll also be skipping several topics as well. I’ll attempt to list such topics which may be discussed later.
Below is the list of items I plan to discuss over the time-
- Introduction to Linux
- Files Management
- File Management
- Directory Management
- Shell Scripting
- Version control – Git basics
- Development toolchain – GCC, clang, Makefile
- Building your first C program on Linux
- Debugging your code
- Closer look on the binary ELF file.
- Multithreaded Programming : Processes and Threads
- System Calls
- System V IPCs
- Next Topics