Don't understand german? Read or subscribe to my english-only feed.

Archive for 2007

Reset password of a user in dokuwiki from the commandline

Monday, January 8th, 2007

As I usually forgot how to do it ;-) JFTR a cmdline to reset the password of a user in dokuwiki: # usr=’myuser’; passwd=’secret_password’ # sed -i “s#$usr:[[:alnum:]$]*:#$usr:`printf ${passwd} | md5`:#” /var/lib/dokuwiki/acl/users.auth.php

Online-Poker

Monday, January 8th, 2007

So, nachdem ich netterweise von Thomas Quaritsch darauf hingewiesen wurde, dass die Software von pokerstars.de durch den Einsatz von Wine auch unter Linux zum Laufen zu bringen ist, habe ich das mal schnell probiert und es tut ohne große Hexerei: Tipp: in der user.ini (hier in ‘~/.wine/drive_c/Program\ Files/PokerStars.NET/user.ini’) unter dem Punkt [Options] ein "f5redrawtable=1" hinzufügen, […]

Pokerspiele am Computer

Sunday, January 7th, 2007

Seit Weihnachten bin ich stolzer Besitzer eines Poker-Koffers. Und vor Kurzem ist in Debian unstable pokerth aufgetaucht: PokerTH is a single-player poker game written in C++/QT4. You can play the popular “Texas Hold’em” poker variant against up to four computer-opponents. This poker engine is open-source and available for Linux and Windows. Nachdem ich selbst auch […]

Torino 2006 Winter Olympics

Sunday, January 7th, 2007

Es ist gar nicht so einfach, für die Playstation 2 Spiele zu finden, die a) kein Shooter, b) kein Kinderspiel und c) für mehrere Personen (Multiplayer) sind. Für den Fall, dass jemand den gleichen Geschmack wie meine Freundin und ich haben sollte, werde ich jetzt mal Google füttern. ;-) (Disclaimer: ich spiele Shooter durchaus, aber […]

moreutils

Sunday, January 7th, 2007

You might know of moreutils‘s existence already, but in case you do not use them so far please give it a try as it’s definitely worth a look: Description: additional unix utilities This is a growing collection of the unix tools that nobody thought to write thirty years ago. . So far, it includes the […]