by admin | Nov 7, 2015 | Debian, Linux, Ubuntu
Got tired of manually having to edit source files when I added a ppa to the last release(s) so now does it automaticly. If you have suggestions please leave in comments. Thanks add-apt-repository.sh #!/bin/bash if [ $# -eq 1 ] distVer=(`lsb_release -sc` vivid utopic...
by admin | Apr 9, 2013 | Debian, Linux, Media, Streaming, Ubuntu
In VLC Preferences: Subtitles & OSD: – Enable On Screen Display (OSD): unchecked – Show media title on video start: unchecked Input & Codecs: – Use GPU accelerated decoding: checked – Video quality post-processing level: set to 3 or...
by admin | Jan 20, 2013 | Brew, Debian, Linux, OCR, OSX, Ubuntu
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...