Ethereal® is now Wireshark
Ethereal® is since 07.06.2006 Wireshark. It's a great network analysis tool.
Different (mostly geeky) kind of stuff.
Ethereal® is since 07.06.2006 Wireshark. It's a great network analysis tool.
Posted by Gregorius at 2:23 PM 0 comments
PostgreSQL: News: Sun announces PostgreSQL for Solaris Integration, Support
This is great. Beside this the company where I'm working is using PostgreSQL on Solaris 10 since some time already.
Posted by Gregorius at 7:29 AM 0 comments
Sometime ago I had a simple problem with bash scripting. I liked to check if a variable is a number or not. First I'd looked up into Advanced Bash Scripting Guide but didn't found anything. So my first approach was:
[ -z "`echo $VARIABLE | tr -d "[:digit:]"`" ]
But I didn't like it because of tr usage. So after some discussion with other people I came to the following solution:
[ $VARIABLE -eq $VARIABLE ]
It works great and could be used in a bash script like this:
if [ $VARIABLE -eq $VARIABLE 2> /dev/null ]; then
echo $VARIABLE is a number
else
echo $VARIABLE isn't a number
fi
Posted by Gregorius at 1:11 AM 7 comments
Just downloaded version 2.4 sources. Trying to config it but something is still wrong. Last time I've done compilation and configuartion of Nagios was during version 2.0 and I hadn't so many problems as now. First it seems that the init script have to be rewritten. stop method doesn't work at all.
Posted by Gregorius at 5:57 AM 0 comments
Just startet testing SEC - simple event corellator which seems to be a powerfull log monitoring perl script.
Posted by Gregorius at 2:44 AM 0 comments
I've just started looking around for a nice free wiki hosting and after some time spent with searching over the web, I've noticed that the following Wiki hosting offerings looks quite good to evaluate them:
Posted by Gregorius at 8:44 AM 0 comments
There is a Cyborg Name Generator on the net. Nice.
Posted by Gregorius at 7:21 AM 0 comments
Okay, now something about me. I'm currently living in Vienna, Austria but I'm coming from Poznań, Poland. Below a picture of Poznań Old Town. I love my homecity so much and I'm missing it.
Posted by Gregorius at 7:09 AM 0 comments