Category Archives: Computers

Blue Griffon HTML editor

Blue Griffon seems to be the descendant of the moribund NVU and Kompozer projects, offering a What you see is what you get (WYSIWYG) HTML editing environment. Worth a look.

Posted in Web Development | Tagged , , , | Comments Off

Die Shapes and Radially Staggered Bonding

Over ten years ago I put aside my copy of the HP Journal, December 1996 edition for later reading.  I would like to relate some thoughts I have recently had on an article in it. As pin counts of integrated … Continue reading

Posted in Computers | Comments Off

Grace Hopper Quote

A human must turn information into intelligence or knowledge. We’ve tended to forget that no computer will ever ask a new question. — Rear Admiral Grace Murray Hopper

Posted in Computers | Comments Off

ABLEConf 2009

Free. Saturday, October 24, 2009… 10am to 4pm at the University of Advancing Technology in Phoenix (Baseline Rd. just west of I-10). A full day of presentations and participation on free software. More info: http://www.ableconf.com/ Update: A good time and … Continue reading

Posted in Linux | Comments Off

Share Thunderbird Address book via LDAP

If you like this, please consider donating to fund further development. After years of frustration waiting for the Mozilla Thunderbird folks to add the ability to edit LDAP address-books, and years of frustration with the pigheadedness and brain-damagedness of LDAP … Continue reading

Posted in System Admin | Comments Off

Scottsdale WordPress meetup group

I just found the Scottsdale WordPress Meetup Group/ and am hoping to go to the next one… see you there…

Posted in WordPress | Comments Off

Gimp 2.6 Toolbox is always in the way

The biggest frustration with Gimp 2.6 has been that pesky toolbox window always in the way over what I’m working on. Turns out it’s easy to make it act sanely. Try this: Go to Edit; Preferences; click Window Management; and … Continue reading

Posted in Linux | Tagged | Comments Off

Mounting LVM volumes from Ubuntu LiveCD

sudo -i apt-get install lvm2 modprobe dm-mod vgchange -a y Also try – pvdisplay Displays physical volumes vgdisplay Displays volume groups lvdisplay Displays logical volumes and: man lvm

Posted in System Admin | Tagged , , , | Comments Off

Emacs soft word wrapping

If you’re frustrated with Emacs’ default behavior of displaying \ characters when wrapping long lines, try this: M-x longlines-mode M-x longlines-show-hard-newlines This only changes the way your file is displayed — it does not insert or remove anything from the … Continue reading

Posted in Linux | Leave a comment