You can likely do this with a mix of sed and regex (http://www.regular-expressions.info/lookaround.html).
vm.swappiness is likely what is causing this. You can see the current value by utilizing the below command. sysctl -a | grep swap Although...
This should work: while true; do x=20 ; while [[ $x -ge "1" ]] ; do wget http://www.domain.com ; x=$(($x-1)) ; done ; sleep 2 ; done Although, on...
+1 for http://intodns.com/
Hi, Try this: iptables -I INPUT -p tcp --dport 22 -j ACCEPT iptables -I INPUT -p tcp --dport 80 -j ACCEPT I believe your previous rules would...
Well, you can never know too much in my opinion. Glad you were able to get it figured out. :)
First you are going to need to forward port 80 on your router to your homebox. Next, assuming you have a static IP address, create a A record for...
@deathshadow Interesting... Quick question though, which archive process are you referring to? Do you mean the process of rotating the logs...
Did you mean PRM or the RLimits? PRM, yes. It is very customizable via the rule files. For RLimits, you can override or disable a specific users...
For memory_limit, you can define a RLimit in your Apache configuration. This way, even if the memory limit was increased via the php.ini file, the...
With the max_execution_time, although, the execution time starts when PHP has completed the interpretation of the script and ends when the last...
[jbd2/dm-0-8] I've come across this process using quite a bit of IO on my server quite a while back. I tracked it down to a debug log that was...
I am not sure I understand your question. Can you provide details regarding your environment and which database you are having to rebuild? If you...
There may be an alternative method, but need a little bit more information on your needs. Which values specifically are you wanting clients not be...
Hi, I have seen WHM not show accounts when one of the userdata files have not been populated. Can you login to your server and run the below...
Separate names with a comma.