Hennings blog
In: Tech
27 Apr 2011I just installed ruby and rmagick on an ubuntu 10.4 server. Got some errors during the installation and thought i should summarize the procedure here: Install ruby sudo apt-get install ruby1.9.1 rubygems1.9.1 Install imagemagick sudo apt-get install imagemagick Tried to install rmagick sudo gem install rmagick Got this error: ERROR: Error installing rmagick: ERROR: Failed [...]
In: Tech
12 Apr 2010I change my passwords on a regular basis, and this is my routine for changing passwords everywhere. Generate new password henning@localhost:~$ pwgen Change Ubuntu keyring password henning@localhost:~$ seahorse Select ‘Passwords’-tab, right click on ‘Passwords’-folder and select ‘Change password’ . Change ssh passphrase henning@localhost:~$ ssh-keygen -p
In: Tech
1 Mar 2010After changing my user password, gnome still asked for my old password when accessing my keyring. Finally I found a blog describing the solution, thank you!
In: Software
13 Feb 2008Next generation of Ubuntu is soon to be released. Currently the Hardy Heron (8.04) release is scheduled late April. A sneak peek can be found here.
Here you will find some of my thoughts and experiments from my daily life of programming and general geeking ;)