If you like DNray Forum, you can support it by - BTC: bc1qppjcl3c2cyjazy6lepmrv3fh6ke9mxs7zpfky0 , TRC20 and more...

 

Two operating systems on the server

Started by soconsult01, Oct 07, 2022, 12:47 AM

Previous topic - Next topic

soconsult01Topic starter

Hello everyone.

When I need to use Windows on a different server, usually for hosting websites, I consider getting a VPS or VDS. In the past, I've used reselling, which was great but expensive now.

Recently, I came across an offer from a hosting provider that offers hosting via PHP without a system. I'm not quite sure what that means. Can you use two operating systems on the same package?

I'd like some advice on the best approach. Thank you in advance.

On a related note, have you tried using cloud hosting services? They can be more cost-effective and provide greater flexibility in terms of operating systems.
  •  


xiaolanzhuji

A virtual computer is a program that imitates an Intel x86 physical computer, running on Linux and displaying output information in the window of the X Window graphical shell. Figure 1 depicts Windows NT 4.0 running on a virtual machine from Linux.

To install the virtual machine system, you would need to download the software from VMware's website and acquire a license for it. You can purchase a license for around $300, or use a temporary 30-day license, which can be updated without restrictions. It may not be the most convenient option, but it is manageable.

After registration, the license is sent by mail, and the file vmware-x.y.z-nnn.i386.rpm (where x.y.z is the version number, and nnn is the release number) can be downloaded. The following sequence of actions must be performed:

1. The terminal window must be launched with root rights, so we execute the su command.
2. Install the rpm package:
   rpm -Uhv vmware-x.y.z-nnn.i386.rpm
   (where vmware-x.y.z-nnn.i386.rpm is the name of the file downloaded from the site).
3. Run the configuration script.
   /usr/bin/vmware-config.pl

On a related note, virtual machines have become increasingly popular due to their ability to run multiple operating systems on the same physical computer, which can be useful for testing applications, isolating data, and more.
  •  

alvaroamdo

A VPS (Virtual Private Server) and a VDS (Virtual Dedicated Server) both offer a way to run Windows on a remote server. With a VPS, you get a portion of a physical server with dedicated resources, while a VDS typically provides a full virtual machine with its own operating system. Both options are suitable for hosting websites and can offer good performance.

Regarding the offer you mentioned from a hosting provider that offers hosting via PHP without a system, it sounds like they might be offering a platform that allows you to run PHP applications without having to manage the underlying system. This could mean that they handle the server setup and maintenance for you, allowing you to focus on your PHP-based website or application. It doesn't necessarily mean that you can use two operating systems on the same package, but it's worth reaching out to the hosting provider to clarify their offer.

In terms of the best approach, it ultimately depends on your specific requirements and budget. If you have experience with reselling and want more control over the server environment, a VDS could be a good option. However, if you're looking for a more affordable and scalable solution, a VPS might be a better fit. Be sure to consider factors such as performance, scalability, support, and pricing when making your decision.

As for cloud hosting services, they can indeed offer cost-effective solutions and greater flexibility in terms of operating systems. Cloud platforms often allow you to easily deploy and manage virtual machines running different operating systems, making it easier to adapt to changing requirements. If you haven't explored cloud hosting services yet, it's definitely worth considering, especially if you value scalability and flexibility.
  •  


If you like DNray forum, you can support it by - BTC: bc1qppjcl3c2cyjazy6lepmrv3fh6ke9mxs7zpfky0 , TRC20 and more...