Year: 2012

  • NASA – Neil Armstrong: 1930-2012

    NASA – Neil Armstrong: 1930-2012: Neil Armstrong, the first man to walk on the moon during the 1969 Apollo 11 mission, has died. He was 82. (Via www.nasa.gov)

  • Preview Fonts with One Click in the OS X Font Window [Mac Tips]

    Preview Fonts with One Click in the OS X Font Window [Mac Tips]: Most OS X apps have a small “Fonts” window that pops up if you want to change your font’s options, but by default, it doesn’t show you what each font actually looks like. Here’s how to show a preview of every font with one…

  • Ghosts in the ROM » NYC Resistor

    Ghosts in the ROM » NYC Resistor: While digging through dumps generated from the Apple Mac SE ROM images we noticed that there was a large amount of non-code, non-audio data. Adam Mayer tested different stride widths and found that at 67 bytes (536 pixels across) there appeared to be some sort of image data…

  • View more export options in Preview

    View more export options in Preview: Preview in 10.8 has removed a number of export options. If you choose File > Export, there are only six options in the Format popup menu, compared to 13 in the Lion version of the application.  Alas, this is yet another feature that has more options hidden behind an…

  • Copying large number of files between two Unix/Linux/OSX Servers

    Here are some quick tip(s) for copying a ton of files between unixy machines really fast. You’re probably thinking “why not use rsync?”…..well rsync can be miserably slow if your source or destination cpu is underpowered. You can always do a rsync after these commands to make 100% certain that everything checks out, but try…

  • Flush DNS cache in Lion and Mountain Lion

    Flush DNS cache in Lion and Mountain Lion: To flush the DNS cache in Mac OS X 10.5 and 10.6, run this command in Terminal:  sudo dscacheutil -flushcache To do the same in 10.7 and 10.8, run this command:  sudo killall -HUP mDNSResponder (Via MacOSXHints.com)

  • CLI commands that let you access meta data of all files in OSX

    Two small commands with huge possibilities: mdls  usage: mdls [-name attr] [-raw [-nullMarker markerString]] [-plist file] pathlist the values of one or all the attributes of the specified file -raw: don’t print attribute names before values -nullMarker: substitute this string for null attributes in raw mode -plist: output attributes in XML format to file. Use…

  • Everything you ever needed to know about OSX launchd

    Great in-depth article by Nathan Grigg. Everything you ever wanted to know about launchd and how job scheduling can be easily done under OSX.

  • Get Control of Mountain Lion with a huge list of command line tweaks…..

    As pointed out to me in the comments the original Author — Mathias Bynens — is constantly updating this document. You can find the latest up to date version at http://mths.be/osx # ~/.osx — http://mths.be/osx ############################################################################### # General UI/UX # ############################################################################### # Set computer name (as done via System Preferences → Sharing) scutil –set ComputerName…

  • Create a Mountain Lion Install DVD or USB Drive after App Store purchase

    Once you’ve purchased Mountain Lion from the App Store, follow these steps to create a backup install DVD or flash drive Download Lion from the Mac App Store—but don’t install it yet, because of the disappearing installer issue noted above. Find the installer in your Applications folder and right-click on it then select “Show Package…