cld2 – Google’s Compact Language Detector 2 – standalone command line on Cent OS
Installing a standalone Compact Language Detection 2 on CentOS
Installing a standalone Compact Language Detection 2 on CentOS
Simple 5 step guide to setting up https with your own self-signed certificate Prerequisites: Apache2, Ubuntu Server Generate local keypair /usr/bin/openssl genrsa -des3 -out {your… Read More »https in 5 easy steps
I stumbled upon this url. The list of various options on databases is pretty amazing. http://www.webresourcesdepot.com/25-alternative-open-source-databases-engines/ It’s a definite read. I never knew so many… Read More »Interesting alternatives to databases in opensource
Change localhost to 127.0.0.1 and it should work. 🙂 If that doesn’t solve it, problem might be in sshd_config or authorized_keys2 – Metawerx Wiki: SSHTunnelTroubleshooting.
1)On solr.master: +Edit scripts.conf: solr_hostname=localhost solr_port=8983 rsyncd_port=18983 +Enable and start rsync: rsyncd-enable; rsyncd-start +Run snapshooter: snapshooter After running this, you should be able to see… Read More »Solr replication
Vim scans the first and last few lines of the file for modelines, if the modeline option is on (which it is, by default). If… Read More »vim Settings in the File You’re Editing
ps -A -ostat,ppid,pid,cmd | grep -e ‘^[Zz]’ To find zombie processes kill zombie process’s – Ubuntu Forums.
The website is up, and running on a brand new OS – Ubuntu 9.04 Server. Supercool to configure, has pre-configured LAMP, OpenSSH out-of-the-box. Using the… Read More »Server upgraded to new Ubuntu 9.04 server
I came across an interesting cron issue recently. The requirement was to run a job every _first_ Sunday at 12:00PM of each month. After searching… Read More »Run a job every first Sun of a month