Author Archives: dre

About dre

I like all kinds of food.

Why I closed my facebook account

I’m writing this so I have something to link to, so I don’t have to keep answering the question over and over. Starting yesterday, I began to receive emails from various facebook friends, wherein they warned me that perhaps my … Continue reading

Posted in bit bucket | Leave a comment

Somniac and a UI scripting quickie

Just about every time I want an AppleScript to wait a second or two during script execution, I instinctively insert a “sleep x” statement, where x is some small number of seconds. Every time, I’m surprised when I test the … Continue reading

Posted in bit bucket, scripts, The More You Know | Leave a comment

GNU screen and white space, holy crap

GNU screen has been a key player in my workflow for a long time, and I’ve been putting up with a strange and very much undesired screen behavior for just about that long. I don’t fully understand the problem, but … Continue reading

Posted in bit bucket | Leave a comment

SSL Passphrase in Mac OS X Server

Here’s a one-liner (spread across two lines for the 80 column internet) for mining Mac OS  X Server’s SSL passphrase out of Keychain: security dump-keychain -d /Library/Keychains/System.keychain | \ grep ‘”svce”<blob>=”Mac OS X Server certificate management”‘ -A 3 | tail … Continue reading

Posted in bit bucket | Leave a comment

CalendarServer on Ubuntu 10.0.4 Desktop

“Why should I read this silly article when I can just install the CalendarServer .deb?!”, you might be thinking. That’s easy. That deb is release 1.2, which is like a million years old or something. Lots of great stuff has … Continue reading

Posted in bit bucket | 2 Comments

VMWare Fusion 3.1 is way faster

Check this out. I ran the ‘openssl speed’ benchmark in Ubunto Desktop 10.0.4 in Fusion 3.0.2 and again in 3.1. The difference is pretty impressive.

Posted in OS X, OS X Server | Leave a comment

tumbling around…

I’m due for another semi-annual update or some such. Work is good; progress continues on the "Calendar and Contacts Server", which is unfortunately the official name of the open source version of our CalDAV / CardDAV service. I’ve been enjoying … Continue reading

Posted in bit bucket | 1 Comment

Of logs and non-boot volumes

It’s a beautiful Sunday morning, and as you wait for the coffee to start working, you figure it’s probably about time that you started on those benchmark results that have to be done by Monday. You’re sitting there thinking “MAN … Continue reading

Posted in OS X, OS X Server, Pro Tip, The More You Know | 2 Comments

Automator: Variable stacking

Shortly after discovering the existence of variables as real drag-n-droppable objects in Applescript Studio, I ran smack into a big limitation: the linear flow of an Automator workflow does not seem to allow for storing and recalling multiple values at … Continue reading

Posted in bit bucket | Leave a comment

LDAP client: local static and variable mappings

I was recently discussing Mac OS X / Active Directory integration with a friend, and one of the things I mentioned was the local static / variable mappings feature of the Mac OS X LDAPv3 plugin. After some fairly extensive … Continue reading

Posted in OS X, OS X Server, tutorials | Leave a comment