Avoid zombie process in Linux
Zombie process is the process which dies/finishes immediately and whose parent didn’t cares to handle the status … 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 resources
Learning search
36 results
Existing library
Zombie process is the process which dies/finishes immediately and whose parent didn’t cares to handle the status … Read more
In this post, we create a simple thread using pthread library API “pthread_create” and wait for this … Read more
This post is in continuation of our previous post “Understanding ARP (Address Resolution Protocol) basics“ To visualise … Read more
Most of the times we downloaded some files from the internet, and we also see people provides … Read more
Spinlocks Spinlocks assume the data you are protecting is accessed in both interrupt-handlers and normal kernel code. … Read more
Besides the better readability, the code for mutex is smaller and slightly faster than the semaphore implementation. … Read more
EncFS creates a virtual encrypted filesystem which stores encrypted data in the rootdir directory andmakes the unencrypted … Read more
If you want to install device-tree-compiler i.e. dtc command on Ubuntu, use following command, This command will … 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