|
Hello,
I have computer A, computer B and computer C. Computer A and B are connected, and computer B and C are connected. How can I get computer A and C to communicate with each other? I'm assuming I need to add some routes to each machines but i'm unsure...
Started by Me on
, 9 posts
by 8 people.
Answer Snippets (Read the full thread at serverfault):
Enabled what do I do next?
You'll need another NIC on computer B with an address on the same network as computer C, so lets say you have that & its ip is 10.0.2.5
lets also assume that these networks are subnetted as class C's /24
make....
|
|
Hello
I have an old desktop computer with XP on it.
I have a new desktop computer with Vista Home Prem 32bit on it.
Is it easy/possible to put the old XP Hard disk into the new computer and access the data on it?? If so how would i do it please?
Started by Paul on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at superuser):
If the drive is IDE make sure the proper jumper is selected .
Just make sure that the drive is recognized in the BIOS and it should automatically appear in windows and a second drive .
If you just want to use it as a storage drive it is fairly simple .
|
|
I want to make this work: - 1 computer - 1 skype account - 2 headsets (for 2 people)
It's for making conference call with 2 computers but with 3 people (2 of them in the same computer under 1 skype account).
How I can do this?
Started by lak-b on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
This will allow you to have 2 headphone sets connected to your computer at....
You should get 2 audio splitters - one for the headphone slot and one for the mic slot the mic connectors to the splitter which is inserted in the mic slot.
|
Ask your Facebook Friends
|
How to migrate VirtualBox 2 virtual computer (virtual drive) to VmWare Server 2? Computer itself runs Linux, virtual computers run Windows XP and Windows Vista. I need support for GRE protocol, which is not done in VirtualBox.
Started by Kz. on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at serverfault):
The problem is you're using....
You can convert a VirtualBox image to VMWare using QEMU (aptitude install qemu) command:
qemu-img convert vb_hd.vdi -O vmdk vmware_hd.vmdk
Just a quick note - vmware alone probably won't solve the problem .
May this will help.
|
|
Hi!
I would like to back up my other computers on my local home network to my computer. What software would you suggest? I liked crashplan, however their confusing UI, and its ability not to sync, turned me away. But it has the right idea.
A bonus would...
Started by thegreyspot on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at superuser):
Http://www.bacula.org/en.
It's also free if you don't need over 2 GB of space.
And it's cross-platform.
|
|
I frequently need to ssh into a server, but I can't ssh into it directly while I'm connected to our VPN. Thus, I have to ssh into another server and ssh into it from there. Is there any way that I can write a script and/or shell function for this? I've...
Started by Jason Baker on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
NOTE: If that success....
If that is ture, perhaps you should try to set up ssh key so that you can ssh without password .
I guess it just want to ask for your password .
From what I see, the problem is ssh on the middle machine cannot get the standard input .
|
|
I would like to hear from people who configured a computer with these properties:
1) The computer has exactly 2 identical hard-disks, i.e. no additional internal hard-drives are available. There is CD/DVD drive and USB.
2) The 2 disks, or their portions...
Started by radim on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at superuser):
Second 2 are in Raid.
First 2 are in Raid 1 - on those I install Windows (7) and all software and store all documents.
I actually have 4 identical 1TB disks.
I'm happy with mine.
Of at the moment) to do it right...
|
|
Computer science vs computer engineering? Can anyone tell me the difference between the two? Thank you Share This
Started by virgilaug on
, 11 posts
by 7 people.
Answer Snippets (Read the full thread at redflagdeals):
I have degrees in both, so feel free to fire me but can barely explain the difference... .
"Hardware, only 2 EE's actually worked in EE roles with Google!).
Describe to you how a computer works from a physical point of view, or even at a low-level).
|
|
I need to know how to find ip addresses, and see if 2 different emails are from the same person and computer using different email addresses. PLEASE HELP ! Categories :
computer ip
emails email
Started by shelley59721 on
, 5 posts
by 4 people.
Answer Snippets (Read the full thread at quomon):
If you do not have access on that computer, but have access to ....
If you have admin right access on the computer in question, you can install some kind of program or software that can detect the email accounts used in that computer.
|
|
At the bottom of page 5 is the phrase "changes k to k ⊕ (1 j +1 ) 2 ". Isn't 1 to any power still 1 even in binary? I'm thinking this must be a typo. I sent an email to Dr. Knuth to report this, but I don't expect to hear back for months. In the meantime...
Started by SSteve on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
(1 j+1 ) 2 then consists solely of j+1 ones, rather than referring = (g01 a 10 b ) 2
in other words, x consists....
This can be resolved by using the convention that (...) 2 represents a bitwise representation.
Reward from Knuth himself.
|