Archive > September 2009

Reboot Script for Linksys WAP200 access points

Since the Linksys WAP200 has a tendency to hang and not let any users connect anymore, this little script to reboot an accesspoint (webinterface still works fine). Replace user and password with correct values.

Select All Code:1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/bash
 
if [[ "$#" == "1" ]]
then
nc -w1 -z $1 443
if [[ "$?" == "0" ]]
then
wget -q -O – –user=foouser –password=foopass [...]

Continue reading

, , ,

WordPress, Lightbox & SmoothGallery

Since I just spent an hour debugging a problem that others probably also have ran into, I’ll post my findings and workaround. I’ve been using lightbox for my images here for a while (the thing that darkens the website and pops up a frame with the image, pretty muth common nowdays). This is a great [...]

Continue reading

, , , , ,

a bit of bouldering

On the way home from work today I made a little detour to a playground where there are two rocks for bouldering (seems like they are from this company). Yes, I know playgrounds are for kids, but if you ignore the holds the rocks can be a real challenge. Even if they are only about [...]

Continue reading

prev posts