To convert a binary .plist file to XML format for editing, type this in the Terminal:

plutil -convert xml1 some_file.plist

To convert an XML .plist file to binary for use:

plutil -convert binary1 some_other_file.plist

Write a USB drive image via dd command on mac

diskutil list
diskutil unmountDisk /dev/disk2
sudo dd if=/Users/nyeates/Downloads/Fedora-Live-Workstation-x86_64-22-3.iso of=/dev/disk2 bs=1m
 
technology/mac/useful_commands.txt · Last modified: 10.04.2015 03:31 by nyeates1
 
Recent changes RSS feed Creative Commons License Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki