Tuesday, March 30, 2010

BI Server & MS Active Directory in 10 minutes



During Pentaho presentation a lot of people ask me "how to  connect Pentaho to MS Active Directory for user authentication/authorization".
So searching on the web I found this very helpfull Sergio Ramazzina post
Rinaldo

Monday, March 29, 2010

Is there an alternative to PDF Creator in ubuntu?

The answer is yes.
Just install the package cups-pdf and configure the new virtual printer.
sudo aptitude install cups-pdf
Go to System Menu > Printers
  1. Choose New Printer;
  2. In the dialog box will appear virtual Generic CUPS-PDF Printer, select it;
  3. Continue forward and give a name to the the new printer  (Print-PDF will be fine);
  4. Print test page .
All the printed pdf will be saved in the folder named PDF in your home folder.
Rinaldo

Wednesday, March 24, 2010

OpenERP Technical Memento v0.6.3

OpenERP Technical Memento v0.6.3 released
 
Changelog: 
[ v0.6.3 - 2010/03/22 ]
* Added mention of __openerp__.py for v5.2
* Corrected OSV generic accessor example
* Improved ORM usage example: indentation, osv name
  and use of context
* Corrected '--relaxng' argument in tip about grammar
* Corrected tree/list example to include state field
  for colors
* Added default value for day_length in calendar view
* Minor typos and formatting

Monday, March 22, 2010

Weka 3: Data Mining Software in Java

Weka is a collection of machine learning algorithms for data mining tasks. The algorithms can either be applied directly to a dataset or called from your own Java code. Weka contains tools for data pre-processing, classification, regression, clustering, association rules, and visualization. It is also well-suited for developing new machine learning schemes.

Friday, March 19, 2010

Pentaho CDA - Community Data Access

have a look at Pentaho CDA an idea from Pedro Alves. The project is available here on Google code. He gave announcement about this two months ago in his blog and  it seems interesting.

Have a nice week end
Rinaldo