Archive for the 'howto' Category

Google Picasa 3 Beta mit deutschem Betriebssystem herunterladen

September 3rd, 2008

Heute morgen habe ich gesehen, dass von Picasa die Version 3 Beta erschienen zu sein scheint. Zwar nur auf englisch, aber das macht ja nichts. Ich bin also dem Downloadlink http://picasa.google.com gefolgt, aber habe dort nur eine deutsche Seite zu sehen bekommen, die mir Picasa 2.7 anbot. Nach einigem Suchen habe ich dann einen Link [...]

OTRS on CentOS 5

June 19th, 2008

Today I started installing OTRS on CentOS. First barrier: Installing all the needed Perl modules. Luckily, there is a script calles bin/otrs.checkModules
After trying around a bit, I found out, that the following command installs at least the required stuff:
yum install perl-Compress-Zlib perl-HTML-Parser perl-HTML-Tagset perl-URI perl-libwww-perl perl-Net-DNS
The GD module can be downloaded/installed from Dag’s repository:
http://dag.wieers.com/rpm/packages/perl-GD/
[Update 2008-07-16] [...]