me,myself,english and programming..

Archive for October, 2008

Curiosity killed my windows XP

Friday, October 31st, 2008

Well,it’s not only my windows XP. All my others data gone just because my curiosity to test out the most powerful command in Linux. rm -rf /

I already plan to fresh install my ubuntu once new version is out. That’s why I dare to test that powerfull command in my ubuntu box.

This morning, after my ubuntu Intreprid download completed I then happily burn the iso file to my empty cd, backup my stuff to to other drive and then happily run below command.

rm

See, I’m not allowed to run that command. It’s suppose to be a warning for me not to do that.

(more…)

Download Malaysia Postcode

Thursday, October 30th, 2008

While everyone is talking about fatwa on yoga , I’m here to share Malaysia postcode that I use to do some of my analysis work. (which I also get it from someone else. :) )

You will be expecting the file to be in this CSV format.

postcode csv

This is the only postcode list I have. If you are expecting postcode to be tag by City, I’m sorry for that. I don’t have any. If you do have it, kindly share it with me :)

(more…)

Yoga : Fatwa to be out soon.

Wednesday, October 29th, 2008

PENANG, Oct 29 – The National Fatwa Council will come out with a ruling relating to yoga exercise soon….

Fatwa on yoga out soon

PULAU PINANG: Majlis Fatwa Kebangsaan akan mengumumkan keputusan berhubung hukum senaman yoga kepada pengamal senaman itu yang beragama Islam dalam tempoh terdekat ini….

Yoga: Majlis Fatwa akan umum keputusan

Wow… it’s like a shock for me reading this news.

(more…)

Pentaho Data Integration – Introduction

Saturday, October 25th, 2008

Data is everywhere. I once heard someone saying that data is the next Intel Inside.Well, just look around and I think it’s very true indeed.

Pentaho Data Integration (PDI) is a powerful, metadata-driven ETL tool designed to bridge the gap between business and IT; Previously it’s known as Kettle (Kettle ETTL Environment).The best thing is: it’s FREE. Yeah…admit it,we do like FREE things right ? :)

The fact is, I’m into Ubuntu now,hence I’m testing this on top of it. No worries if you are using other operating system,PDI is coded using Java so it’s by right platform independent

PDI

(Note:Login:admin,Password:admin)

(more…)

Gambas – Can’t connect to local MySQL server through socket workaround

Tuesday, October 21st, 2008

Previously I write about Gambas programming and my temporary solution for connecting to MySQL error.

Can’t connect to local MySQL server through socket ‘/var/run/mysqld/mysqld.sock’ (2)

Well, it’s really temporary where the link file that I create previously gone missing whenever I restart my pc. I then need to run the command again and again. Until today I still can’t find the solution.

Here are my workaround for this problem.

(more…)