OpenLDAP 2.4: Adding overlays

June 2nd, 2013 googlefood, Howto

Mostly googlefood, since I spent way too long looking for this.

Read the rest of this entry »

Ubuntu: Boot fails with message “Can’t load firmware file bnx2/bnx2-mips-06.6.2.1.fw”

March 16th, 2012 googlefood

Googlefood article; just documenting the solution I eventually found.
Read the rest of this entry »

ssh, PAM, and radius

March 13th, 2012 googlefood

Yawn, googlefood.

Read the rest of this entry »

Extension Tubes and Ring Flash?

January 30th, 2012 Experiments, Photography

A reader asks on my Comparing macro lenses to extension tubes page whether or not hot-shoe or ring flash will work with extension tubes, or whether the working distance is too close.

Answer #1: I don’t know. Answer #2: Let’s find out.

I set up a tripod, put a 6 mm extension tube on a 16 mm lens, and asked Uiharu to model for me. The crinkled paper was intended to give a bit of light bounce from the room lights, but I ended up shining a flashlight into the paper to push up the brightness.

Extension Tube Test Setup.

Setup for the extension tube test.

Read the rest of this entry »

One-Liner of the day – generate a random password

September 13th, 2011 Linux


dd if=/dev/urandom bs=1c count=200 | tr -d '\001-\040\042\047\054\077\134\140\173-\377' && echo