Technical notes, my online memory
Friday, September 16, 2011
LDAP search queries
›
Some quick examples of common LDAP search queries. See this blog for more explanation and examples (thanks for the comment) Search for a...
2 comments:
Reading MCX local_computer policies on the command line
›
Mactech has an article on using local mcx policies . To read them: dscl . -mcxread /Computers/local_computer and you can also see the full...
Wednesday, September 14, 2011
Reading and modifying OS X plist files on the command line
›
OS X uses plist files to store configuration information - you can think of them as OS X's version of the windows registry. To read a ...
2 comments:
Managing OS X users, groups, and access control from the commandline
›
User info dscl . read /Users/testing Group info dscl . read /Groups/admin Create a user sudo dscl . -create /Users/testing Add a user to ...
Friday, September 9, 2011
Redirection of stdout and stderr
›
Some notes on redirection, this article has a good summary . I hold these patterns in my head, but had long since forgotten what the syntax...
Wednesday, September 7, 2011
Mounting DMG images, the hard way
›
Opening a DMG in the finder is a fast way to get it mounted. The manual steps are broken down as follows: Attach the disk image (if you o...
HOWTO Convert an Apple disk image (DMG) to ISO
›
hdiutil convert /path/to/filename.dmg -format UDTO -o /path/to/savefile.iso
‹
›
Home
View web version