Due google translate site update, pyGtranslator 0.2 got broken. For those seeking for packages, here they are:
pygtranslator_0.4-1_i386.deb pygtranslator_0.4-1_amd64.debsource available on github.
Today i have flashed my asus wl-500gx with dd-wrt software and i must say I'm amazed how good it works. Actually i wasn't intending to, but asus offical firmware update failed so i tried dd-wrt. Flashing was easily done from linux console with tftp, but before you do it leave instructions page open, otherwise you might end up with dead router and no instructions to recover. Current software version v24 have every thing you need and a lot more, with very clean and simple web interface. The nicest are graphs (load, memory usage, bandwidth,.. ) which are auto refreshing so you see live picture of router status.
What can i say, if your home router that is supported you can't go wrong with dd-wrt
installation wiki:
http://www.dd-wrt.com/wiki/index.php/Installation
Simple and small KDE desklet theme i made some time ago. It looks cool to me and it's easy to tweak it. Hope it comes handy to someone.

Download:
xrado.theme (..right click and save as)
I was missing a screenshot tool on my xfce zenwalk desktop. Every time i want to took a quick screen shot i have to ran Gimp to do it and what's quite inconvenient. I was just started playing with python and gtk and i found some easy way to take a screen shot with gtk tools, so i decided to make a small app. It's first thing i ever made with python or gtk so don't expect too much. hope you like it
Screenshot:
Update:source :
zenshot-0.6.tar.gzzenwalk package :
zenshot-0.6-noarch-50.1.tgz md5 depdiscussion forum:
http://support.zenwalk.org/viewtopic.php?f=17&t=5993ChangeLog:
* v 0.6 (31.10.2007)
- new name zenshot
* v 0.5 (13.02.2007)
- fixed filename date time to localtime
* v 0.4 (11.02.2007)
- added shot delay
* v 0.3 (10.02.2007)
- window iconify back to window hide because of issues with beryl
* v 0.2 (10.02.2007)
- fix window hide issue (screenshot app window wasn't hidden in time)
- window hide changed to iconify (minimise)
* v 0.1 (08.02.2007)
- first release
i always forget how to setup a my realtek rt2500 wifi card, so i decided to write it down.
get drivers from http://rt2x00.serialmonkey.com
build module
cd Modules
make
make install
echo 'alias ra0 rt2500' >> /etc/modprobe.conf
modprobe rt2500
and here is the configuration
iwconfig ra0 essid your_essid
iwpriv ra0 set AuthMode=WPAPSK
iwpriv ra0 set EncrypType=TKIP
iwpriv ra0 set WPAPSK="password"
dhcpcd -d ra0