by dabempire | Feb 26, 2011 | Knowledgebase, VPS and Dedicated
An answer to this question is rather hard to give since it mainly depends on the purpose of your VPS – will you be hosting only one site or hundred of sites, how much traffic will those sites receive, will you be using only one database or hundreds of databases, etc. If you are unsure which plan will suit your needs best (and you don’t plan to host high traffic sites), we recommend that you sign up for the smallest plan and if necessary, you can simply upgrade it whenever you want to. Note: if you plan to use cpanel, you will need at least 256MB RAM on your...
by dabempire | Feb 26, 2011 | Knowledgebase, VPS and Dedicated
If you are using cpanel, please make sure that you configure the services to be monitored in: WHM : Service Configuration : Service Manager Also we recommend that you disable these if you do not need them: entropychat, interchange, melange For the rest of the services, both Enabled and Monitor should be...
by dabempire | Feb 26, 2011 | Knowledgebase, VPS and Dedicated
You cannot change system time in a VPS because all VPSes on the hardware node have the same system time. However, it is possible to change the default system timezone inside a VPS, for example, by replacing /etc/localtime with the file from /usr/share/zoneinfo which contains a description of your timezone. For example if you want to change the timezone to NZ, you can do this via SSH: cd /usr/share/zoneinfo cp NZ /etc/localtime The server will ask you: cp: overwrite `/etc/localtime’? Answer with y and your timezone will be...
by dabempire | Feb 26, 2011 | Knowledgebase, VPS and Dedicated
You can not add or remove IP addresses. This can only be done by us at hardware level. Please open a support ticket if you need help with your IP addresses.
by dabempire | Feb 26, 2011 | Knowledgebase, VPS and Dedicated
If gcc is missing, it means the development package is not installed on your vps. Please open a support ticket and we can install it for you.