April 3rd, 2004
UFO is the institut at technical university graz where I am working since more than 2 years. Yesterday (friday) and today (saturday) the 25-years-ufo-“party” took place. All the “old” assistants came together in Graz. All of them are quite important people in big companies like Roland Berger, Mobilkom, Porsche USA, Steweag-Steg, AVL, Magna-Steyr, Kearney and so on. It was quite impressive for me to listen to those people, telling some really interesting facts on education, mangement and organisation but also stuff like it-consulting and project-management. For me (even I’m a techie ;-)) these two days have been really very, very interesting.
Posted in Allgemein | Comments Off on 25 Years UFO
April 2nd, 2004
Posted in Links | Comments Off on Fun – Keyboard
March 28th, 2004
While my cat Rubeo enjoys sunday ;-) I am planning the program of Grazer LinuxTage 2004. Currently we have 29(!) lectures and 3-4 workshops available in the 2 days.
Posted in Computer | Comments Off on Grazer LinuxTage 2004
March 28th, 2004
Posted in Links | 2 Comments »
March 27th, 2004
Because I really like playing with live-cds I created a Windows Live-CD with help of
BartPE. It’s seems to a really nice system because you have access to the NTFS-partitions with write-access – very useful for debugging and repairing windows-systems. What I’d like to do is create a Windows-CD with many useful and useable programs like a preconfigured Thunderbird, Firefox and of course tools like Irfanview, putty and winscp. Of course this system could be a smart replacement for system-images, I’ll check this out if I have the time to do so.
Some screenshots:
cmd
Startmenu
Remotedesktop
Posted in Computer | 2 Comments »
March 26th, 2004
Today I borrowed the “Java Desktop System”-Live-Demo-CD (Version 2003) from a friend of mine:
-bash-2.05b# uname -a
Linux Morphix 2.4.21-xfs #13 SMP Tue Aug 26 01:46:14 CEST 2003 i686 unknown
-bash-2.05b#
The package-management ist rpm-based and uses Yast2 :o). Other stuff is very gnome-like (gedit, nautilus,…) and the webbrowser is Mozilla.
Due to the system lacks of an utility for creating screenshots:
-bash-2.05b# rpm -i ImageMagick-5.5.7-10.i386.rpm
error: failed dependencies:
libc.so.6(GLIBC_2.3) is needed by ImageMagick-5.5.7-10
-bash-2.05b#
… I had to use X-forwarding via ssh for creating a screenshot ;-(. Of course the system isn’t as fast as a Knoppix, but it’s not that bad I expected it to be ;-).
Some screenshots:
StarOffice 7
Nautilus
Yast2
Desktop (Screenshot by sun.com)
Posted in Computer | Comments Off on Java Desktop System
March 26th, 2004
Posted in Links | Comments Off on XP SP2 RC1
March 25th, 2004
Posted in Links | Comments Off on KDE/Qt – Common Programming Mistakes
March 25th, 2004
Posted in Links | Comments Off on Longhorn – Avalon
March 25th, 2004
Yes, I can’t believe it – but FreeBSD is running *with* X on my laptop ;) Uncommenting some lines in /etc/X11/XFConfig did the trick:
#Load "glx"
#Load "dri"
#Load "record"
Posted in Computer | Comments Off on Running FreeBSD with X
March 21st, 2004
Sorry for writing german, but otherwise it wouldn’t make any sense ;)
Standart, compilieren, funzen, 3 Euros, Newsgroup’s,… – die heutige Sprache im Usenet.
Für jene, die der deutschen Sprache noch etwas Gutes tun wollen ein paar Lesetipps:
de.etc.sprache: FAQ
Übersetzungsfallen
Interpunktion
Agopunktion
Offline-Lesetipp: isbn://3446224726
Posted in Rants | 2 Comments »
March 20th, 2004
Posted in Links | Comments Off on Windows Longhorn
March 20th, 2004
Posted in Links | Comments Off on bancomat running Windows XP
March 20th, 2004
Yes – zsh version 4.2.0 is available. Check out the Release Notes for new features. What’s new? Suffix aliases allow the shell to run a command on a file by suffix:
[mika@grml: ~]% grep 'alias.*tex' .zshrc
alias -s tex=vim
[mika@grml: ~]%
Now a ‘$ file.tex’ calls vim with file.tex :-). Nice modules/functions are especially zsh/net/socket, zsh/net/tcp and zcalc calculator.
But I noticed a problem, starting zsh brings me to “/” instead of “~”. I couldn’t find any mistakes (neither in source nor in my settings [zsh <4.2 works as it should)], so I updated my zshrc:
if [[ $ZSH_VERSION == 4.2.* ]]; then
# Suffix aliases allow the shell to run a command on a file by suffix,
# e.g `alias -s ps=gv' makes `foo.ps' execute `gv foo.ps'.
alias -s tex=vim
cd ~/
fi
Posted in Computer | Comments Off on zsh 4.2.0 released
March 19th, 2004
Posted in Links | Comments Off on Funpics
March 19th, 2004
The harddisc on the FreeBSD-machine is much to small (<2 GiB) for having fun. I tried to install FreeBSD on a harddisc with 40 GiB but installation did not work (freeze on calling installation-routine), argl! So I’m falling back to QNX:
qnx% uname -a
QNX qnx 6.2.1 2003/01/18-02:12:22est x86pc x86
qnx%
FreeBSD does not want to work on my laptop (using X as normal user does not work), sucks on the “new” harddisc… Should I give it another chance? 8-)
Update: booting Knoppix and creating a FreeBSD-partition was helpfull for installing FreeBSD. FreeBSD and QNX are on the harddisc, just the bootmanager sucks… grml…
Posted in Computer | Comments Off on FreeBSD & QNX
March 19th, 2004
I bought one of the Linksys WPC11 (11Mbps 802.11b) WLAN-cards. The card works fine on linux-systems with the following settings in /etc/pcmcia/config:
card "Linksys WPC11 11Mbps 802.11b WLAN Card"
manfid 0x0274, 0x1612
bind "orinoco_cs"
Hint: notice the 0x1612 – especially if your are using debian ;-). With the orinoco-0.13e-patch from http://airsnort.shmoo.com/orinocoinfo.html you are cabable of monitoring (see iwpriv for details whether the driver supports monitoring or not) e.g. with kismet.
Also my FreeBSD (5.2.1-RC1) detects the WLAN-card and with the following settings using it works for me:
#!/bin/sh
ifconfig wi0 $IP netmask 255.255.255.0
ifconfig wi0 ssid $VALUE
route add -ifp wi0 default $GATEWAY
ifconfig wi0:
wi0: flags=8843<up ,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
inet6 fe80::206:25ff:fe29:8f15%wi0 prefixlen 64 scopeid 0x5
inet $IP netmask 0xffffffe0 broadcast $BROADCAST
ether 00:06:25:29:8f:15
media: IEEE 802.11 Wireless Ethernet autoselect (DS/11Mbps)
status: associated
ssid labor 1:labor
stationname "FreeBSD WaveLAN/IEEE node"
channel 6 authmode OPEN powersavemode OFF powersavesleep 100
wepmode OFF weptxkey 1
Posted in Computer | 2 Comments »
March 18th, 2004
Today we (some guys of Security Treff Graz) made a hacking session at competence centre of mur.at. We had some WLAN network-cards and used kismet for wlan-sniffing. Well, mur.at has it’s centre beneath a street where GVB’s trams are driving, have a look: screenshot ;o)
Posted in Computer | Comments Off on Hacking session
March 16th, 2004
Very fast reply by abuse@aon:
Der Account des Kunden, von dessen Rechner diese Virenmails versandt wurden, wurde gesperrt.
English information: the account of the telekom-customer has been disabled
Posted in Rants | Comments Off on Recovery ;)
March 16th, 2004
I received 12 spammails with the “Dear user of “Michael-prokop.at” mailing system, […] Kind regards, The Michael-prokop.at team” from host n632p031.adsl.highway.telekom.at (62.47.22.255). So I sent a mail to abuse@aon.at and today I got the following response:
From: Abuse Intern [schnipp]
Date: Tue, 16 Mar 2004 13:07:58 +0100
Subject: AW: Abuse-Meldung
[...]
Um den/die tatsächlichen Verursacher dieser Mails eruieren zu können benötigen wir die vollständigen Header dieser Emails.
So finden Sie den gewünschten E-Mail Header in Ihrem Outlook Programm:
- Markieren Sie das betreffende E-Mail
- Rechtsklick darauf
- Optionen auswählen
- Hier steht unter "Internetkopfzeile" der gewünschte Header
Header aus Outlook Express:
- Rechtsklick auf betreffende E-Mail
- Eigenschaften
- unter Details "Internetkopfzeile" finden Sie den vollständigen Header
[...]
Of course I attached the original mails (without the “application/octet-stream”-stuff) to my abuse-mail [but the mailsystem of telekom removes them automatically]. And I don’t have to mention that I am not using Outlook [Express] and that the abuse-Team uses Exchange. grml
Posted in Rants | Comments Off on Incompetence?