|
How to ping a computer if the computer name starts with dash "-"
Started by Sumesh on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
On *nix, use a "--" to allow an argument beginning with a dash:
ping -- -funkyhost
(This probably won't help on Windows, though, because Windows command-line parsing is kind of rudimentary)
On another side note, well-formed DNS names are not allowed to... .
|
|
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....
|
|
Whats the difference between Computer Engineering and Computer Science? (in terms of majors for college - specifically Carnegie Mellon University)
So according to the first answer, computer programming mainly resides in computer science?
Started by koldfyre on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at stackoverflow):
Computer Engineering may refer to computer hardware engineering (electronics towards computer design) or more commonly to Software Engineering, the discipline, development, testing, manteinance....
Scientists are theoretical and virtual.
|
Ask your Facebook Friends
|
What is the difference between a Computer Scientist and a Computer Programmer? What is the difference in the actual work they do in industry?(not in academia) Can you provide some real world examples too?
Started by Pranav on
, 12 posts
by 12 people.
Answer Snippets (Read the full thread at stackoverflow):
Computer....
Specifically I would say a programmer implements a quick sort algorithm while a computer scientist discovers the algorithm.
Computer Scientist
and
Computer Programmer
its the same.
Definitions are quite nice for this.
|
|
I have a situation where I would like to have SFTP access from a Mac (Cyberduck, Fugu, etc) to a computer that is not externally accessible. I do have ssh access to a computer that is on the network which can then ssh to the computer in question. Here...
Started by uprise on
, 10 posts
by 10 people.
Answer Snippets (Read the full thread at serverfault):
To computer you want access to
q - quiet T - without tty f - move to background N - not execute remote.
|
|
How can I change the computer name on an Ubuntu desktop computer?
I already tried changing the /etc/hostname file but that only caused the wireless to stop working. I found an old guide that suggested changing the setting under networking, but that screen...
Started by C. Ross on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at superuser):
How about sudo hostname "new computer name"
Change both /etc/hostname and /etc/hosts :
gksudo.
|
|
We have a windows application that runs on a server and accesses 4 other servers (all of them are members in the domain) to get the messages in each of their private queues. We've just installed a new server, and for some reason when the application tries...
Started by Lea Cohen on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Could it be a firewall issue?
http://support.microsoft.com/kb/183293
Have you fired up a packet capture tool such as Microsoft Network Monitor or Wireshark and looked at the traffic going to and from the system that gets the error? That's often the surest... .
|
|
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):
It's also free if you don't need over ....
I know this isn't over your LAN, but still, it syncs all the files in the Dropbox and it's cross-platform .
I think Crashplan is really the best LAN solution but if you don't like it, you could try using Dropbox .
|
|
From the opinions of professional world perspectives, what are the respective differences between CS, CIS and MIS?
I'm asking this because I'm going to school ready to start a Computer Science program track (out of the previously mentioned).
Programming...
Started by SD on
, 12 posts
by 12 people.
Answer Snippets (Read the full thread at stackoverflow):
That's just CS with less learning about the hardware of a computer, but really it's my belief in the system analyst / consultant direction....
When I was at uni, computer science was the most respected (maybe I'm biased though because engineering.
|
|
I've got a main desktop computer at home, I'd like watch movies using it but able to control it afar.
For example, I would like to lay on my bed and control the desktop using my own laptop via wireless.
I've been looking for solutions to my question. ...
Started by Dean on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
Here's an explanatory picture from their website:
So you would set up your laptop... .
I personally have used it exactly as you describe.
The program you want is Synergy+.
It will not log you out like RDC.
For minimal configuration, I recommend TeamViewer.
|