Archive for September, 2006
Saturday, September 30th, 2006
In Top 10 Shell-Kommandos wurde es mir erst so recht bewusst, dass einige meiner Systeme identische Hostnamen haben: grml. Ja, das ist suboptimal. Das hat aber einen simplen Hintergrund: das ist jener Hostname, den der Installer der besten Distribution per Default vorschl�gt. ;-) Ergo bin ich jetzt auf der Suche nach witzigen, interessanten, netten Hostnamen. […]
Posted in Computer | 7 Comments »
Monday, September 25th, 2006
Just feeding google in case someone has same problems… Today I once more installed Debian (etch, kernel 2.6.17-2-686) via debootstrap using grml. The system has a ‘MegaRAID Model: LD 0 RAID1 19G Rev: 6.61’ inside and whereas grml booted without any problems, Debian failed with some timeout and FW messages during bootup, like: megaraid mailbox: […]
Posted in Computer, English | Comments Off on ‘megaraid mailbox: wait for FW to boot’
Monday, September 25th, 2006
Unable to change virtual machine power state: The process exited with an error: End of error message. Thanks, VMware!
Posted in Computer, English, Rants | 2 Comments »
Sunday, September 24th, 2006
Weil’s grad irgendwie so Mode ist, hier auch mein Listing der ‘Top 10 Shell-Kommandos’: mika@grml ~ % print -l — ${(o)history%% *} | uniq -c | sort -nr | head -n 10 793 mv 703 grep 677 cd 617 vim 537 ls 388 cat 366 scp 353 rm 268 wget 247 dpkg mika@grml ~ % […]
Posted in Computer | 3 Comments »
Wednesday, September 20th, 2006
Tobias Klauser – a grml team member – created inotail. Quoting the README of inotail: inotail is a replacement for the ‘tail’ program found in the base installation of every Linux/UNIX system. It makes use of the inotify infrastructure in recent versions of the Linux kernel to speed up tailing files in the follow mode […]
Posted in Computer, Links | 2 Comments »
Tuesday, September 19th, 2006
Im wahrsten Sinne des Wortes: ‘Last night a grml saved my life‘ – von J�rn. Danke, YMMD – definitiv.
Posted in Computer, Links | Comments Off on Hammergeil!
Sunday, September 17th, 2006
/dev/radio ist ein Computermagazin vom Chaos Computer Club Ulm, das jeden zweiten Sonntag von 13:00 – 15:00 Uhr auf Radio freeFM ausgestrahlt wird. Nachdem dort immer wieder die beste aller Live-CDs erw�hnt wird, muss ich im Gegenzug daf�r fast mal hier Werbung machen. ;-) Ein ‘grep -c grml $SOUNDDATEIEN’ auf die letzten Sendungen von /dev/radio […]
Posted in Computer, Links | 1 Comment »
Wednesday, September 13th, 2006
Den ganzen Tag arbeiten, nichts essen, aber nur von Kaffee ern�hen ist wirklich nicht gesund. Da hilft auch ein gutes Abendessen nicht mehr. Sowohl Herz als auch Kopf sind noch immer auf 120. Nicht wiederholenswert. *grml*
Posted in Allgemein, Rants | 2 Comments »
Saturday, September 9th, 2006
Today I wanted to test the raid5 reshape feature of Linux kernel >=2.6.17. My testing environment was VMware with 3 virtual disks each containing a partition of 200MB which should be resized to 500MB, using grml (featuring kernel 2.6.17-grml) of course. For real-live setup adjust the steps for stuff like switching harddisks of course. ;-) […]
Posted in Computer, English | 2 Comments »
Thursday, September 7th, 2006
Segmention Fault. Danke f�r den Hinweis, amne! YMMD. 8-)
Posted in Computer, Links | 2 Comments »
Thursday, September 7th, 2006
vim-outliner let’s you use vim as an outline editor: # apt-get install vim-vimoutliner % $PAGER /usr/share/doc/vim-vimoutliner/README.Debian % vim ~/foo.otl :he vo If you want to export the otl file into HTML take a look at otl2html.py. Oh, did I already mention that vim-outliner is shipped with grml? ;-)
Posted in Computer, English, Links | 2 Comments »
Monday, September 4th, 2006
Von 16.-25. August war ich mit einer Reisegruppe in der Bretagne (Frankreich). Wir haben mit dem Bus insgesamt ~4600km zur�ckgelegt. Es war ein Kultururlaub ohne Computer und dementsprechend recovery. ;-) Lessons learnt: es gibt fast durchwegs flie�enden Verkehr dank weniger Ampeln aber vieler Kreisverkehre trotz der vielen Kreisverkehre f�hrt fast niemand korrekt in und aus […]
Posted in Allgemein, Events, Links | 3 Comments »
Monday, September 4th, 2006
Das Buch Firewalls im Unternehmenseinsatz von J�rg Fritsch und Steffen Gundel tr�gt als Untertitel ‘Grundlagen, Betrieb und Produkte’. Als Zielgruppe werden Administratoren und IT-Verantwortliche angef�hrt. Das Beispiel-Szenario am Anfang (das sich dann auch durch das Buch zieht) schaut vielversprechend aus, und der Anfang liest sich auch wirklich sehr gut. Leider tr�ben einige Punkte aber die […]
Posted in B�cher & CO, Computer | Comments Off on Buch: Firewalls im Unternehmenseinsatz
Monday, September 4th, 2006
Francis ist ein samtpf�tiger Klugscheisser und in den Katzenkrimis von Akif Pirincci spielt er den Komissar auf vier Pfoten. Die B�cher sind aus der Sicht von Francis geschrieben und jedem Katzenbesitzer wird klar sein, wieso die Tonwahl sarkastisch, egoistisch aber auch humorvoll ausf�llt. Ich habe hier nur als Beispiel den Band der in Rom spielt […]
Posted in B�cher & CO | Comments Off on Buch: Salve Roma. Ein Felidae-Roman
Monday, September 4th, 2006
iwatch is a realtime filesystem monitoring program. It’s a simple perl script to monitor changes in specific directories/files and send email notification immediately. It reads the dir/file list from a xml config file or via commandline and needs inotify support in kernel (Linux Kernel >= 2.6.13). If you are using Debian/grml you can install a […]
Posted in Computer, English, Links | Comments Off on iwatch – realtime filesystem monitoring program using inotify