My first aquintance with this environment variables when I was installing Oracle 9i. The notes that written by Werner Puschitz is my oracle installation guidance, back on my early days. Now, I’ve to deal with the same environment variable again. As a reminder to myself, the LD_ASSUME_KERNEL should be set as: # Set the LD_ASSUME_KERNEL [...]
Archive for the ‘Programming’ Category
Java: SCJP certified me as Java-nese!
July 5th, 2009
No Comments
It’s been quite some time since I haven’t updated my blog. I need to prepare myself for my SCJP Exam Test. After months of studying, I finally passed the SJCP exam test. Now, with the Java Certification in my hand, I’m officially javanese that not only speak Java natively but also do Java programming! Yiihaa! [...]
Bash: Send HTML Email from Linux Command Line
May 14th, 2009
6 Comments
I’m trying to send an HTML formatted email from Linux Command line. Previously, I use mailx to send the email, but it’s only allow us to send plain text email. Luckily, I came across to ‘sendmail’. After testing couple of time, I’m finally able to send HTML formatted email. The code as follow: (cat <<EOCAT [...]


