Pages
Blogroll
Tags
adwords agile automation build c++ debian django eclipse git hibernate hosting iptv j2ee java javascript lighttpd linux logs mail misc monitor network openvz oracle orm perforce performance python qt quality reliability review s-u scripts security sh sql svn testing trac vcs vps web web2py websphereSearch
Recent Comments
- Tien Thai on How To Debug Hibernate SQL Queries With Parameters
- Anonymous on How To Debug Hibernate SQL Queries With Parameters
Archives
Languages
Tag Archives: embedded
Buildroot basics
If you are an embedded software developer like me chances are you use embedded Linux for the purpose. It's Open Source, has great tools support and is a great software environment where (almost) everything could be automated through command line … Continue reading →
NAND kernel driver activity visualisation
Just found: an interesting method to check how your NAND driver (and filesystem kernel module) behave during massive write operations. I've added additional printk-s() to NAND driver kernel module write() call and collected data during filling all available filesystem space. … Continue reading →