content top

here is my bash profile, how’s yours’?

update: I am using iTerm2 now 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 export EC2_HOME=~/.ec2 export PATH=$PATH:$EC2_HOME/bin #export EC2_PRIVATE_KEY=`ls $EC2_HOME/pk-*.pem` #export EC2_CERT=`ls $EC2_HOME/cert-*.pem` export JAVA_HOME=$(/usr/libexec/java_home) export...

Read More

This is a shameless self promoting post on my book from Packt Publishing

This is a shameless self promoting post on my book from Packt Publishing

I got a good news to share with you! You might know that I was writing a book titled Magento 1.4 Development Cookbook from Packt Publishing. My book has been uploaded and available for buying. I am pretty much happy with it! For those who have no idea what I am talking about: It is a book both on paper back and pdf format available to buy from Packt Publishing, Amazon and book stores. This book has 12 chapters with more than 80 real world...

Read More

Running multiple solr instances

Running multiple solr instances

Few days back I had to work on a project integrated with Nutch and Solr for providing high performance search. We have millions of domain. So there were no other way but separation of data for each domain both in Nutch and Solr. I maintained separate location for seed, crawldb, segments and index in nutch and one core for every domain in Solr. We used Solr for indexing from Nutch. I thought this post could help in a similar task. This post...

Read More

Nutch cheat sheet

Nutch cheat sheet

What is NUTCH you ask? Nutch is a very popular open source JAVA based search engine built on top of Lucene which is translated to C, C++, C#, Python, Perl and Ruby. It provides all of the tools you need to run your very own search engine. Current version of nutch (as of October 2010) is: 1.2. Download PDF version of this cheat sheet Some important gotchas on nutch: Founded in 2003 by Doug Cutting, the Lucene creator, and Mike...

Read More

html2pcl and html2ps wrapper class

html2pcl and html2ps wrapper class

This wrapper class is a gift for my blog readers. I think the class is self descriptive. This is why I ain’t write how to use it bla bla bla…You can make pcl and ps files from html with this class. I have submitted this class at phpclasses too. You may have a look by clicking HERE. It runs both on Windows and *Nix...

Read More
content top