Installing Xilinx ISE WebPack 11.1 under Ubuntu 9.10
This is a short how to install Xilinx ISE Webpack 11.1 / 11.3 under Ubuntu 9.10. Start by downloading the installation files from "Xilinx Download". The file is 2.67 GB, and Xilinx requires you to have a free account in order to download the file.
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 :)
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"