Use hcitool to get Bluetooth device information
Below commands are shown for communication between Linux Laptop and Samsung Mobile to get Mobile bluetooth device … Read more
Below commands are shown for communication between Linux Laptop and Samsung Mobile to get Mobile bluetooth device … Read more
System administrators need to monitor their server to ensure proper functioning. The practice enables administrators to detect … Read more
smem is a tool that can give numerous reports on memory usage on Linux systems. Unlike existing tools, … Read more
The ExtendsClass website provides a wealth of free online tools that make work-life easier for developers. No … Read more
If you want to capture something like commands when you are installing some software, compiling some opensource … Read more
Once we disassembled the ELF to check the sections using “objdump” command, we can see the lines … Read more
In this post, we hope you already have GDB debugging setup already done for your development or … Read more
The mtrace() function installs hook functions for the memory- allocation functions malloc, realloc, memalign, free. These hook … Read more
Recently, I was trying to edit some HTML code which someone else has written and got lost … Read more
As per wikipedia, elfutils is mentioned as, “Ulrich Drepper wrote elfutils, to replace GNU Binutils, purely for … Read more