Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #55.0K
Ranked #4K
~919 People Reached

3 Posted Topics

Member Avatar for adelsin

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.

Member Avatar for dklima
0
182
Member Avatar for silenzo

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.

Member Avatar for dklima
0
148
Member Avatar for nihao

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

Member Avatar for dklima
0
589

The End.