Monthly Archives: January 2015
now is good enough
now is good enough, can focus on library things 2015/01/22
tomcat auto startup script
just save this to /etc/init.d/tomcat and link to /etc/rc5.d/S99tomcat 2015/01/21
disable gnome “unable to mount…” dialog
gsettings set org.gnome.desktop.media-handling automount false …and enable it again: gsettings set org.gnome.desktop.media-handling automount true 2015/01/14
Elf is having duplicate compile unit, why ld doesn’t clear it out?
Elf is having duplicate compile unit, why ld doesn’t clear it out? 2015/01/09
why i receive zero in my socket
I have two programs, one written in c++, the other is in java. C++ keep sending bytes to java, overtime write out 400KB. Java keep receiving the data using the readBytes function, this function returns an integer which is the number of byte it actually read for the function call. For every send (400kb) in […] 2015/01/08
The jump profiling is little bit enhanced
The jump profiling is little bit enhanced. After load up the ELF kernel, it can read out all symbols and display it in the jump profiling window. It helps people to tracing where the EIP jumping to which c++ function. 2015/01/03