Category: Mac OS

  • Replacing a Macbook Battery. Charging it for First Time

    Replacing a Macbook Battery. Charging it for First Time

    My macbook battery showed “Service Battery”, it’s time to replace that old battery. Replacing an old Macbook battery is very straightforward. Shut down your MacBook, place a coin in the slot, do a quarter clockwise turn, and the old battery pops out. The new battery had a piece of clear plastic on both sides that…

  • How To : Uninstall Apps from Mac App Store

    How To : Uninstall Apps from Mac App Store

    I installed Mactracker from Mac App Store. It’s a good app, but I don’t need it anymore. How to uninstall it? OS X doesn’t have a Remove Program tool, the answer is simpler than that. You uninstall it the way you uninstall most Mac programs. navigate to [Your User Name]/Applications, locate the app you want…

  • Git lesson : Branch

    Git lesson : Branch

    What is GIT? Git is… Git is a free & open source, distributed version control system designed to handle everything from small to very large projects with speed and efficiency. Every Git clone is a full-fledged repository with complete history and full revision tracking capabilities, not dependent on network access or a central server. Branching…

  • How to Create ePub ebooks and transfer it to Stanza

    ePub is the Open eBook standard from the International Digital Publishing Forum. Files have the extension “.epub” Stanza is electronic book reader and book sharing software for iPhone/iPod Touch and iPad. Here’s how you can convert nearly any eBook format to ePub on Windows or Mac OS. We’re using free tools we could find. 1.…

  • Change MAMP MySQL password

    Change MAMP MySQL password

    MAMP creates a local server environment on Mac OS X by installing Apache, PHP and MySQL right out of the box. The default username/password for MySQL install is root/root. That’s not safe. For security purposes, in our case we want sync between our WAMP and MAMP , it’s best to change that. Open the Mac…