Remove Recovery HD Partition Open terminal and run this command $ diskutil eraseVolume HFS+ Blank /dev/disk1s3 ... you will see ... Started erase on disk1s3 Recovery HD Unmounting disk Erasing Initialized /dev/rdisk1s3 as a 620 MB case-insensitive HFS Plus volume…
Automatically Start MySQL Server on OS X Yosemite
MySQL can't start automatically on starts up in OS X Yosemite. Create /Library/LaunchDaemons/com.mysql.mysql.plist and save it with the following plist <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>KeepAlive</key> <true /> <key>Label</key> <string>com.mysql.mysqld</string> <key>ProgramArguments</key> <array>…
Configure Git and Github
Wiki Git Git is a distributed revision control and source code management (SCM) system with an emphasis on speed, data integrity, and support for distributed, non-linear workflows. Git was initially designed and developed by Linus Torvalds for Linux kernel development…
ShadowSocks Setup Guide
Wiki ShadowSocks is a secure socks5 proxy, designed to protect your Internet traffic. GoAgentX is a GUI application on OS X for using and controlling proxy services. Official Website shadowsocks.org Linux / Server Side Install You'll have a client on…