Wiki Homebrew is a package management system that simplifies the installation of software on the Mac OS X operating system. It is a free/open source software project to simplify installation of other free/open source software. It is similar in aim…
Vim Configuration - vimrc File
Vim (an acronym for Vi IMproved) is a text editor written by Bram Moolenaar and first released publicly in 1991. Based on the vi editor common to Unix-like systems, Vim is designed for use both from a command line interface…
FastStone Capture - A Powerful Windows Screen Capture Tool
FastStone Capture is a powerful, flexible and intuitive screen-capture utility. It allows you to capture anything on the screen including windows, objects, full screen, rectangle regions, freehand-selected regions and scrolling windows/web pages. It has innovative features such as a floating…
OS X Get File Checksum
Run a terminal (Applications → Utilities → The terminal app), and then perform the following syntax checking $ md5 /path/to/file $ shasum /path/to/file If a file path is complex $ shasum (Drag and drop files here) Shasum command detection SHA1…