Archive for March, 2009

Find MAC-Adress of connected devices (Windows)

Monday, March 30th, 2009 Posted in Computer, Windows | No Comments »

Using windows (at least Vista) you can figure out the MAC-Adresses of all connected devices by typing arp -a in the command line (Run -> "cmd").

Windows 2000, WG311T Atheros, WPA

Friday, March 20th, 2009 Posted in Computer, OS, Windows | No Comments »

Old OS, old wLan card and WPA. Bad combination. I tried Netgears own drivers and didn't suceed ... always some kind of issues coming up. After some researching I found this site: http://www.phoenixnetworks.net/atheros.php and this is the driver one needs to use: http://www.phoenixnetworks.net/atheros/Atheros5_0_0_107.zip

AVM Fritz!Box 3270 reset

Friday, March 20th, 2009 Posted in Computer | 2 Comments »

Resetting my Fritz!Box 3270 proofed kind of tricky as there is no reset button there to push. Anyways there is an emergency ip adress (169.254.1.1) one can use to acess the control panel. There are to possibilities to use it: set IP ...

eclipse ant auto build

Tuesday, March 10th, 2009 Posted in Computer, Programming | No Comments »

Here is a little note about eclipse using ant as an auto build process: http://www.eclipsezone.com/eclipse/forums/t65486.html

eclipse svn+ssh ppk and pageant

Tuesday, March 10th, 2009 Posted in Computer, Programming | No Comments »

Here are some links describing how to set up eclipse using a svn+ssh connection with a ppk file: http://www.woodwardweb.com/java/howto_configure.html http://wazong.de/blog/2008/03/05/subversion-mit-svnssh-protokoll-und-eclipse/ You can combine those two methods and use the '-2 -i "path"' options in your SVN_SSH system variable. Or use Pageant to load ...