Select Page

CLI – Speedtest

How to test speed from command line: wget -O /dev/null http://link-to-speedtest/ – you know, the file is downloaded right into the RAM Memory so it isn’t hard-disk dependent anymore. Misc test files: SoftLayer: wget -O /dev/null...
Software.MP – GEODist

Software.MP – GEODist

Overview GEODist is a console based multi-platform(MP) distance calculator. Using the haversine formula it will calculate the great-circle distances between two points on a sphere from their longitudes and latitudes. Please feel free to drop us a line with any...

OSX – Brew Commands

Install Homebrew ruby -e “$(curl -fsSL https://raw.github.com/mxcl/homebrew/go)” Show available versions available for install: brew versions [formula] Install/Switch to a different version: brew switch [formula] [version] Stop using a version brew unlink...

Tesseract OCR

OSX: brew install imagemagick brew install tesseract –all-languages Debian/Ubuntu: apt-get install imagemagick tesseract\* Sample Usage:    convert input image to grayscale using imagemagik convert input.png -colorspace Gray output.tif     decode with tesseract...