|
How does a register machine differ from a stack machine?
Started by Zubair on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Wikipedia has some good explanation the difference between Stack Machine and Register Machine
http://stackoverflow.com/questions/1622530/what-exactly-is-a-register-machine
http://stackoverflow.com.
|
|
How to Access the VB EXE File in the remote machine?
I want to run exe stored on machine A from machine B using VB6
Need VB 6.0 Code Help.
Started by Gopal on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
You create an ActiveX exe on machine A, and then VB6 code running on machine B can call into the exe running....
Presumably you want it to run on machine you through DCOM with VB6.
Getting the exe to run on machine B would be easy.
|
|
I have been playing with virtual machines latley, and wondered if I could run a virtual machine inside a virtual machine?
Is it possible?
Is it practical?
Started by Tester101 on
, 11 posts
by 11 people.
Answer Snippets (Read the full thread at serverfault):
Granted it was a test of for doing this is to run multiple... .
I don't know why you would ever want to in practice, but it has been server running a virtual machine that has another virtual ESX server within it.
ESX/vSphere in a virtual machine.
|
Ask your Facebook Friends
|
I can find this article about remote desktop in Vista, but none that tells me how to remotely control my Vista machine from my Redhat machine.
Any ideas?
Started by eSKay on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at superuser):
You can use tsclient (Terminal Server Client) which comes installed under Applications... .
Or there is TightVNC if you want something easy I would suggest LogMeIn, works around routers what not .
You can use LogMeIn which is free and works from a web browser .
|
|
Can I copy a VirtualBox vm from a linux machine to my Windows 7 machine and run it from there?
It's huge so I don't want to go through the hassle if it's not worth it.
Started by John Weldon on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
YES! Just make sure the Virtual box version is the same (or at least close) .
That's half the beauty of virtualization -- they always present the same hardware .
Virtualbox is on both boxes? Certainly.
|
|
I need to transfer text files located at a location from one machine to another machine through .NET for every one second. Later again i require to transfer vice-versa. Please help me how to acheive through C#.NET
Started by sukumar on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Then you could use \\machine from machine A to machine....
You may also want are on the same network, you might also try and work with network shares .
If you have an FTP server on each machine, you can use a C# FTP Client Library .
|
|
I installed VMWare Server 2 in a Centos 5.2 virtual machine which runs in a VMWare ESXi Server. When I try to start, via browser, a VM I created in VMWare Server, it gives me the following message: "You may not power on a virtual machine in a virtual ...
Started by CHUCO on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at serverfault):
Yourself some machine power by not doing VM-inside-VM?.
|
|
Is it possible to find information about host machine from inside virtual machine?
For example its IP.
EDIT: One thing that I have found so far is:
HKLM\SOFTWARE\Microsoft\Virtual Machine\Guest\Parameters contains
HostName PhysicalHostName PhysicalHostNameFullyQualified...
Started by alex on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at serverfault):
While a ....
Why do want your guest talking kind of VM, it's probably easiest to do that by looking at the virtual machine's BIOS ID or other to the Management console address.
The guest OS has no access to the host machine.
Pretty much no.
|
|
I would like to switch to Linux, but I need some stuff on my Windows XP install. I know that VMWare Workstation can convert a physical machine into a virtual machine, but it's $189. :-/
Are there any more cost-effective options? I don't mind paying a ...
Started by Jason Baker on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at superuser):
Restore the clone of your harddrive into the new machine (also booting it with Bart PE.
machine in it.
|
|
I have a couple virtual machines running in VMWare Server. I can RDP to them using their intranet IP address, but not by their machine name. Why is this? Is there a setting that will allow this? my host OS is Win7 and my VM is Win2k3 and they are both...
Started by qntmfred on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
If you're using Windows, it should be in C:\WINDOWS\System32\drivers\etc\hosts
Adding an... .
You don't say what your host or guest operating systems are, but one method would be to edit your /etc/hosts files to include the name(s) of the systems involved .
|