Quantcast
David N. Blank-Edelman

http://twitter.com/otterbook

Boston, Massachusetts

SysAdmin

Areas of Expertise:

  • sysadmin
  • perl
  • system administration
  • network administration
  • security
  • creativity
  • speaking
  • training
  • writing

Biography

David N. Blank-Edelman is the Director of Technology at the Northeastern University College of Computer and Information Science and the author of the O'Reilly book Automating System Administration with Perl. He has spent the last 25 years as a system/network administrator in large multi- platform environments, including Brandeis University, Cambridge Technology Group, and the MIT Media Laboratory. He was the program chair of the LISA 2005 conference and one of the LISA 2006 Invited Talks co-chairs. He delights in finding how creativity can further the field as demonstrated in his off-the-beaten-path invited talks and tutorials at various conferences and speaking engagements.

Books

Automating System Administration with Perl Automating System Administration with Perl
by David N. Blank-Edelman
Second Edition May 2009
Print: $39.99
Ebook: $31.99

Perl for System Administration Perl for System Administration
by David N. Blank-Edelman
July 2000
OUT OF PRINT
starstarstarstarstar (4)
(Read Reviews)

Articles

Blog

David N.'s blog posts are hosted at:
http://www.otterbook.com/blog/

But It’s Only A Slash: svn.access

September 11 2009

I spent the good part of my morning today debugging an issue with a user’s access to a Subversion repository/trac service we provide. That person could not get even a basic svn checkout to work as expected. It would keep throwing errors like this: Server sent unexpected return value (403 Forbidden)… read more

Talk Amongst Yourselves

August 24 2009

We just purchased a few new phones to replace our aging tin cans on a string at home. On the sage advice of some other techies I know, we purchased a few phones based on the DECT standard. IMHO, one of the coolest things about the DECT phones is they… read more

Piracy, the Sincerest Form of Flattery?

August 24 2009

Well, I think the book has hit the big time because I randomly stumbled on not one, not two, but four separate places where people had uploaded my book to some of the grey matter (both kinds) sharing sites. In particular, there’s a Thai-speaking user whose been very busy being… read more

Fixing the SQLite DB for a Trac Instance

August 20 2009

’bout time I add some sysadmin content here. If you ever have a trac instance go boom with an error like “DatabaseError: database disk image is malformed” you can often fix the problem by doing an sqlite dump/reload: $ cd /path/to/trac-sqlite-db-directory # find the trac.db file $ su www-data # switch to… read more

PMotD: Text::Balanced

July 31 2009

If you’ve read Jeffrey Friedl’s Mastering Regular Expressions1 you’ll recall that one of the things that is a lot harder than it looks to get right using regexps is extracting the content from within some text-delimited string, especially when there are opening and closing delimiters2. Text::Balanced originally by Damian Conway and… read more

PMotD: Devel::Deprecate

July 28 2009

Today’s interesting Perl module of the Day:  Devel::Deprecate by Curtis “Ovid” Poe. Back in 2000, I started teaching a class called “Perl Saves the Day: Writing Small Perl Programs to Get Out of Big SysAdmin Pinches” which was essentially a class about Perl hacks and how to use them responsibly in System… read more

And We Have a Winner!

July 13 2009

Kudos goes to Thomas Leyer of Germany for finding the very first typo in the printed version of the book. Books like these have an amazing amount of detail so it is not uncommon for a few small things to slip through (in this case it was a single missing… read more

Welcome Back, Otter

June 16 2009

I’m thrilled and delighted to announce that Automating System Administration with Perl, the second edition of the semi-famed Otter Book (the book formerly known as Perl for System Administration) has been published by O’Reilly Media. The Otter Book is available now in paper and electronic form. Be sure to get your copy… read more
David N. Blank-Edelman