October 25, 2005

JustBlogIt

Trying out JustBlogIt a Firefox extension which makes blogging a page just a right click away.

Posted by stuartcw at 01:46 AM | Comments (1)

October 04, 2005

How to get the hostname from an IP

This might not be the most efficient way, but it is satisfying, for me at least:
nslookup 10.0.0.1 | grep "Name:" | awk '{print $2}'

Posted by stuartcw at 11:27 AM | Comments (1)