Search Results

0
votes

What’s the best way to synchronize times to millisecond accuracy AND precision between machines?

NTP is definitely the way to go. Basically fire-and-forget, as long as you let it out the firewall on your local master (which is typically the firewall or router machine.) …
5
votes

Is there a standard command-line tool for unix for piping to a socket?

netcat will help establish a pipe over the network. …