Search Engines
Your own local search engine.
2012/04/09
There are times when you would want to have a local search engine capable of indexing even pdf and doc files. So here is a solution. You can use “Omega” and here are the instructions. download omega …
Google gravity for fun
2012/03/11
Need Google+ invitaion.. leave a comment here.
2011/07/01
I just got mine, if you need a google plus invitation leave your email id in comments 🙂
Google+ – way to go for experinmenting.
2011/06/30
Finally I got a invitations and was able to get into the Google+ today. Having been trying to do this for last couple of days, was quite anxious on how it is and how it fairs against Facebook and …
Solaris dump analysis
2011/05/18
I had to debug a solaris crash dump and had no ides. Google search wasn’t much useful until finally I found this article: http://cuddletech.com/blog/?p+AD0-448 have a look at this article, this …
Best Mobile Internet Browser (Opera Mini vs. SkyFire)
2010/08/07
Showdown: Best Mobile <a class="zem_slink" title="Internet" rel="wikipedia" href="http://en.wikipedia.org/wiki/Internet">Internet Browser (<a …
Upload a video to youtube
2010/07/16
$ google youtube post –title "My Video" –category Education ~/myvideo.avi <a class="zem_slink freebase/guid/9202a8c04000641f800000000042acea" …
New Improvements in the site and added few more features.
2010/07/11
Last couple of days I have spent quite some time on the <a class="zem_slink freebase/guid/9202a8c04000641f8000000000041684" title="Website" rel="wikipedia" …
List of commands you use most often
2010/06/16
$ history | <a class="zem_slink freebase/en/awk" title="AWK" rel="homepage" href="http://cm.bell-labs.com/cm/cs/awkbook/index.html">awk …
Determine what process is listening on a port on Solaris, without lsof
2010/06/08
$ for x in `ptree | <a class="zem_slink freebase/en/awk" title="AWK" rel="homepage" href="http://cm.bell-labs.com/cm/cs/awkbook/index.html">awk '{print …
Lock the hardware eject button of the cdrom
2010/04/29
$ eject -i 1 This command will lock the hardware eject button of your cdrom drive. Some uses are: 1: If you have a toddler and has discovered the cdrom button 2: If you are carrying a laptop in a bag …
Convert decimal numbers to binary
2010/04/21
There is a calculator called bc that works in the command line. So if you need a quick calculator function in the command line then you could write some functions that will do the trcik for you. Here …