What Is My Build Number?

I have been known to occasionally ask what build number of Mac OS X that someone is using. The sw_vers command can be used to obtain this. Simply run: sw_vers And the BuildVersion will be listed. Or just to get the BuildVersion: sw_vers | grep BuildVersion Or to just get the number (useful in scripts [...]

Posted on February 4, 2010 at 10:00 am by admin · Permalink · 3 Comments
In: Mac OS X, Mass Deployment · Tagged with: , , , , ,

Using the cut Command

A number of commands available for finding positions that you want in a line and extracting only a certain amount of text can be pretty cumbersome in terms of learning curve. This isn’t to say that once you get the hang of them that they’re terribly complicated but it can take a little while to [...]

Posted on January 17, 2010 at 8:00 am by admin · Permalink · Leave a comment
In: Mac OS X, Mac OS X Server, Mac Security, Unix · Tagged with: , , , , , , , , ,

The Cut, Copy & Paste Daemon in OS X

Ever seen com.apple.pboard in a launchctl list?  Wondered what it did?  This is the infamous clipboard (aka – pasteboard, or on the iPhone the NSPasteboard server).  If you unload the pboard entry in launchctl then you will no longer be able to cut, copy and paste.  pboard relies on the existence of and the accessibility [...]

Posted on June 29, 2009 at 12:01 am by admin · Permalink · One Comment
In: Mac OS X · Tagged with: , , , , , , ,

April Fools – Trash Rather than Cut

You can set the cut function of the Finder to move items into the trash rather than into the clipboard: defaults write com.apple.Finder AllowCutForItems true It’s not the nicest of jokes to play on people though… So to undo it: defaults write com.apple.Finder AllowCutForItems false Happy April Fools Day

Posted on April 1, 2005 at 12:01 am by admin · Permalink · Leave a comment
In: Mac OS X · Tagged with: , , , ,