SVN install

Getting Subversion under MacPorts Audience: Anyone and everyone Requires: MacPorts, Apache (for server installation) Introduction The most expedient way to get Subversion […]

Where hostname is read from in Casper

/Library/Preferences/SystemConfiguration/preferences.plist sudo scutil –set ComputerName `/usr/libexec/PlistBuddy -c “Print :System:System:ComputerName” /Library/Preferences/SystemConfiguration/preferences.plist` sudo scutil –set LocalHostName `/usr/libexec/PlistBuddy -c “Print :System:System:ComputerName” /Library/Preferences/SystemConfiguration/preferences.plist` sudo scutil –set HostName `/usr/libexec/PlistBuddy […]