Tag: debug

strace to find Library Calls

Display library calls strace -f -e open ls >/dev/null

A Simple Logging Function for JavaScript

Prints all the arguments of the function. This function uses console.log if firebug is available – else, uses alert. function…

Single User Mode in Linux

To get into single user mode in Linux, stop the boot at grub then edit the kernal you want to…