Helloooo folk,
On September 2, 2007, after I start my job about 2 years after I completed in Bachelor degree. I decide to create this blog so as to keep my experience/interested into the world of Cyber. I think, blogging is a good solution for keeping my knowledge because when I start to put something into my blog, I must re-sequence all of my knowledge before.
I need to keep going of blogging even thought sometime some messages are so stupid.
Thanks for reading my crazy message.
AODDY.



พี่หนุ่ยน่ะ สุดยอดมากๆน้องเวปเรา
I’ve an affiliate program offer for you, if interested email me back.
สนใจสอบถามเรื่อง zimbra อ่ะคับคุณ AODDY.
ติดต่อได้ไหมครับ
Hi,
I’ve try to upgrade the my zimbra server from 4.59 to 5.0 and glad i’ve found your blog.
But on step 8 i’m little bit risky to run the script.Would you email me the script.Tx
Hi Mahardika.cf too example :
I don’t know what is your risk but there is a command for backup original of
ldap-scm.cf -> ldap-scm.cf.bak
You can see my script below :
————————————————–
#!/bin/bash
for x in ldap-scm.cf ldap-transport.cf ldap-vad.cf ldap-vam.cf ldap-vmd.cf ldap-vmd.cf;
do
echo “File : ${x}”;
cp $x $x.bak;
sed -i s/”start_tls = yes”/”start_tls = no”/g $x;
done
————————————————–