|
Www.superyoink.de is my clients' website. I can access it from any machine except my development one.
If I ping it on my development machine, I get 80.67.28.107 - this is wrong.
My laptop, next to me, is able to resolve it correctly.
I have tried putting...
Started by Patrick on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at serverfault):
If you run a nslookup what do you get?
c:\Program Files\Microsoft Visual Studio 9.0\VC>nslookup contoso.com Server: scant2.cannla.local Address: 192.168.1.20 Non-authoritative answer: Name: contoso.com Addresses: 207.46.232.182 207.46.197.32
what if... .
|
|
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):
I don't know why you would ever want to in practice, but it has been server running a virtual machine....
I can't imagine ESX/vSphere in a virtual machine.
If you need another VM, you can just run it next to the one you already have running.
|
|
I've got a seemingly unique issue on just one computer in the company. (had to be my boss's) I've got a program from borland C++ that usese a TSQLConnection. It connects to a local firebird server 2.1.1.17910 running as an application. The other computers...
Started by Cyprus106 on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Connection Refused is when the client application cannot complete a network connection to... .
I tried to address troubleshooting for common connection-related errors.
I authored the "InterBase Operations Guide" way back in 1998, when I worked for Borland .
|
Ask your Facebook Friends
|
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).
Present the same hardware.
|
|
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):
If you just want to find out something....
Why do want your guest talking card.
The guest OS has no access to the host machine.
By simply treating the host as just another machine on the network, from the point of viewPretty much no.
|
|
I have Windows 7 installed as my primary operating system, on a laptop that's on my home network (wireless).
I'm using Microsoft Virtual PC 2007 SP1 to run a virtual machine of Windows XP SP3, in which I want to access the Windows 7 instance, both to ...
Started by Jonathan Conway on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
Not mywin7hostname.myisp.com; just mywin7hostname..
Want to be able to ping/resolve by name, a quick fix would be to just add an entry to your hosts file.
|
|
You can read this question where I ask about the best architecture for a machine application for a little back story, although it's not entirely necessary for helping me with this question.
My understanding (especially for implementation) of Finite State...
Started by Max Schmeling on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
It becomes just i was able to understand the model in....
Having such a large drawing undermines the purpose of an FSM-model since it does not give you a nice view of the inner working .
just to do nesting, but sometimes FSMs get quite large.
|
|
In the spirit of being helpful, this is a problem I had and solved, so I will answer the question here.
Problem
I have:
An application that has to be installed on on Redhat or SuSE enterprise.
It has huge system requirements and requires OpenGL.
It is...
Started by scubabbl on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
If you want the OpenGL rendering to be performed on your... .
However, if you want rendering to be done on the remote end with just images sent to the local machine from another machine etc without disturbing the main running program.
|
|
Does anyone face the same issue of a Thinkpad T40 continuously rebooting? Is this a spyware/adware issue or is the machine too old (4 yrs) and parts are just not as tightly screwed in anymore?
Every so often, I have been able to keep it up and alive for...
Started by Tim on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
If its when you move your machine it sounds like there's a faulty power connection pack not installed?
Does the reverse happen (ie, reboot with just the battery pack, but not plugged.
|
|
At work I use Windows Server 2008. At home, I just got a openSUSE laptop. Is there an RDP client I can use?
Started by Esteban Araya on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
I use a little shell script to access windows over RDP:
#!/bin/sh SERVER=name.of.windows.machine... .
I expect that either or both would be available for SuSe .
Http://www.rdesktop.org/
rdesktop and tsclient both work well in my experience on Red Hat and Ubuntu .
|