Aman Kumaramankumar29.hashnode.dev·Oct 4, 2024Understanding Linux Process Creation Internals: fork(), exec(), Zombie Processes, and the Role of wait()In the Linux operating system, process creation is one of the fundamental aspects of how programs execute and interact with the system. Processes are instances of running programs, and understanding how they are created, managed, and terminated is cr...29 readszombie processes
Frits Hooglanddatabaseperformance.hashnode.dev·Jan 19, 2024FeaturedWhat is my linux CPU load?I recently had some discussions about understanding a CPU load. My position on understanding CPU load is that the figures that are mostly used, which are CPU percentages and the load 1/5/15 figures, are not enough to get a complete understanding of l...28 likes·1.7K readsLinux
Anthony Nandaanandaa.blog·Dec 26, 2023Technical Books for 2024I strongly advocate for learning in the public due to several compelling reasons: One or two people can learn from you. Builds up the culture of life-long learning -- learning never ends as long as you are alive. My main focus for sharing this is ...2 likes·564 readslinux-internals