TheJudge
- Total activity 13
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 5
Activity overview
Latest activity by TheJudge-
TheJudge commented,
Hi Michael, Thanks for the explanation. There are still others scripts which does not have an explanation/documentation. I really appreciate the fact that you explained those scripts for me but ma...
-
TheJudge commented,
Can you paste the entire resolv.conf file here? I'm interested in search or domain entries.
-
TheJudge commented,
Hi, Check /etc/resolv.conf file. Most probably you have set there domain or search as "hostname". This string is then concatenated to whatever you ping in case that the "string" that you're pingin...
-
TheJudge commented,
If you can afford 16GB of swap I would go with that option. Everything beyond 16GB of swap on normal disks(even 15k disks) is a waste in my opinion(at least for this type of services). Why? Becaus...
-
TheJudge commented,
Hi, Deleting the error_log or any other log file or "normal" file which is currently used by a process is not the right way to do it. This is because removing that file will leave the file descrip...
-
TheJudge commented,
Hi, Usually I would say you should look how much of the swap space is currently used and if you have enough free memory to move that swap space to RAM but since you are already doing swapoff and s...
-
TheJudge commented,
Hi, ...and to make it persistent across reboot edit /etc/sysconfig/network file by adding HOSTNAME=server.domain.com entry or edit the existing one if there is one.. Regards, Raul
-
TheJudge created a post,
cPanel/WHM specific cron jobs - explanation missing
Hello, Is there an official document or page on which all cPanel/WHM specific cron jobs are explained in detail? Every time I have a problem with such a cron job(eg: optimezefs, update_db_cache, ...