Categoria: Innovazione
-
Using new imon devinput with lirc
I don’t know exacly untile when but the imon lcd support has been merged into the linux kernel using devinput. This means that if you want to use the lirc_imon driver you need to blacklist the imon driver shipped with the kernel. You just need to add the following lines in the /etc/modprobe.d/blacklist.conf file: blacklist…
-
PCLZIP_ERR_BAD_FORMAT (-10) : Invalid block size : 40
Have this issue in php? In /etc/php.ini comment out: ; mbstring.func_overload = 7
-
SSD journaling and ro remount
I recently upgraded my laptop with a brand new SSD, my first two impressions are: much much faster, much much instable. Yes that’s right, instable. My first try with SSD is was with a HANA SSD 8G (model: HLSM008G), does’t work on linux. I bought this drive on ebay just to make some tries with…
-
Mysql bug parade
Ok, just to tell the truth this is not a real bug parade, but today I’m struggling with many different bugs. The worst thing is that each time you spend a lot of time trying to figure out what is wrong in your code. So when there is a bug in something like mysql the…
-
Strange locale things happen under Tomcat/Jasper
I recently installed a webapp which uses tomcat and jasper on one of my server. Everything worked well until a template used some special chars, I got the ‘?’ chars which indicate the typical encoding issue. Everything seemed correct, DB in UTF-8, virtual machine started with -Dfile.encoding=UTF-8, application in UTF-8, data files in UTF-8. After…