David's Notes

Thursday, August 10, 2017

Cleaning up an image for OCR with ImageMagick

›
convert input.png -colorspace gray -type grayscale -contrast-stretch 0 -clone 0 -colorspace gray -negate -contrast-stretch 0 -compose copy_o...
Monday, December 22, 2014

Installing MariaDB with yum

›
Installing MariaDB & Tokudb with yum ---------------------------------------------------------------- nano  /etc/yum.repos.d/MariaD...
Thursday, September 18, 2014

How to start APACHE TIKA file daemon on start or add service

›
Create file /etc/init.d/tika nano /etc/init.d/tika insert follow content #!/bin/sh # Starts, stops, and restarts Tika Server. # # ch...
Thursday, September 4, 2014

Install TIKA and MAVEN

›
Install MAVEN Unix-based Operating Systems (Linux, Solaris and Mac OS X) Extract the distribution archive, i.e.  apache-maven-3.2.3-bin...
Thursday, September 5, 2013

Send a file as an email attachment using Linux command line

›
yum install mutt echo "This is the message body" | mutt - a "/path/to/file.to.attach" - s "subject of message...
Friday, March 15, 2013

Search Engine Optimization Starter Guide

›
http://static.googleusercontent.com/external_content/untrusted_dlcp/www.google.com/en//webmasters/docs/search-engine-optimization-starter-gu...
Monday, October 15, 2012

Google Algorithm - What are the 200 Variables?

›
At PubCon, Matt Cutts mentioned that there were over 200 variables in the Google Algorithm. I thought I’d start a list... Domain - Age of ...
›
Home
View web version

About Me

David
View my complete profile
Powered by Blogger.