Subscribe via RSS

Get Version of Perl Package

By admin

This simple shell script gets the version for a perl package @ the machine (if installed – otherwise perl error):


#!/bin/sh

mod=$1

if test “x$mod” = “x”; then
echo “Usage: $0 ”
exit
fi

if test “x$PERL” = “x”; then
PERL=perl
fi

$PERL -M$mod -e “print \”$mod: \$$mod::VERSION\n\”"

Haag a. H. vs. VBSC Vöcklabrucker Sportclub (1st Teams)

By admin

Result: 1:3

Haag a. H. vs. VBSC Vöcklabrucker Sportclub (2nd Teams)

By admin

Result: 1:2

Fedora 3.3 admin panel

By admin

Since Fedora 3.3 the fedora client checks the SSL Certificate.

So if you want to connect to your Fedora Repo over https from your local machine you need to add the server certificate to the truststore of the client (local).

1) Connect to your repo in a browser (e.g. Firefox) and download the certificate to a place of your choice (Attention: when you export the certificate choose “X.509 Certificate (DER)”)

2) Open Terminal and switch to the location where you have stored the certificate

3) Run keytool -keystore ~/fedora/client/truststore -import -alias myrepo.com -file myrepo.cert -trustcacerts (Here fedora is installed in the home directory, the repo runs at https://myrepo.com and the exported certificate is saved as “myrepo.cert”)

4) You will be asked of a password -> tomcat :)

Then you should be able to run the fedora-admin or other applications.

Google Fail

By admin

It seems like that google has some problems with the encoding… :)

Kultband Contest 2010 Vienna

By admin

Autumn in Gampern

By admin

Nov 2009

Taufkirchen/Tr. vs. Vöcklabruck SC (Team A)

By admin

Result: 1-1

Taufkirchen/Tr. vs. Vöcklabruck SC (Team B)

By admin

Result: 2-4

FM4 Frequency Festival 2009

By admin

It’s been a while since my last post, but here are some pictures from the FM4 Frequency Festival 2009!

It was a great festival (Pendulum, Radiohead, Farin Urlaub,…) and especially our new friends from east-tyrol were very funny :)

More pictures will follow soon,

madhonk