This are my notes in the fields of computer science and technology. Everything is written with ABSOLUTE NO WARRANTY of fitness for any purpose. Of course, feel free to comment anything.

Thursday, August 12, 2010

Install Flash Player without admin rights on Windows

Follow this blog entry. It worked on Windows XP in a VMware machine under Linux.

Tuesday, July 6, 2010

Space usage profiling: massif

massif is a valgrind tool, that can be used to profile the space usage of a program:

valgrind --tool=massif ./myprogram

The result is a massiv.out. file. The most important information in it can be visualized using e.g. ms_print:

ms_print massif.out.0000 | less

Friday, January 1, 2010

Install kernel headers in linux using aptitude

sudo aptitude install linux-kernel-headers linux-headers-`uname -r`

About Me

My photo
Hamburg, Hamburg, Germany
Former molecular biologist and web developer (Rails) and currently research scientist in bioinformatics.