Monthly Archives: February 2009

Backup with rsync

Maybe the easiest and most comfortable way to run a backup under Linux is to utilize rsync. E.g. if you want to backup your home directory rsync -aruv –delete –progress /home/username/ /media/disk/mybackup The –delete option automatically removes files from an

Posted in computer

“Lost keypad” under Fedora 9

After updating some packages with yum, my was no longer recognized by Fedora. After checking some blogs on the web, I found the (simple) solution: It seems that one of the updates turned on the mouse control via keyboard. So

Posted in computer

How to check the navigation message stream from GPS

When running the GPS software receiver one post-processing task is to decode the navigation message bits into meaningful human-readable format. Thus, the 6 parity bits which are transmitted after each 24 message bits are valuable to distinguish if the decoding

Posted in GPS, programming

CUDA, Linux and multi-GPU support

Trying to port our ray-tracing software to a single GPU was quite a success. Thus,encouraged by this enormous performance gain we purchased three GTX 280 to really boost the application. Unfortunately, it seems that CUDA’s multi-GPU support is not really

Posted in Uncategorized

Detrending time-series with Octave

Octave is quite OK to do a rough data-check or to test some simple algorithms. But I noticed that the contained function detrend does not take into account that the data might be irregularly sampled. So here’s a quick and

Posted in computer, math, programming

Changing the line style within an EPS file

Usually I am very satisfied with the output from GNUPLOT, but one nasty thing is that for EPS outputs the 2nd, 3rd … line become dashed, dotted or whatever. The easiest way I think is a simple hack of the

Posted in computer, math

ScribeFire

In order to post to this blog I stumbled over ScribeFire, which is a small add-on for Firefox. Thus someone can easily blog from his favourite browser.

Posted in computer
Archives
Categories