How to Hide Bind DNS Version on centos (works with cPanel as well)

0
You may have performed a DNS test and gotten the following response back when running a DNS test:One or more nameservers responded to version queries. This can be considered a breach...

Frequently used ports and their corresponding uses

0
Here's a little cheat sheet on the most commonly used ports on a cPanel server. This helps with situations such as problems sending email through port 25 and 26 because your...

Force Non Legacy Backups to Start now (WHM/cPanel)

0
So you've configured your system to generate backups on all of your cPanel accounts using the newer method (not the legacy backup method) of WHM but you want the backups to...

How to Disable SSLv3 on your WHM/cPanel Server

0
A new exploit has been found that targets SSLv3 named "POODLE", which stands for Padding Oracle On Downgraded Legacy Encryption. It’s an exploit that has been found by google. More about it and its impact can be...

How to find out which port on your switch your server is connected to

0
There are times you can't to tell you which port your server is connected to on your switch because you are not physically present. Finding out what port...

How to install Python 2.7 with mod_wsgi on a CentOS 6 VPS or Server...

0
How To Install Python 2.7 with mod_wsgi on CentOS 5 or 6 with cPanelThe world knows that cPanel/WHM is not too Django, or python friendly. However, this is a step by...

How to Issue SSL for your DirectAdmin login page

0
DirectAdmin does not automatically issue an SSL certificate for your servers hostname upon deployment. What this means is that everytime you want to log into your DirectAdmin control panel,...

How to add swap to a KVM VPS or Dedicated Server CentOS 6

0
Swap is beneficial, because it allows inactive memory blocks to be written to disk, freeing up real memory for stuff like file system caching. Swap also (to some extent) protects you...

How to resolve Fatal error: Allowed memory size of XXX bytes exhausted error

0
You may have visited one of your WordPress websites, or another script on your server and received this error upon landing on one of the pages:Fatal error: Allowed memory size of...

How to install CentOS 6 using Netinstall

0
When using KVM to install CentOS 6, you will find that using the drive redirect mode is an option. This works well when using the net-install version of CentOS. In this...