What is End of Life for CentOS 4?

End of Maintenance Phase for CentOS 4 is Feb 29, 2012. You should plan to upgrade your vps/servers to new OS in 2011. Note: CentOS 5 brings nothing new for a VPS. Most of the features introduced in CentOS 5 are for full-fledged dedicated servers e.g. clusters,...

Do you offer 30 days money back guarantee for VPS?

Yes, we stands behind everything we do. We are so confident in our ability to satisfy your VPS needs that we back all VPS plans with an unconditional 30 day money back guarantee. If for any reason during the first 30 days you are not completely satisfied for any reason, you may cancel your account and we will refund the plan fee minus any setup fee’s that we have...

How can I login to MySQL on Linux Plesk?

The following error appears while trying to login to MySQL prompt on Plesk from root user: ERROR 1045 (28000): Access denied for user ‘root’@’localhost’ (using password: NO) This is because Plesk doesn’t allow root user to login to MySQL. Use admin user instead. Plesk stores the admin password in /etc/psa/.psa.shadow file. You can supply the admin password while connecting or pass the password directly as: mysql -uadmin -p`cat...

Can I install JRE/JDK/java on my vps?

Yes, you can, however java requires a lot of free RAM (memory) to create java virtual machine. So it may not work on smaller vps plans. Example error message on a cpanel based Freedom plan vps: root@vps [/usr/java/jre1.5.0/bin]# /usr/java/jre1.5.0/bin/java Error occurred during initialization of VM Could not reserve enough space for object heap Could not create the Java virtual machine. As you can see the vps does not have enough free memory to create JVM. An Enterprise level vps plan may be able to use java, but again it depends on how the memory is being used already in other programs e.g. cpanel, apache, mysql...