Making Windows work – free software essentials

Although working mostly with linux  I need to install or to use a MS Windows machine from time to time. Being spoiled by the large amount of software available for linux I really miss a lot of functionality on a "naked" windows computer. After the installation and update process of windows I usually install a bunch of packages which are open source or at least free (as in beer). Here's the list of my favourites. It's not meant as a complete list for typical users but more as a reminder for myself.

Office / Productivity / Multimedia

Programming / Math

  • python(x,y) - scientific python distribution with lots of additional packages
  • processing - programming language for graphical applications and sketches
  • TortoiseSVN - client for version control with svn
  • Scite - text editor for programmers (shipped with python(x,y))
  • gnuplot - plotter for data sets and functions (shipped with python(x,y))

Tools

Using KDE’s kwallet with Firefox/Iceweasel

Konqueror is a good browser, but sometimes you need to use Firefox (called Iceweasel on Debian). I discovered a plugin to let FF store its passwords in kwallet, but after installation of the plugin all passwords were gone.

Fortunately you can disable the plugin and the old passwords are still there. So if you want to switch to this plugin you should use the following procedure:

  1. install the Password Exporter plugin
  2. export your passwords to a text file using the plugin
  3. install the kwallet plugin
  4. import your password file using the Password Exporter plugin
  5. check the entries in the section Firefox of your kwallet using the kwalletmanager
  6. don't forget to delete the exported file

This worked for me.