Kendo with asp.net MVC ScriptBundle issue 2014-08-28 2.8K Kendo with asp.net MVC, need to be careful this link in your web.config You have to turn off debug="true", otherwise…
[solved] usb wireless mouse freeze periodically in ubuntu 12.04 lts 2014-08-24 4.8K usb wireless mouse freeze periodically in ubuntu 12.04 lts, edit /boot/grub/grub.cfg, add a boot option irqpoll will fix it
Add tabIndex to all <a> tag incrementally 2014-08-23 3.7K in VI, there is a command to add tabIndex to all tag incrementally :let i=200 | g/
libelf.h has bug, it includes a missing header file 2014-08-23 3.5K I cross compile the libel 0.8.13 on my ubuntu 12.04lts. I used the below command to configure it. The compile…
Mac has no mkfs.vfat 2014-08-17 3.7K I have to package my kernel into a fat partition and load it up using grub, but mac doesn't has…
Adding file to newlib's sys folder and make it compile 2014-08-16 4.7K Adding file to newlib's sys folder and make it compile, you need to modify the Makefile.in, see below
newlib sys/*.h will not be copied to output directory 2014-08-09 4.4K All the .h file in the sys directory will be included when compiling the files in your sys/XXX. They (sys/*.h)…