<p>Oh stop showing off!</p>
<div class="gmail_quote">On Apr 12, 2012 12:50 PM, "Erik Anderson" <<a href="mailto:erikerik@gmail.com">erikerik@gmail.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Do any of you know of a place locally that sells either new or used HP<br>
Procurve gear?<br>
<br>
I received a switch today that I had ordered from Newegg, but it<br>
arrived DOA. It's needed for a project starting Monday, so I'm hoping<br>
there is somewhere local that I could pick up a replacement switch.<br>
<br>
Thanks!<br>
-Erik<br>
<br>
P.S. OT Penance: sometimes when troubleshooting network issues, it's<br>
useful to be able to ping a host and log the results to a file with<br>
the ping's timestamp prepended to each line.<br>
    $ ping <a href="http://google.com" target="_blank">google.com</a> | awk '/^[0-9]+ bytes from / { "date" | getline<br>
pong; close("date"); print pong":",$0; }' > /path/to/file<br>
<br>
P.P.S. (more penance, just in case) - The following is assuming you're<br>
using a bash shell, though I'm sure similar functionality is available<br>
in zsh, etc. We have all (no doubt) come to use the linux command line<br>
history. In its default configuration, bash will only log the actual<br>
command issued. While useful, it is very easy to kick your<br>
~/.bash_history up a notch and have it log timestamps for all commands<br>
as well. To do this, add the following to your ~/.bash_profile:<br>
    HISTTIMEFORMAT="%F %T "<br>
<br>
Then run `source ~/.bash_profile` and you'll be all set.<br>
_______________________________________________<br>
TCLUG Mailing List - Minneapolis/St. Paul, Minnesota<br>
<a href="mailto:tclug-list@mn-linux.org">tclug-list@mn-linux.org</a><br>
<a href="http://mailman.mn-linux.org/mailman/listinfo/tclug-list" target="_blank">http://mailman.mn-linux.org/mailman/listinfo/tclug-list</a><br>
</blockquote></div>