i search (google) then found this article
then found great explaination:
thanks ;)
There are loads of timezone data files stored in:
/usr/share/zoneinfo
So for my CentOS install, to set my machine to London time, I use:
# # this is not correct for me # $ date Wed Oct 1 07:43:58 CDT 2011 # # to fix it # $ sudo rm /etc/localtime $ sudo ln -s /usr/share/zoneinfo/Asia/Kuala_Lumpur /etc/localtime # # now check it's ok # $ date Wed Oct 1 12:42:33 GMT 2011
acl www_google dstdomain www.google.com acl www_google dstdomain google.com # matches exactly google.com acl google_dom dstdomain .google.com # all subdomains of google.com
iptables: Table does not exist (do you need to insmod?)
can't initialize iptables table `filter': Table does not exist (do you need to insmod?) Perhaps iptables or your kernel needs to be upgraded.