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 [...]
Archive for the ‘Uncategorized’ Category
Solaris: How to change the xserver color depth to 24
November 17th, 2006
No Comments
By default solaris 5.8 use 8-bit color depth. To change it to 24-bit, you have to update the file Xservers. #vi /etc/dt/config/Xservers :0 –nobanner –dev /dev/fb0 defclass TrueColor defdepth 24 –dev /dev/fb1 defclass TrueColor defdepth 24 –auth /var/dt/A: Update the line with the bold section as seen above.
Let me introduce myself
November 2nd, 2006
No Comments
Today, I start my first posting in this blog. This blog is meant to be my professional blog, along with my other personal blog.Before I continue, let me introduce myself. My full name is Ahmadsyah Alghozi Nugroho, but people use to call me Holly. I got my bachelor degree from Institut Teknologi Sepuluh Nopember (ITS) [...]


