Posted by yolau
What is SPF?
Sender Policy Framework (SPF) is an attempt to control forged e-mail. SPF is not directly about stopping spam – junk email. It is about giving domain owners a way to say which mail sources are legitimate for their domain and which ones aren’t. While not all spam is forged, virtually [...]
- December 27th
- Filed under: How to
Posted by yolau
3ware RAID cards are used by the majority of Data Centers (Layeredtech, Softlayer, etc.) so if you have a RAID card installed (which is always a good idea) you might have a 3ware card.
I don’t know if you know or not (many people don’t) but it’s your responsibility to monitor the RAID array. There will [...]
- December 26th
- Filed under: How to
Posted by yolau
This tutorial has been requested by one of our readers that was having trouble with the default cPanel backup script.
It is something well known that the cPanel backup script takes a long time to finish and consumes a lot o resources.
This is not a big problem if you have 100 accounts on the server but [...]
- December 22nd
- Filed under: Tips
Posted by yolau
If you are seeing many “? ..reading..” when your are clicking on Apache status in WHM and your Apache server is slow, there is a chance that your http server is under a dos attach.
You can check this out by:
Log on your server as root
Type the fallowing command
netstat -plan|grep :80|awk {’print $5′}|cut -d: [...]