C program to read mac address using WiFi interface name
If you need to get the mac address of certain wifi interface using C program, you can … Read more
If you need to get the mac address of certain wifi interface using C program, you can … Read more
Major distribution kernels set the default value of /proc/sys/vm/overcommit_memory to zero, which means that processes can request … Read more
In our previous post, we understood “What is Out of Memory Killer ?” In this post, we … Read more
Zombie process is the process which dies/finishes immediately and whose parent didn’t cares to handle the status … Read more
Below is simple process creation program using fork system call, fork return child’s process Id in main/parent … Read more
Following the simple example which shows how we can send and receive an integer over a socket. … Read more
Following C program helps you to identify what is the total and free memory / RAM available … Read more
Following is the simple example to show, how we can create two threads at a time and … Read more
Following is the simple example to show, how we can create two threads at a time and … Read more
In this post, we create a simple thread using pthread library API “pthread_create” and wait for this … Read more