This is default featured slide 1 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 2 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 3 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 4 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 5 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

Selasa, 21 Februari 2012

bikin rpm file

$ rpmbuild -ba NAME.spec

patch tips

$ patch -p0 < patchfile.patch

Senin, 06 Februari 2012

send email menggunakan cli

multiple attachment:
$ (cat email-body.txt; uuencode file1.tar.gz file1.tar.gz && uuencode file2.tar.gz file2.tar.gz && uuencode file3.tar.gz file3.tar.gz) | mail -s "Subject" user@my.somewhere.com