Wednesday, September 17, 2014

Capture and monitor dmesg continuously

Greetings folks! If you are working on device drivers for Linux/Android we do rely on dmesg for almost all of the times. But you know the dmesg buffer is limited, its circular buffer. So what ever overflows the buffer is lost for good (?). We feel need to increase the buffer size but its not trivial task and also most of the times enough is just not enough! Here are some simple scripts for Linux to log dmesg continuously and dump into file and...

Monday, June 2, 2014

Linux Experience on Windows!

Yes, I love Linux and Windows too (yaah!..lets just say that!, as I use windows phone :)). Almost all engineers works most of the time on Linux and likes to fly VIM and similar editing tools. But sometimes sh*t happens and we forced to work on Windows and believe me it really feels like trapped in hell. Yes, I have been there, So here is your door to Heaven through the Hell! Cygwin , Its your door way. It gives same experience as Linux shell....