Saturday, February 26, 2011

Ubuntu 10.10 with RaLink RT2561/RT61 pci wifi



I installed a new installation of Ubuntu server 10.10 today, and had to spend two hours getting my wireless card to work. As I had to scour half the internet for tips before I finally had a working configuration, I'll share my findings here to prevent head-aches for other people.

Card: RaLink RT2561/RT61 pci wifi (802.11g) card (D-link DWL-G510)
Ubuntu 10.10 server x86 running 2.6.35-25-generic-pae kernel
Connection will be setup through WPA2 to a normal access point (with DHCP)

Sunday, January 30, 2011

Trying out the AppInventor: FingerPaddle


I've been toying around with programming something with the new (ßeta) Google AppInventor, which allows you to create simple applications for android with almost no code. For this I decided to make a sort of paddle game, a bit alike Arkanoid (only without the bricks for now ;)
This little gadget does utilize a bit of a hack with arrangements to use multiple screens (as you can see)
Attached is the full source code (including gfx & sound), and the .apk which if you open it up, will install the 'game'.

Tuesday, December 21, 2010

hard disc monitoring using zabbix

Just a quickie on monitoring SMART data from a hard disc, or temperature in this case.

Thursday, December 16, 2010

Getting statistical values from Exim4 in Zabbix



I made a quick few modifications to our Zabbix installation to monitor mail coming in and spam counts/day and such...
This could still use a lot of improvements, but for now at least I am happy :)