Friday, 6 January 2012

Fire is a good servant but a bad master.
Fire, like any other manmade tool or device, will serve man well only when it is controlled and used wisely.
Money will buy you a bed, but not a good night's sleep; a house but not a home; a companion but not a friend.
Zig Ziglar

Wednesday, 28 December 2011

How much memory on SunOS 5.1

prtconf -v | grep Memory

Kill all Java processes on Unix

ps | grep java | awk '{ print $1 }' | xarg kill -9

ps | grep java | cut -d' ' -f 2 | xarg kill -9

How to ask Unix ls to show only directories

ls -d */

Pentaho

Pantaho - a complete business intelligence platform that includes reporting, analysis (OLAP), dashboards, data mining and data integration (ETL). Use it as a full suite or as individual components that are accessible via web services. Ranked #1 in open source BI.

CUDA Parallel Programming

A good place to start learning something about CUDA.