Ubuntu 10.04

Having one disk with both windows and ubuntu, I always seem to run into ‘trouble’ installing a new version of ubuntu.
Why install a new version? upgrade would’ve been possible but going from 8.10 to 10.04 is a big step. Also taking into consideration added sources, I was pretty sure a clean install was the best option.
As it has been two year since I since I last installed Ubu next to the Win…. I forgot how to do it.. MBR’s, grub (or even worse grub2), windows bootloader.
But here is a link that I found very useful:
Boot problems

Hopefully I won’t need it again..

Give me some Air adobe..

Not all apps run smoothly… one of them is Adobe air (Ubuntu 8.10 64bit)… you’ll only find out after you’ve installed a set of apps…but then how do you get rid of these apps again.. No No lets not include an uninstaller or something else usefull…

http://wanfahmi.com/2008/10/how-to-remove-adobe-air-application/

Rubuntu

I haven’t much time on programming lately because i am now more involved in processes and how to optimize software development. Now there are a lot of tools on the market that claim to have the perfect solution for almost anything.. but i was looking more into a tool that could help me with creating a proper backlog for the scrum projects.
On of the reasons most tools are crap, is because they are.. but also it does not leave any space to fill out domain specific information on what might be of some interest to the backlog.. until i ran into explainpmt which is open source, easy to use, just enough functionality and so on..

I could have gone for the good old excel/spreadsheet but was not very appealing to me either.

After reading a small review on explainmpt by Jake Dempsey, i was convinced to start using this tool.

Explainpmt is written in ruby.. so immediately i was enthusiastic.. and once more the install on ubuntu went almost smooth-less and the hickups i did encounter were quickly solved by the excellent user documentation on ubuntu or ruby sites…. just great

Sources GPG keys Ubuntu

Edited your sources.list in ubuntu but after the apt-get update you receive and error that says :
“GPG error: http://uri intrepid Release: The following signatures couldn’t be verified because the public key is not available: NO_PUBKEY
You might want to try the following:
gpg –keyserver keyserver.ubuntu.com –recv
gpg –export –armor | sudo apt-key add –
sudo apt-get update

Todolist Abstractspoon

ToDoList from Abstractspoon is a great tool on managing your todo list. In is comprehensive and easy manageable. Although it has a release that will run on windows it will also run on Linux using wine.
For this to work you do need to copy a few files from your native xp to your wine environment:
msxml.dll
msxml2.dll
msxml2r.dll
msxml3.dll
msxml3r.dll
msxml4.dll
msxml4r.dll
msxml6.dll
msxml6r.dll
msxmlr.dll
Register msxml3 as a library in wine and you’ve got a working ToDoList.
It worked using wine 1.0.1 and ToDoList 5.5.2

Ubuntu Feisty

Finally Ubuntu (7.04) Feisty came to live. I started to like Ubuntu because it is very easy to use just like it states it is “Linux for human beings”. (Un)fortunately a few days after the release the harddisk of my development machine crashed. This meant i was out of order for a few days to get everything up and running again. The obvious choice for the OS was Ubuntu Feisty.
The installation procedure went as smooth as you could imagine. And for a day i was very happy. But then i wanted to use specific programs and settings which were not so well supported.
For example:
For developing with Ruby i use RadRails. RadRails uses a java virtual machine and is a subset of eclipse IDE. No problem so far. But because i was having some problems with getting RadRails to work together with svn using the javahl i decided to give it a go with eclipse, because also eclipse has some ruby plugins available. I used the apt-get to install eclipse. This installs a new jdk which is then also used by Radrails. This resulted in not beeing able to search in files anymore and every java application went into turtle mode (slow). It seemed it was shipped with java-gcj ?**?? so after half a day trying different things i decided to use the SUN jdk again. I worked, and pretty fast to…
The second problem was configuring apache2 to handle https. For that you need a certificate..Only the script for generating the script was left out of Feisty, meaning that a lot of the tutorials did not apply anymore. After a long search i found a post on this site saying he had an easy solution by using the a file called apache2-ssl.tar.gz… thanx again man….