No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
3 Posted Topics
That's OK since by default apache and mysql reserve some resources to be in "cache" so it will be accessed more fast because they are into memory. Of course you can alter those settings to have less resources in the initial state.
Install those rpms bind-libs-9.3.3-10.el5 bind-utils-9.3.3-10.el5 bind-chroot-9.3.3-10.el5 bind-9.3.3-10.el5 and it should be on chroot env. But you must edit /etc/sysconfig/named and alter ROOTDIR to whatever you want.
For example, this command (under FreeBSD) will change the output of 'date' command: [code]date -j +%Y%m%d 20080818[/code] But for your kind of output, the commad should be: [code]date -j +"%Y-%m-%d %H:%M:%S" 2008-08-18 16:57:59[/code] Cya
The End.