How to write your own code libraries in C
How to Load Libraries at Runtime
Make existing code run faster, with compiler optimizations
Recommended C Style and Coding Standards
The C programming language (second edition ansi-c)
GDB Debugging with fork() and exec()
Understanding Zombie Processes
Using Pipes and Named Pipes to get your programs working together
How to Set up Shared Memory in Your Linux and MacOS Programs (shmget, shmat, shmdt, shmctl, ftok)
Using the Smallest C Program to Better Understand Your System (with pamp, vmmap and strace)
Rand, srand, time. Why call srand only once?
Introduction to Memory Management in Linux
Testing multithreads application - multicore utilization