-
Archives
- January 2010
- September 2009
- July 2009
- March 2009
- November 2008
- October 2008
- June 2008
- May 2008
- March 2008
- January 2008
- November 2007
- October 2007
- September 2007
- May 2007
- April 2007
- March 2007
- February 2007
- January 2007
- December 2006
- November 2006
- October 2006
- September 2006
- August 2006
- June 2006
- May 2006
- April 2006
- March 2006
- February 2006
- January 2006
- December 2005
- November 2005
- October 2005
- September 2005
- August 2005
- July 2005
- June 2005
- May 2005
- April 2005
- March 2005
- February 2005
- January 2005
- December 2004
- November 2004
- October 2004
- September 2004
- August 2004
- July 2004
- June 2004
- May 2004
- April 2004
- March 2004
-
Meta
Category Archives: Mac OS X
AD and Mac OS X – one big happy family
So I’m rebuilding my test lab in preparation for our rollout of Mac OS X 10.3.4 and the synchronized moving of authentication from 2 sources (Active Directory and Open Directory) to one (Active Directory). I thought my fellow co-workers would … Continue reading
PGP and GPG in Mail.app
http://www.sente.ch/software/GPGMail/English.lproj/GPGMail.html
crib sheet: ssh single-login/no password
via: Robert Citek – crib sheet: ssh single-login/no password ( was Re: ssh-keygen ) How to set up a no-password ssh connection from A to B, where A && B == trusted machines
Posted in Computers, Linux, Mac OS X
3 Comments
Pictorialis II: Framed!
Weblog Tools Collection » Pictorialis II: Framed! Pictorialis II is finally ready for a demo and maybe some beta testers. Sweeeet. Finally a photo gallery that’s fully table free (as far as I saw…) Mark, I’d be glad to test … Continue reading
WordPress Caching Plugin
via Photomatt.net: “The caching plugin I pointed to the other day was very well-executed but it didn’t meet my needs for several reasons, mainly that it cached every bit of output, which wouldn’t be appropiate for things like my random … Continue reading
hicksdesign
// hicksdesign :: about hicksdesign Hicksdesign is a one-person design studio, started by Jon Hicks in 2002, after 8 years working as a designer with charities, government bodies and publishers. You won’t hear jargon or pretentious designer talk, I have … Continue reading
deleting files with find
To delete files matching *searchstring*, use the following: user# find . -name “*searchstring*” -exec rm {} ; Probably a good idea to run it without -exec rm {} ; first to see what you’d be deleting. Oh, and the space … Continue reading
Disinfotainment: Free Spam Filtering for MacOS X
Disinfotainment: Free Spam Filtering for MacOS X Free Spam Filtering for MacOS X: How To Do It – Version 1.5
DSpam Configs for Mac OS X Server
This is a Mac OS X specific setup so that Server Admin doesn’t trample your configs if you ever make any changes (the cyrus part anyway, even though we’re not really using a cyrus delivery from postfix…)
Posted in Computers, Mac OS X
2 Comments