Avoid a process from being killed in case of Out of Memory
In our previous post, we understood “What is Out of Memory Killer ?” In this post, we … Read more
Learn
Practical tutorials and deep explanations grounded in reproducible environments, exact versions, and observable results.
Start learning your way
Learn by technology
Learning search
26 results
Existing library
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
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
In this post, we create a simple thread using pthread library API “pthread_create” and wait for this … Read more
If data is written, it is first written to the Page Cache and managed as one of … Read more
This post is in continuation of our previous post “Understanding ARP (Address Resolution Protocol) basics“ To visualise … Read more
Signals are a limited form of inter-process communication (IPC), typically used in Unix, Unix-like, and other POSIX-compliant … Read more
The file mode, stored in the st_mode field of the file attributes, contains two kinds of information: … Read more