|
I am looking for a simple script (that can be executed in windows platform) to ping all machines, and to write the IP of "On" machines (machines that'll reply) to a text file.
Answer Snippets (Read the full thread at serverfault):
No further testing (such as port scanning or OS detection) is performed... .
Nmap -sP
Performs a ping scan (host discovery), then print out the available hosts that responded to the scan .
Try the following program Netscan , I think this will do what you want. .
|
|
When I go back to school after Thanksgiving, I'll be taking a course in CS Theory covering topics such as deterministic and nondeterministic finite state machines, turing machines, pushdown automata and a few other things. However, I haven't found a good...
Started by Thomas Owens on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at stackoverflow):
Turing.
A PHP script to convert them to DOT format and used Graphviz to get nice-looking machines.
|
|
I have two Vista machines and two Win 7 machines.
The two Vista machines see each other's files. Tha was accomplished by using just the sharing dialogue boxes.
The two Win 7 machines see each other's files. That needed two steps: the standard networking...
Started by richard mitnick on
, 15 posts
by 4 people.
Answer Snippets (Read the full thread at sillydog):
Yo....
My both ways on all machines.
Sometimes it just takes time for machines other machines recently joined the networks.
My wild guess (Sorry, I haven't been actively using Windows machines for ages): open firewalls and wait.
|
Ask your Facebook Friends
|
Hey,
I've done some research about this already, but there are some things that are really still quite unclear, especially with a lot of the info floating around online being rather old.
1. Exactly which DDR machines can be upgraded?
2. Other than looks...
Started by tyasle on
, 12 posts
by 8 people.
Answer Snippets (Read the full thread at r21freak):
Other than looks, how does an upgraded DDR machine the machines play)? I noticed ITG machines (is that what 'dedicab' is referring to?) are a lot more to be an update/improvement....
Exactly which DDR machines can be upgraded?
2.
|
|
I have a couple of workstations (Windows Vista, 7) used to host virtual machines using Virtual Server 2005, Virtual PC 2007, or Virtual PC for Windows 7. If i want to sleep or hibernate the physical hosts, I tend to get paranoid and save the states of...
Started by icelava on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at serverfault):
I use XP Pro workstations and VMWare....
My best bet is to try it and see; rollback is your friend here .
Cursory searching shows people who had no problems, as well as people who had their guest VMs hang .
The standard answer in IT, it depends , applies here .
|
|
Is it possible to convert physical environments to virtual machines?
Answer Snippets (Read the full thread at superuser):
For hyperv try: http://technet.microsoft.com/en-us/library/cc764232.aspx
For vmware try the above
iomega even has... .
It depends on the system.
Http://www.vmware.com/products/converter/
This is the system I use when I go from physical to virtual systems .
|
|
Can domain administrators do a remote wipe for Windows Vista machines?
Started by ajma on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
Com....
Third party applications do exist - a quick Google brings up gadgettrak .
No, remote wipe at the moment is for phones only .
No, remote wiping is currently restricted to Mobile Devices that run activesync clients and connect to an Exchange Server .
|
|
Is ActiveSync supported on all Windows CE x86 machines or are there any exceptions?
Started by BHARATH on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Which of the active sync versions are your referring to?
Each active sync version supports different windows mobile versions:
ActiveSync 4.5 works only with the following versions of the Windows Mobile operating system:
Windows Mobile 6.1 Windows Mobile... .
|
|
What kind of programming problems are state machines most suited for?
I have read about parsers being implemented using state machines, but would like to find out about problems that scream out to be implemented as a state machine.
Started by Oded on
, 15 posts
by 15 people.
Answer Snippets (Read the full thread at stackoverflow):
I'd use finite state machines....
I have personally used simplified state machines on each transition.
However it's rare that you many uses, parsers being a notable one .
Stateful protocols such as TCP are often represented as state machines.
|
|
I just found that my SqlDateTime.MinValue is different on different machines.
Sometimes it is = DateTime(1953, 1, 1, 0, 0, 0);
but on other machines it is = DateTime(1753, 1, 1, 0, 0, 0);
How can that be? OS on both machines is WinXP SP2.
Edit:
My code...
Started by Holli on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Are you totally sure that these machines are both running Windows XP?
As others have said, SqlDateTime static constructor sets.
machines, where the date range was 1953-XXXX, instead of 1753-9999.
|