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

28Aug/090

Korrektur i Gnome Evolution – det kan man så ikke :)

God ordbog der er i Gnome Evolution :)

evo

14Jul/091

Using Avnet AvProg for Xilinx® Spartan®-3A Evaluation Kit under Linux

Avnet has made a very cheap ($49) Xilinx Spartan 3A Eval kit, with a lot of nice features.

The FPGA is not programmed through a JTag, but through some "homemade" USB connection. Avnet has made a tool called AvProg for this connection, which is Windows only (shame on them!) :(

It is, however, fairly easy to get working under Linux using Wine.

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"