To convert a certificate generated for Apache to a PEM file usable for Pound, do this:
openssl x509 -in mycert.crt -out mycert.pem
openssl rsa -in mycert.key >> mycert.pem
Now your certificate that was generated for Apache's SSL is ready to be used by Pound
Frustrated about having Faces in iPhoto and not in Lightroom? Frustrated that it's then in Aperture, but not Lightroom 3 beta 1 and 2? Frustrated about not hearing about it being a priority in Lightroom at all? And still addicted to Lightroom? Yupp, me too. But this night, for reasons not related to this post, I thought, hey, perhaps Picasa can help ...
I've had a problem forever that when iTunes closes, it forgets the password to the iTunes store, and it forgets the password to my Audible account. I've Googled it once or twice but couldn't find the answer, and since I hardly ever close iTunes except for boots, and since Quicksilver is so fast to open 1Password to retrieve my passwords, it's only ...
A Mini Server (two disks, no superdrive) became redundant in our setup, so I used it to test a few things. At the same time I needed Visual Studio, so I dedicated one of the drives to Windows 7. After installing it with bootcamp, the mini would reboot as Windows, but if I pressed option and selected OS X, and rebooted after having used OS X, I'd ...
I've been having some issues using the
- (NSManagedObjectModel *)managedObjectModel
function. First it didn't load well, but Marcus ...