Archive for the ‘Programming’ Category

LD_ASSUME_KERNEL to set thread library that will be used by JVM

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 environment variable [...]

Java: SCJP certified me as Java-nese!

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

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
Subject: Title [...]

Subscribe to RSS Feed Follow me on Twitter!