Christoffer Kjølbæk I have a blog, therefore I am…

30Dec/090

Pytrainer in Ubuntu 9.10, Karmic Koala

I have had problems with Pytrainer in both Ubuntu 8.04 and 8.10, but have manage to get it working. I did not use Pytrainer in 9.04, because I got a little tired of looking at graphs and was following a running program where it was not necessary.

If have been injured for some month now, but hoping to be ready for Copenhagen Marathon 2010, and would therefore like to examine my last marathon using Pytrainer. I therefore installed it, and hoped it would work out of the box - but no :)

5Jun/090

Howto backup NetworkManager settings

Backup with:

tar -zcvf nm.tgz ~/.gconf/system/networking/ ~/.gnome2/keyrings/login.keyring

Caution: This will also backup your keyring!

Restore with:

sudo /etc/init.d/NetworkManager stop
pkill nm-applet
gconftool-2 --shutdown
cd ~/
tar -zxvf nm.tgz
sudo /etc/init.d/NetworkManager start
gconftool-2 --shutdown

Caution: This will overwrite your keyring!

Press Alt & F2 to start "Run program" and enter "nm-applet"

19Apr/092

Use Nokia E65 as GPRS modem in Ubuntu 8.04

A short description about how to use a Nokia E65 as a GPRS modem in Ubuntu 8.04.