Archive for 2005

AutoStitch

Tuesday, April 19th, 2005

I don’t normally repost articles, but via primidi.com I came across AutoStitch. It rocks!

Google X is back

Sunday, April 17th, 2005

Yup, Google X is back but not where you would expect. There are also a few links hiding the the googlex group

Firefox download counter

Sunday, April 17th, 2005

Firefox has had over 46 million downloads!
I’ve been meaning to add a link on my blog to the Spread Firefox site for a while, and today I noticed that Download Counter was back and with a feed! I had a quick look at the WordPress plugin, but both Infocraft’s Firefox Counter and SFX@CP.NET’s Firefox [...]

feeding your honeypot to the firewall

Saturday, April 16th, 2005

For a long time I’ve had an apache honeypot set up for common requests for specified files (all identical, but hardlinked) in the scripts, msadc, msdac, _vti_bin folders etc, etc. If the honeypot got hit then it would email me and feed the offending ip address into the firewall blocklist filter. (Makes the [...]

monitoring a dynamic ip interface with mrtg

Saturday, April 16th, 2005

I setup MRTG to monitor my ADSL connection, but what I was really watching was the network card on the pc with the pppoe client. Unfortunatly mrtg doesn’t seem to have a way of monitoring an ip that can change, you have to go on MAC address (pppoe mac is undefined), or interface number [...]

Win2003 SP1 woes

Friday, April 15th, 2005

After the install of SP1 on our routing and remote access box, all inter-device routing died. You can ping and traceroute within the same network, but as soon as the server has to route the packet between interfaces it just drops it. Oddly pings happily leave the network (routed correctly), but the [...]

Powered by ADSL

Wednesday, April 13th, 2005

After serveral phone calls I’d practically given up, but just after 9pm the ADSL installation tech phoned to ask if he could come and install. Thanks to Mr. Sampie and Mr. Molab I now have ADSL, YAY!

no ADSL, no Power

Monday, April 11th, 2005

It rained (and hailed apparently) a lot on Sunday, so on Monday morning work was without power. So I got to spend the day at home harassing the ADSL installers for my ADSL that was supposed to be installed on Friday (8th April 2005). If I’m luckly i might be able to get [...]

ProFont

Tuesday, April 5th, 2005

While I was sorting through my various pictures the other day I came across a screen shot I had sent a friend before my pc died. I noticed the font I was using, it was a font I had installed days previously, and had yet to store in my must-have box. I searched [...]

Maintaining Thread Identites

Monday, April 4th, 2005

We were having some weird threading issues with database access. Turns out that the new threads were not acquiring the impersonated identity of the parent thread, but in fact the original identity. After quite a lot of digging using reflector, I checked the web for thoughts:
khanna suggests re-impersonating in the new thread, which is [...]