<?xml version="1.0" encoding="UTF-8"?>
<!--Generated by Squarespace Site Server v5.9.3 (http://www.squarespace.com/) on Fri, 19 Mar 2010 13:16:33 GMT--><feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/"><title>Journal</title><subtitle>Journal</subtitle><id>http://jimmyville.com/journal/</id><link rel="alternate" type="application/xhtml+xml" href="http://jimmyville.com/journal/"/><link rel="self" type="application/atom+xml" href="http://jimmyville.com/journal/atom.xml"/><updated>2010-01-12T04:54:44Z</updated><generator uri="http://www.squarespace.com/" version="Squarespace Site Server v5.9.3 (http://www.squarespace.com/)">Squarespace</generator><entry><title>Sick of browsing for your ip address? whatismyip to the rescue</title><category term="Networking"/><category term="Ruby"/><category term="RubyGem"/><category term="UNIX"/><id>http://jimmyville.com/journal/2010/1/11/sick-of-browsing-for-your-ip-address-whatismyip-to-the-rescu.html</id><link rel="alternate" type="text/html" href="http://jimmyville.com/journal/2010/1/11/sick-of-browsing-for-your-ip-address-whatismyip-to-the-rescu.html"/><author><name>Jimmy Baker</name></author><published>2010-01-12T04:41:48Z</published><updated>2010-01-12T04:41:48Z</updated><content type="html" xml:lang="en-US"><![CDATA[<p>Tonight I finally got fet-up with browsing around my OS and the internet just to get my public and local ip addresses. Sick of visiting <a class="offsite-link-inline" href="http://whatismyip.com/" target="_blank">whatismyip.com</a> or some other site whose only purpose is to tell you your public ip address. Never fear, whatismyip ruby gem is here!</p>
<pre><code>Jimmy-Bakers-iMac:~ jimmy$ gem install whatismyip
Now simply type 'whatismyip'..
Successfully installed whatismyip-1.0.0
1 gem installed
</code></pre>
<pre><code>Jimmy-Bakers-iMac:~ jimmy$ whatismyip 

Public IP:
==========
68.86.753.09
    
Local IP's:
===========
lo0: 127.0.0.1
en1: 192.168.1.148
</code>
</pre>
<p>&nbsp;</p>]]></content></entry></feed>