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

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"

8May/090

Virtual sub-domains on localhost for development

Using Apache and mod_vhost_alias, it is possible to have one configuration file for all you development home-pages. But notice before you start, that $_SERVER["DOCUMENT_ROOT"] will NOT work with this hack!

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.