Can I setup java based linux daemon on HostGator VPS? If yes than how? What will be the procedure (any help or detailed article)? HostGator provides virtuozzo as the OS virtualization environment. I also want to know apart from virtuozzo how can I interact with the VPS to install, update applications and backend processes. Thanks
|
feedback
|
migrated from stackoverflow.com Sep 11 '10 at 10:53
This question came from our site for professional and enthusiast programmers.
|
A linux VPS looks exactly like a dedicated server, it just has fewer resources (the physical resources of the machine - RAM, HD etc) are shared between a number of virtual instances). You can log in to your VPS using ssh, just as you would a dedicated server. You can then install, run, configure, hack whatever you like. Check with your provider (HostGator) for the IP address of your VPS and the root login details. | |||
feedback
|
|
Have a look at the new Amazon "Micro Instances". IMHO it is the best of both worlds: http://aws.amazon.com/about-aws/whats-new/2010/09/09/announcing-micro-instances-for-amazon-ec2/ | |||
feedback
|