memory_monitor

Monitor Memory, CPU usage, processes i.e. system resources on Linux

System administrators need to monitor their server to ensure proper functioning. The practice enables administrators to detect … Read more

How to compile elfutils for x86 based platforms ?

elfutils is a collection of utilities and libraries to read, create and modify ELF binary files, find … Read more

Difference between static and dynamic library linking

Lets write a simple helloworld program and using which we will try to understand the difference between … Read more