Blog posts index page 18

Migration from old 8-bit locales to UTF-8 locales

Several times I have had “great fun” converting filenames from the old 8-bit locales to use the new UTF-8 locales. Everytime, I used some time to find find a tool for it because everytime I forget the name of the tool convmv. The fuckup usually shows itself on the file server (Samba) where the users happily uses æøå for filenames.

Read more...

Logging software installation/removal on Debian based systems

At work we have several servers running Debian anb because we are multiple persones maintaining them we end up having software (packages) installed that no one remember the reason for. I thought I would be of great if apt/dpkg had some build-in preference you could enable so people had to ad a comment why they install the software which they are about to, and the comment would be saved along with a list of the packages installed. Perhapes if using sudo you could also log who is installing what. You cannot trust that people always will leave a name for a number of reasons. I think the two greatest reasons would be:

Read more...

Testing gnome-blog with Serendipity

I found gnome-blog a while back which is a small application from which you can add entries to you weblog. It also integrates with your GNOME panel so a blog entry is only one click away. At least it should integrate with the gnome-panel (running Ubuntu Hoary) but everytime I try to add it get this error:

Read more...

A week in Paris

Last week I was in Paris with my girlfriend and my sister and her boyfriend. It was a great trip and our new digital camara (Canon Ixus 40) really hit the spot. We took almost 500 pictures, but it took a few days to get used to shoot at anything you see. Somehow both my girlfriend and I had trouble getting past the feeling of the limitation of a normal old school camara. Here is a cool picture my girlfriend took the St. Sulpice church (if you have read The Da Vinci Code you know which church I’m talking about):

Read more...

FriFinans got a new homepage

The Open Source accounting system FriFinans has got a new homepage. The homepage is in danish but we are working on a english version. All developer documents (where they exsist) and code comments is in english, so this shouldn’t stop non-danish speaking people to join in.

Read more...

New layout for my blog

Yesterday I got an idear for a layout for my weblog, and today I actually took the time to realize it. Though it looked better inside my head, I’m satisfied with the result. Of course I used Inkscape to implement it. I have also used some time tweaking the stylesheet to look good with the html generated by markdown… no I will not stop talk about it ;)

Read more...

Wiki with Markdown

After I stumbled upon the cool Markdown syntax and the Markdown text parser, some time ago. I have been looking for a wiki system which uses this cool syntax. We use a wiki system at work to document customer setups in, and a wiki with a decent syntax would be nice. A guy has made PHP Markdown an port of Markdown to PHP and I hoped it would be easy to find a wiki system using markdown syntax. So far I only found Instiki who lives up to this demand fully, which works very well under Ubuntu. Other wikis - like DokuWiki - are able to use markdown as a rendering plugin but it never feels fully integraded. With DokuWiki you need to wrap you text in tags like this:

Read more...