K. H. Jensen, J. Lee, T. Bohr, H. Bruus, N. M. Holbrook, and M. A. Zwieniecki
Journal of the Royal Society Interface, doi:10.1098/rsif.2010.0578
Read more…

Backup data
Using rsync, it is very simple to backup your personal data. Install it through the app manager and issue the following command from your computer
rsync -avz -e ssh user@10.0.0.1:. /home/foo/backup
Here, foo is the username you use on your computer and 10.0.0.1 is the ip address of the N900.
Read more…
September 28th, 2010
admin
K. H. Jensen ,T. Bohr and H. Bruus
Journal of Fluid Mechanics, 2010.
doi:10.1017/S0022112010003940

Read more…
Today, I found a great Howto on using LaTeX Computer Modern type1 fonts with OpenOffice in Linux:
http://www.monperrus.net/martin/using+computer+modern+type1+fonts+with+openoffice+on+linux
