Recently, I and some people who concern on develop Indonesia, gather and create a project. We called it as BagimuNegeri Project. The project is mainly to create an open, professional, integrated, trusted and transparent web scholarship hub application system.
The detail of presentation, and if I can say it as a proposal is below:
BagimuNegeri Project
View [...]
Archive for the ‘Uncategorized’ Category
BagimuNegeri Project
October 20th, 2009
View Comments
Couple of OpenWorks variables
August 12th, 2009
View Comments
Today, I’ve learned two OpenWorks environment variables.
1. OW_DEFAULT_DISTRICT
You will have to set the value of this environment variable, if you want to set the default DISTRICT.
export OW_DEFAULT_DISTRICT=OWSIDEAST
After you set the variable, then start your OpenWorks > Project Status, you’ll see the DISTRICT already been choosen.
2. OW_ADMIN_UTILS_PW
You will need to set the value of this environment [...]
Bash: Send HTML Email from Linux Command Line
May 14th, 2009
View 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
Subject: Title [...]


