* dnstrace. As useful as ping, nc, and traceroute for troubleshooting,
and one of the only tools I've ever seen to show how DNS works in a
simple manner.

* seq. prints out sequences of numbers. First taught to me with the
following magic:

for y in $(seq 1970 2003)
do
for m in $(seq 1 12)
wget http://blahblahblahplaymate${y}-${m}.png
done
done 

Mike
-- 
Mike MacCana <[EMAIL PROTECTED]>

-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

Reply via email to