Samstag, 17. Oktober 2009

Make Fritzbox routers reconnect

If you're using a FritzBox-Router and have UPnP enabled there's a Firefox-Plugin Fox!Box that adds a reconnect option to the rightclick-menu.

Montag, 12. Oktober 2009

Downloading all jars from a jnlp file

$ grep "jar href" Repository.jnlp | awk '{print $2}' | cut -c 7- | awk '{printf "\"http://server:port/rep/%s\n", $1}' | xargs wget

can surely be done using only awk or a text editor...

Follower