Tagged Questions

4
votes
3answers
268 views

What is the best way to get the computer name remotely based on an IP address?

I have several windows machines identified by ip address. I would like to write an application that query the computers remotely and gets their name. I cannot rely on DNS because it does not provide ...
3
votes
1answer
2k views

Resolve NetBIOS name on Windows 7

According to this link, NetBIOS is no longer supported starting from Windwos Vista. Sure enough, I can no longer see any NetBIOS name from the network properties. However, when I am writing codes on ...
0
votes
1answer
63 views

How to avoid 12 seconds delay when disonnecting from share in Windows 7?

I'm making some utils that uses NetUseAdd and NetUseDel functions to connect/disconnect to share. In Windows 7 I noticed that between calling NetUseDel and real disconnnection passes nearly 12 ...
0
votes
3answers
233 views

Mixed Windows and *nix environment - 'local' suffix issue

Stupid question - apologies in advance. I have a mixed Windows and Linux dev environment, and the server is Linux (Ubuntu). Let's say the server is called 'myserver'. I develop on both Windows and ...
0
votes
1answer
1k views

Mac client can't resolve Windows Home Server name

I think this is more a Mac networking configuration issue than anything else, but am not sure. I have Subversion set up on my Windows Home Server machine (similar to this: ...
-2
votes
0answers
23 views

Howto configure Ubuntu to be able to use and respond to NetBIOS hostname queries like Windows does [closed]

I am looking for a solution... UPDATE: Just fund the solution, great article: The HyRax Macrocosm » HowTo: Configure Ubuntu to be able to use and respond to NetBIOS hostname queries like ...