$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }

How to Easily Clean Up Mac OS X Mavericks 10.9 Easy Guide

March 27, 2014 | By Duchateaux.

Clean Up macOS 10.9 Mavericks for Free

How to Find and Clean Up Manually from Garbage your macOS 10.9 Mavericks for FREE.

The Process Make Use of an Amazing Command Line Tool for Unix-like Systems: NCurses Disk Usage.

The ncdu Installation macOS Require the MacPorts and so also an XCode working Installation.

After Execution this Tool will Show Up a Directory List Ordered by Disk Usage Size that will Make your Garbage Collection a Summer Breeze ;)

Mac Mavericks 10.9 Garbage Collection - Featured
    • Install MacPorts(Require Xcode) or HomeBrew.

    • How to Install MacPorts on Mac 10.9 Mavericks

      Getting Started with MacPorts
    • If Not Xcode the Simply Install HomeBrew for macOS.

      HomeBrew Installation
  1. Open Terminal Window
    (Press “Enter” to Execute Commands)

    Install Ncdu on Mac Mavericks 10.9 - Open Terminal

    In case first see: Terminal QuickStart Guide.

  2. Installing NCurses Disk Usage.

    by MacPorts:

    sudo port install ncdu

    by HomeBrew:

    sudo brew install ncdu
  3. NCurses Disk Usage Collection.

    ncdu /

    You can also specify another Target Directory instead of root, but best to disconnect unworthy Disks before Collection…

    Mac Mavericks 10.9 Garbage Collection - Running ncdu

  4. After Navigate into Directories to Find Trashes.

    • Move Up-Down by Arrow Key

    • Drill Up-Down by Enter Key (To Drill Up select the Top “../” Choice)

    Take Note of the Garbages Directories Locations…

    Mac Mavericks 10.9 Garbage Collection - ncdu Results

  5. How to Quick Start with Cross-Platform Apps Development on Mac

    Appcelerator Titanium Studio for Mac
  6. Instructions on Cleaning Up Space.

    • Be Sure that the Target is truly Garbage.
    • Triple-Check your Command before Execution!
  7. How to Install Eclipse IDE for Android Development on macOS:

    Install Android ADT for Mac Mavericks
  8. Deleting the Garbage.

    For Directories:

    rm -rf /[path/2]/myGarbageDir/

    For Files:

    rm /[path/2]/myGarbageFile