<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>blog.scottlowe.org &#187; UNIX</title>
	<atom:link href="http://blog.scottlowe.org/category/unix/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.scottlowe.org</link>
	<description>The weblog of an IT pro specializing in virtualization, storage, and servers</description>
	<lastBuildDate>Mon, 06 Feb 2012 16:47:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Switching to EagleFiler</title>
		<link>http://blog.scottlowe.org/2011/09/07/switching-to-eaglefiler/</link>
		<comments>http://blog.scottlowe.org/2011/09/07/switching-to-eaglefiler/#comments</comments>
		<pubDate>Thu, 08 Sep 2011 04:51:09 +0000</pubDate>
		<dc:creator>slowe</dc:creator>
				<category><![CDATA[Macintosh]]></category>
		<category><![CDATA[UNIX]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Productivity]]></category>

		<guid isPermaLink="false">http://blog.scottlowe.org/?p=2413</guid>
		<description><![CDATA[I recently switched to a new "anything bucket" that fits in really well with some new workflows: EagleFiler. Read the full post to find out why I switched.<p>This article was originally posted on <a href="http://blog.scottlowe.org">blog.scottlowe.org</a>. Visit the site for more information on virtualization, servers, storage, and other enterprise technologies.<br/><br/><a href="http://blog.scottlowe.org/2011/09/07/switching-to-eaglefiler/">Switching to EagleFiler</a></p>
]]></description>
			<content:encoded><![CDATA[<p>Over the last month or so, I&#8217;ve taken a strong interest in moving a fair number of my files that are predominantly text-based back to &#8220;standards-based&#8221; formats such as RTF and plain text. I&#8217;ve started using <a href="http://daringfireball.net/projects/markdown/syntax">Markdown</a> as a means of storing formatting information in plain text files, and then using tools like <a href="http://johnmacfarlane.net/pandoc/index.html">Pandoc</a> to convert these Markdown files into the desired destination format. I&#8217;ll likely discuss this in more detail in a future post, but what I wanted to discuss here was the affect of this decision on my software usage.</p>
<p>If you&#8217;ve read any of the posts I&#8217;ve published on <a href="http://blog.scottlowe.org/2010/05/02/my-current-getting-things-done-setup/">my Getting Things Done setup</a>, you&#8217;ll know that I used an application called Yojimbo as my &#8220;anything bucket.&#8221; <a href="http://www.barebones.com/products/yojimbo/">Yojimbo</a> is a native Mac OS X application that operated as part of the consumption phase of my workflow and provided a way for me to collect and organize all the various bits of information that pass in front of me. Yojimbo is a pretty handy application, and I made it even more handy with some home-grown AppleScripts that made it easier and faster to get information <em>into</em> and then back <em>out of</em> the application.</p>
<p>However, I recently started examining other applications in the same space as Yojimbo, in an effort to ensure that I was using the most effective tools possible. (Consider this a &#8220;sharpening the saw&#8221; exercise.) I evaluated <a href="http://www.devon-technologies.com/products/devonthinkpro/">DEVONthink Pro</a> and <a href="http://c-command.com/eaglefiler/">EagleFiler</a>, testing each of them within my workflow to see if either of them added some value above and beyond what I currently had with Yojimbo. This was occurring at the same time that I started shifting my text-based formats back to plain text, RTF, and Markdown, and so part of the evaluation process was testing how well those applications fit into this new way of managing my text-based data.</p>
<p>What I found, surprisingly, was that EagleFiler was a great fit for this new workflow. One of my long-time complaints of Yojimbo was that I couldn&#8217;t use my preferred applications (<a href="http://skim-app.sourceforge.net/">Skim</a> for PDFs or <a href="http://macromates.com/">TextMate</a> for text-based files), an issue that was even more of a problem now that I was making greater use of TextMate with plain text files and Markdown. I explored ways of using AppleScript to modify Yojimbo&#8217;s behavior, but it was beyond my simple AppleScript skills. EagleFiler, on the other hand, simply leveraged the default applications I used with Mac OS X. PDFs opened in Skim, text files opened in TextMate (where I could then use TextMate bundles to convert formats between HTML, plain text, and Markdown), and RTF documents opened in <a href="http://www.bean-osx.com/Bean.html">Bean</a> (which I&#8217;d adopted as a lightweight editor over the oh-so-bulky Microsoft Word). This made it a great fit for the new way I was working with documents. In addition, EagleFiler came with some useful capture functionality built-in, eliminating the need for some of my home-grown AppleScripts. Finally, EagleFiler used an &#8220;open&#8221; library format that stored my items as files in the file system. If, for whatever reason, I ever decided to ditch EagleFiler, all my information would be easily accessible. This was a real attraction for me.</p>
<p>So, after only a week or so of testing, I switched completely away from Yojimbo and started using EagleFiler instead. Thus far, I&#8217;ve been quite pleased with the results. While it seems simple, I like the ability to mark items as unread (something I couldn&#8217;t do in Yojimbo, so I had to approximate that functionality with certain tags). I still prefer the way Yojimbo displays metadata about bookmarks in the same window (in EagleFiler you have to open the Inspection window), but this has not been a significant problem.</p>
<p>I also anticipate that the use of the file system will make integrating tools like Pandoc into my workflow possible; it didn&#8217;t seem possible before with Yojimbo. Because EagleFiler&#8217;s library is file system-based, it should be possible to use AppleScript to manipulate records by manipulating the underlying files in the file system. This will be an area of exploration for me over the next few months as I also refine my Markdown-Pandoc workflows for document generation.</p>
<p>In my opinion, if you&#8217;re considering an &#8220;anything bucket&#8221; for your Mac to help keep your information organized, EagleFiler should definitely be on your list of applications to consider.</p>
<p>This article was originally posted on <a href="http://blog.scottlowe.org">blog.scottlowe.org</a>. Visit the site for more information on virtualization, servers, storage, and other enterprise technologies.<br/><br/><a href="http://blog.scottlowe.org/2011/09/07/switching-to-eaglefiler/">Switching to EagleFiler</a></p>
Similar Posts:<ul><li><a href="http://blog.scottlowe.org/2009/12/02/my-number-one-yojimbo-complaint/" rel="bookmark" title="Wednesday, December 2, 2009">My Number One Yojimbo Complaint</a></li>

<li><a href="http://blog.scottlowe.org/2011/10/08/formatting-rtfs-with-textsoap/" rel="bookmark" title="Saturday, October 8, 2011">Formatting RTFs with TextSoap</a></li>

<li><a href="http://blog.scottlowe.org/2008/07/14/textmate/" rel="bookmark" title="Monday, July 14, 2008">TextMate</a></li>

<li><a href="http://blog.scottlowe.org/2011/05/03/applescripts-for-yojimbo-camino-and-skim/" rel="bookmark" title="Tuesday, May 3, 2011">AppleScripts for Yojimbo, Camino, and Skim</a></li>

<li><a href="http://blog.scottlowe.org/2010/10/02/revisiting-evernote/" rel="bookmark" title="Saturday, October 2, 2010">Revisiting Evernote</a></li>
</ul><!-- Similar Posts took 1004.966 ms -->]]></content:encoded>
			<wfw:commentRss>http://blog.scottlowe.org/2011/09/07/switching-to-eaglefiler/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Some Useful UNIX Commands on your Mac</title>
		<link>http://blog.scottlowe.org/2011/07/25/some-useful-unix-commands-on-your-mac/</link>
		<comments>http://blog.scottlowe.org/2011/07/25/some-useful-unix-commands-on-your-mac/#comments</comments>
		<pubDate>Mon, 25 Jul 2011 12:00:00 +0000</pubDate>
		<dc:creator>slowe</dc:creator>
				<category><![CDATA[Macintosh]]></category>
		<category><![CDATA[UNIX]]></category>
		<category><![CDATA[CLI]]></category>
		<category><![CDATA[Networking]]></category>

		<guid isPermaLink="false">http://blog.scottlowe.org/?p=2358</guid>
		<description><![CDATA[Here's a collection of some UNIX commands that you might find helpful while gathering networking information about your Mac.<p>This article was originally posted on <a href="http://blog.scottlowe.org">blog.scottlowe.org</a>. Visit the site for more information on virtualization, servers, storage, and other enterprise technologies.<br/><br/><a href="http://blog.scottlowe.org/2011/07/25/some-useful-unix-commands-on-your-mac/">Some Useful UNIX Commands on your Mac</a></p>
]]></description>
			<content:encoded><![CDATA[<p>Over the last day or so I&#8217;ve been messing around at the UNIX command line on my Mac, trying to find a workaround for a VPN policy that doesn&#8217;t allow split tunneling. (Just as a stupid side question, what is the security issue with split tunneling, anyway?) Along the way, I uncovered some handy commands for gathering information about the networking configuration of your Mac.</p>
<p>I can&#8217;t take credit for all of these; most of them were shared with me by Matt Cowger, fellow VCDX and vSpecialist.</p>
<p>If anyone has any additional commands they&#8217;d like to share, I encourage you to add them to the comments on this post. Enjoy!</p>
<p>To find the IP address of the default gateway:</p>
<p><code>netstat -nr -f inet | grep default | grep en | awk '{print $2}'</code></p>
<p>To find the interface name of the default route:</p>
<p><code>netstat -nr -f inet | grep default | grep en | awk '{print $6}'</code></p>
<p>To find the IP address assigned to the interface for the default gateway:</p>
<p><code>ORGGWIF=`netstat -nr -f inet | grep default | grep en | awk '{print $6}'`<br />
ifconfig $ORGGWIF | grep "inet " | awk '{print $2}'</code></p>
<p>To find the default gateway network:</p>
<p><code>ORGGWIF=`netstat -nr -f inet | grep default | grep en | awk '{print $6}'`<br />
netstat -I $ORGGWIF -n | grep -v : | grep $ORGGWIF | awk '{print $3}'</code></p>
<p>To find the subnet mask for the default gateway network:</p>
<p><code>ORGGWIF=`netstat -nr -f inet | grep default | grep en | awk '{print $6}'`<br />
system_profiler SPNetworkDataType | grep -A 15 $ORGGWIF | grep "Subnet Masks" | awk '{print $3}'</code></p>
<p>To convert the subnet mask into CIDR format:</p>
<p><code>ORGGWIF=`netstat -nr -f inet | grep default | grep en | awk '{print $6}'`<br />
ORGGWMASK=`system_profiler SPNetworkDataType | grep -A 15 $ORGGWIF | grep "Subnet Masks" | awk '{print $3}'`<br />
echo obase=2.$ORGGWMASK | tr . \; | bc | tr -d 0\\n | wc -c | awk '{print $1}'</code></p>
<p>To determine the wireless SSID to which your Mac is currently associated:</p>
<p><code>/System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Resources/airport -I | grep SSID | tail -n 1 | awk '{print $2}'</code></p>
<p>CLI gurus and wizards are encouraged to share other useful commands in the comments below. Thanks!</p>
<p>This article was originally posted on <a href="http://blog.scottlowe.org">blog.scottlowe.org</a>. Visit the site for more information on virtualization, servers, storage, and other enterprise technologies.<br/><br/><a href="http://blog.scottlowe.org/2011/07/25/some-useful-unix-commands-on-your-mac/">Some Useful UNIX Commands on your Mac</a></p>
Similar Posts:<ul><li><a href="http://blog.scottlowe.org/2006/12/18/changing-the-ip-address-in-solaris-10-u3/" rel="bookmark" title="Monday, December 18, 2006">Changing the IP Address in Solaris 10 U3</a></li>

<li><a href="http://blog.scottlowe.org/2010/04/23/configuring-inter-vlan-routing/" rel="bookmark" title="Friday, April 23, 2010">Configuring Inter-VLAN Routing</a></li>

<li><a href="http://blog.scottlowe.org/2006/04/04/modifying-dhcp-client-operation-on-openbsd/" rel="bookmark" title="Tuesday, April 4, 2006">Modifying DHCP Client Operation on OpenBSD</a></li>

<li><a href="http://blog.scottlowe.org/2010/01/11/a-couple-geektool-scripts/" rel="bookmark" title="Monday, January 11, 2010">A Couple GeekTool Scripts</a></li>

<li><a href="http://blog.scottlowe.org/2010/03/17/a-quick-and-simple-guide-to-building-an-openbsd-vm/" rel="bookmark" title="Wednesday, March 17, 2010">A Quick and Simple Guide to Building an OpenBSD VM</a></li>
</ul><!-- Similar Posts took 149.618 ms -->]]></content:encoded>
			<wfw:commentRss>http://blog.scottlowe.org/2011/07/25/some-useful-unix-commands-on-your-mac/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Using GNU Screen with SSH</title>
		<link>http://blog.scottlowe.org/2011/06/23/using-gnu-screen-with-ssh/</link>
		<comments>http://blog.scottlowe.org/2011/06/23/using-gnu-screen-with-ssh/#comments</comments>
		<pubDate>Thu, 23 Jun 2011 20:40:05 +0000</pubDate>
		<dc:creator>slowe</dc:creator>
				<category><![CDATA[Macintosh]]></category>
		<category><![CDATA[UNIX]]></category>
		<category><![CDATA[CLI]]></category>

		<guid isPermaLink="false">http://blog.scottlowe.org/?p=2322</guid>
		<description><![CDATA[I'd wondered for a while how I could use the GNU screen utility to help manage SSH sessions. After some experimentation, here's what I found.<p>This article was originally posted on <a href="http://blog.scottlowe.org">blog.scottlowe.org</a>. Visit the site for more information on virtualization, servers, storage, and other enterprise technologies.<br/><br/><a href="http://blog.scottlowe.org/2011/06/23/using-gnu-screen-with-ssh/">Using GNU Screen with SSH</a></p>
]]></description>
			<content:encoded><![CDATA[<p>This post is probably old news to experienced UNIX sys admins, but I thought the information might be useful to less knowledgeable folks like me. I also hope that the resulting conversation will help uncover even more knowledge we can all put to good use.</p>
<p>I&#8217;ve messed around with the <code>screen</code> utility off and on for a while. One thing I&#8217;d never quite figured out, though, was how using <code>screen</code> helped with SSH sessions. I kept seeing references to using <code>screen</code> to help keep things running when you needed to disconnect from an SSH session. That seems like a useful feature, so I decided to dig into it and see what I could figure out.</p>
<p>In the end, what I figured out was this:</p>
<ul>
<li>I needed to install <code>screen</code> on the remote host(s). In my case, the remote hosts were OpenBSD (I removed the secret back doors), so a quick <code>pkg_add</code> corrected that issue.</li>
<li>I had to recreate my <code>.screenrc</code> file on the remote host(s). Fortunately, my <code>.screenrc</code> is very simple&#8212;it only enables the ability to use the iTerm2/Terminal scrollbar to scroll back and increases the scrollback buffer&#8212;so that was no big deal.</li>
</ul>
<p>With these changes in place, you can then use this command to connect to a remote host:</p>
<p><code>ssh -t <em>&lt;server.domain.name&gt;</em> screen -R</code></p>
<p>On the first connection, this command will create a new <code>screen</code> session. When you&#8217;re done with this SSH session and want to disconnect, just detach from the <code>screen</code> session (typically using Ctrl-a d). That also disconnects the SSH session, but here&#8217;s the kicker: your <code>screen</code> session is still running&#8212;as are any processes you had running in that session.</p>
<p>When you go to reconnect, use the same command again and it will reconnect you to your existing <code>screen</code> session and you&#8217;ll be right back where you left off. Pretty handy!</p>
<p>&lt;aside&gt;By the way, the <code>-t</code> in the SSH command is necessary; without it, you&#8217;ll get a &#8220;Must be connected to a terminal&#8221; error message and it won&#8217;t work properly.&lt;aside&gt;</p>
<p>I&#8217;m sure this barely scratches the surface of the useful tricks one could perform using <code>screen</code>, so I challenge any and all readers to submit other useful tricks in the comments below. Or, if there is a better way of doing what I&#8217;m discussing in this article, please speak up!</p>
<p>This article was originally posted on <a href="http://blog.scottlowe.org">blog.scottlowe.org</a>. Visit the site for more information on virtualization, servers, storage, and other enterprise technologies.<br/><br/><a href="http://blog.scottlowe.org/2011/06/23/using-gnu-screen-with-ssh/">Using GNU Screen with SSH</a></p>
Similar Posts:<ul><li><a href="http://blog.scottlowe.org/2011/06/17/trying-iterm2/" rel="bookmark" title="Friday, June 17, 2011">Trying iTerm2</a></li>

<li><a href="http://blog.scottlowe.org/2006/03/30/vmware-weak-spot/" rel="bookmark" title="Thursday, March 30, 2006">VMware Weak Spot</a></li>

<li><a href="http://blog.scottlowe.org/2007/06/26/giving-iterm-a-try/" rel="bookmark" title="Tuesday, June 26, 2007">Giving iTerm a Try</a></li>

<li><a href="http://blog.scottlowe.org/2008/12/12/vmware-ha-problem-with-update-3/" rel="bookmark" title="Friday, December 12, 2008">VMware HA Problem with Update 3</a></li>

<li><a href="http://blog.scottlowe.org/2006/02/19/details-on-transparent-rdp-tunneling/" rel="bookmark" title="Sunday, February 19, 2006">Details on Transparent RDP Tunneling</a></li>
</ul><!-- Similar Posts took 535.463 ms -->]]></content:encoded>
			<wfw:commentRss>http://blog.scottlowe.org/2011/06/23/using-gnu-screen-with-ssh/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Allegations Regarding FBI Involvement with OpenBSD</title>
		<link>http://blog.scottlowe.org/2010/12/14/allegations-regarding-fbi-involvement-with-openbsd/</link>
		<comments>http://blog.scottlowe.org/2010/12/14/allegations-regarding-fbi-involvement-with-openbsd/#comments</comments>
		<pubDate>Wed, 15 Dec 2010 01:56:21 +0000</pubDate>
		<dc:creator>slowe</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[UNIX]]></category>
		<category><![CDATA[BSD]]></category>

		<guid isPermaLink="false">http://blog.scottlowe.org/?p=2184</guid>
		<description><![CDATA[Unfounded allegations of my involvement in a plan to place backdoors into an OpenBSD cryptographic framework are incorrect and unfounded.<p>This article was originally posted on <a href="http://blog.scottlowe.org">blog.scottlowe.org</a>. Visit the site for more information on virtualization, servers, storage, and other enterprise technologies.<br/><br/><a href="http://blog.scottlowe.org/2010/12/14/allegations-regarding-fbi-involvement-with-openbsd/">Allegations Regarding FBI Involvement with OpenBSD</a></p>
]]></description>
			<content:encoded><![CDATA[<p>Let&#8217;s get right to the point and set the record straight: I am not, nor have I ever been, affiliated with or employed by the FBI or any other government agency.</p>
<p>That&#8217;s why I was surprised when word surfaced that I had been implicated in some sort of conspiracy regarding a plan to place secret backdoors into an OpenBSD cryptographic framework, and that my recent advocacy of OpenBSD was based on my alleged involvement with the FBI.</p>
<p>I don&#8217;t know where the person who started this rumor got his information, but he is sadly mistaken regarding my involvement. Perhaps <a href="http://blog.scottlowe.org/2008/06/25/no-not-that-scott-lowe/">the other Scott Lowe</a> is involved; I don&#8217;t know. What I do know is this: I&#8217;m not affiliated with, supported by, employed by, associated with, or in support of the FBI in any way, shape, form, or fashion. <b>Quite simply, it wasn&#8217;t me.</b></p>
<p>Feel free to post any additional questions or courteous comments below. I&#8217;ll answer all relevant questions openly and honestly.</p>
<p>This article was originally posted on <a href="http://blog.scottlowe.org">blog.scottlowe.org</a>. Visit the site for more information on virtualization, servers, storage, and other enterprise technologies.<br/><br/><a href="http://blog.scottlowe.org/2010/12/14/allegations-regarding-fbi-involvement-with-openbsd/">Allegations Regarding FBI Involvement with OpenBSD</a></p>
Similar Posts:<ul><li><a href="http://blog.scottlowe.org/2008/06/25/no-not-that-scott-lowe/" rel="bookmark" title="Wednesday, June 25, 2008">No, Not That Scott Lowe</a></li>

<li><a href="http://blog.scottlowe.org/2005/06/25/not-the-same/" rel="bookmark" title="Saturday, June 25, 2005">Not the Same</a></li>

<li><a href="http://blog.scottlowe.org/2010/03/17/a-quick-and-simple-guide-to-building-an-openbsd-vm/" rel="bookmark" title="Wednesday, March 17, 2010">A Quick and Simple Guide to Building an OpenBSD VM</a></li>

<li><a href="http://blog.scottlowe.org/2009/06/12/ta2259-ask-the-experts-at-vmworld-2009/" rel="bookmark" title="Friday, June 12, 2009">TA2259 Ask the Experts at VMworld 2009</a></li>

<li><a href="http://blog.scottlowe.org/2005/10/28/openbsd-38/" rel="bookmark" title="Friday, October 28, 2005">OpenBSD 3.8</a></li>
</ul><!-- Similar Posts took 496.088 ms -->]]></content:encoded>
			<wfw:commentRss>http://blog.scottlowe.org/2010/12/14/allegations-regarding-fbi-involvement-with-openbsd/feed/</wfw:commentRss>
		<slash:comments>54</slash:comments>
		</item>
		<item>
		<title>Shortening URLs via bit.ly from the CLI</title>
		<link>http://blog.scottlowe.org/2010/10/20/shortening-urls-via-bitly-from-the-cli/</link>
		<comments>http://blog.scottlowe.org/2010/10/20/shortening-urls-via-bitly-from-the-cli/#comments</comments>
		<pubDate>Wed, 20 Oct 2010 23:33:39 +0000</pubDate>
		<dc:creator>slowe</dc:creator>
				<category><![CDATA[Macintosh]]></category>
		<category><![CDATA[UNIX]]></category>
		<category><![CDATA[CLI]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://blog.scottlowe.org/?p=2135</guid>
		<description><![CDATA[While looking for ways to help automate and streamline my workflows, I found this way to shorten URLs via bit.ly from the command line.<p>This article was originally posted on <a href="http://blog.scottlowe.org">blog.scottlowe.org</a>. Visit the site for more information on virtualization, servers, storage, and other enterprise technologies.<br/><br/><a href="http://blog.scottlowe.org/2010/10/20/shortening-urls-via-bitly-from-the-cli/">Shortening URLs via bit.ly from the CLI</a></p>
]]></description>
			<content:encoded><![CDATA[<p>I was experimenting tonight with some ways to add more automation to my workflow. One process that is (relatively) time-consuming is the process of generating short URLs via <a href="http://bit.ly">bit.ly</a>. This site had <a href="http://nnutter.com/2009/03/automate-bitly-with-applescript/">a brief tutorial</a> on how to use <code>curl</code> to do it, but the shortened link didn&#8217;t show up in my link history. Upon browsing the <a href="http://code.google.com/p/bitly-api/wiki/ApiDocumentation">bit.ly API documentation</a>, though, I was able to fairly quickly piece together a command line that will shorten a URL via bit.ly <em><b>and</b></em> put the shortened URL in the user&#8217;s link history.</p>
<p>Note that in order to use this command, you&#8217;ll need your bit.ly API key. Your API key is easily accessed from your account settings page.</p>
<p>Here&#8217;s the command I tested (works on Mac OS X 10.6.4):</p>
<p><code>curl 'http://api.bit.ly/v3/shorten?login=<em>&lt;bit.ly login&gt;</em>&amp;apiKey=<em>&lt;bit.ly API key&gt;</em>&amp;longURL=<em>&lt;Long URL to be shortened&gt;</em>&amp;format=txt'</code></p>
<p>In order to make this truly usable, there are some additional things that have to happen. The long URL has to be properly encoded, as it can&#8217;t have any spaces or special characters, for example. But otherwise, this command is a workable solution to shortening a URL from the command line. All I need now is a small AppleScript around this and then I&#8217;ll have a URL shortening script I can bind to a hotkey. That should help speed the process up!</p>
<p>This article was originally posted on <a href="http://blog.scottlowe.org">blog.scottlowe.org</a>. Visit the site for more information on virtualization, servers, storage, and other enterprise technologies.<br/><br/><a href="http://blog.scottlowe.org/2010/10/20/shortening-urls-via-bitly-from-the-cli/">Shortening URLs via bit.ly from the CLI</a></p>
Similar Posts:<ul><li><a href="http://blog.scottlowe.org/2010/10/22/shortening-urls-via-bitly-the-apple-way/" rel="bookmark" title="Friday, October 22, 2010">Shortening URLs via bit.ly the Apple Way</a></li>

<li><a href="http://blog.scottlowe.org/2008/02/04/netsh-shortcuts/" rel="bookmark" title="Monday, February 4, 2008">Netsh Shortcuts</a></li>

<li><a href="http://blog.scottlowe.org/2010/01/11/a-couple-geektool-scripts/" rel="bookmark" title="Monday, January 11, 2010">A Couple GeekTool Scripts</a></li>

<li><a href="http://blog.scottlowe.org/2009/04/05/the-perfect-mac-twitter-client/" rel="bookmark" title="Sunday, April 5, 2009">The Perfect Mac Twitter Client</a></li>

<li><a href="http://blog.scottlowe.org/2006/06/24/converting-ssl-certificates-with-openssl/" rel="bookmark" title="Saturday, June 24, 2006">Converting SSL Certificates with OpenSSL</a></li>
</ul><!-- Similar Posts took 101.588 ms -->]]></content:encoded>
			<wfw:commentRss>http://blog.scottlowe.org/2010/10/20/shortening-urls-via-bitly-from-the-cli/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Making Manual Edits to Dynamic DNS Zones</title>
		<link>http://blog.scottlowe.org/2010/09/07/making-manual-edits-to-dynamic-dns-zones/</link>
		<comments>http://blog.scottlowe.org/2010/09/07/making-manual-edits-to-dynamic-dns-zones/#comments</comments>
		<pubDate>Tue, 07 Sep 2010 11:00:00 +0000</pubDate>
		<dc:creator>slowe</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[UNIX]]></category>
		<category><![CDATA[BSD]]></category>

		<guid isPermaLink="false">http://blog.scottlowe.org/?p=2091</guid>
		<description><![CDATA[Need to make some changes to a dynamic DNS zone? Here are the steps you need.<p>This article was originally posted on <a href="http://blog.scottlowe.org">blog.scottlowe.org</a>. Visit the site for more information on virtualization, servers, storage, and other enterprise technologies.<br/><br/><a href="http://blog.scottlowe.org/2010/09/07/making-manual-edits-to-dynamic-dns-zones/">Making Manual Edits to Dynamic DNS Zones</a></p>
]]></description>
			<content:encoded><![CDATA[<p>This is one of those posts that is as much for my own benefit as it is for others. For a few weeks now, I&#8217;ve been working on a dynamic DNS setup for my home/home office network involving BIND and the ISC DHCP daemon running on a pair of OpenBSD virtual machines. I finally got it to work (thanks in no small part to <a href="http://www.bsdguides.org/guides/openbsd/networking/dynamic_dns_dhcp.php">this article</a> and <a href="http://www.ops.ietf.org/dns/dynupd/secure-ddns-howto.html">this how-to post</a>) and then found that I needed to make some manual edits to the DNS zones.</p>
<p>After a great deal of stumbling and fumbling, I found an obscure reference to a need to use <code>rndc</code> when making manual edits. After some testing, I learned that the &#8220;correct&#8221; way to make manual edits is as follows:</p>
<ol>
<li>Halt changes to the dynamic DNS zone with the command <code>rndc freeze &lt;zone name&gt;</code>.</li>
<li>Make the manual edits to the zone file, being sure to increment the zone serial number.</li>
<li>Use the command <code>named-checkzone &lt;zone name&gt; &lt;zone file&gt;</code> to verify the syntax in the zone file.</li>
<li>Allow changes to the dynamic DNS zone with the command <code>rndc thaw &lt;zone name&gt;</code>.</li>
</ol>
<p>If you monitor the appropriate log files (on my system I had to monitor <code>/var/log/daemon</code>), you&#8217;ll see zone transfers take place to any secondary name servers, a strong indicator that the change has successfully been accepted and propagated.</p>
<p>A very simple task, I know, but hopefully this post will help me next time I need to do this same task again and hopefully it will help someone else out there in the same situation.</p>
<p>This article was originally posted on <a href="http://blog.scottlowe.org">blog.scottlowe.org</a>. Visit the site for more information on virtualization, servers, storage, and other enterprise technologies.<br/><br/><a href="http://blog.scottlowe.org/2010/09/07/making-manual-edits-to-dynamic-dns-zones/">Making Manual Edits to Dynamic DNS Zones</a></p>
Similar Posts:<ul><li><a href="http://blog.scottlowe.org/2006/06/30/bulk-adding-entries-in-dns/" rel="bookmark" title="Friday, June 30, 2006">Bulk Adding Entries in DNS</a></li>

<li><a href="http://blog.scottlowe.org/2009/10/20/new-users-guide-to-managing-cisco-mds-zones-via-cli/" rel="bookmark" title="Tuesday, October 20, 2009">New User&#8217;s Guide to Managing Cisco MDS Zones via CLI</a></li>

<li><a href="http://blog.scottlowe.org/2009/08/24/new-users-guide-to-configuring-cisco-mds-zones-via-cli/" rel="bookmark" title="Monday, August 24, 2009">New User&#8217;s Guide to Configuring Cisco MDS Zones via CLI</a></li>

<li><a href="http://blog.scottlowe.org/2006/08/21/native-kerberos-authentication-with-ssh/" rel="bookmark" title="Monday, August 21, 2006">Native Kerberos Authentication with SSH</a></li>

<li><a href="http://blog.scottlowe.org/2008/12/16/using-vmware-vim-cmd-to-modify-a-portgroup/" rel="bookmark" title="Tuesday, December 16, 2008">Using vmware-vim-cmd to Modify a Portgroup</a></li>
</ul><!-- Similar Posts took 371.085 ms -->]]></content:encoded>
			<wfw:commentRss>http://blog.scottlowe.org/2010/09/07/making-manual-edits-to-dynamic-dns-zones/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>A Quick and Simple Guide to Building an OpenBSD VM</title>
		<link>http://blog.scottlowe.org/2010/03/17/a-quick-and-simple-guide-to-building-an-openbsd-vm/</link>
		<comments>http://blog.scottlowe.org/2010/03/17/a-quick-and-simple-guide-to-building-an-openbsd-vm/#comments</comments>
		<pubDate>Thu, 18 Mar 2010 01:31:20 +0000</pubDate>
		<dc:creator>slowe</dc:creator>
				<category><![CDATA[Macintosh]]></category>
		<category><![CDATA[UNIX]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[BSD]]></category>
		<category><![CDATA[Fusion]]></category>
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://blog.scottlowe.org/?p=1864</guid>
		<description><![CDATA[I like using OpenBSD, but can't remember some of the commands to install OpenBSD. Here's a quick and simple installation procedure for OpenBSD 4.6.<p>This article was originally posted on <a href="http://blog.scottlowe.org">blog.scottlowe.org</a>. Visit the site for more information on virtualization, servers, storage, and other enterprise technologies.<br/><br/><a href="http://blog.scottlowe.org/2010/03/17/a-quick-and-simple-guide-to-building-an-openbsd-vm/">A Quick and Simple Guide to Building an OpenBSD VM</a></p>
]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ll start this off with a disclaimer: this post is really more for my own benefit than the benefit of anyone else.</p>
<p><a href="http://www.openbsd.org">OpenBSD</a> is my OS of choice when it comes to setting up a quick, simple UNIX-based virtual machine (VM). Need a virtual firewall? Use OpenBSD. Need a router? Use OpenBSD. Need a web server or an FTP server? Use OpenBSD. Need to run some network security tools? Use OpenBSD.</p>
<p>The problem is this: once I get an OpenBSD system up and running, it runs so well that I rarely have to go set up another one. Because there is then this length of time between installations, I always find myself forgetting the steps to take when installing an OpenBSD system. Thus, the need for this post and why I say it&#8217;s really for my benefit more than anything else. Next time I need to install OpenBSD in a VM for some reason, I can quickly come back and reference my list. (I will say that the installation of OpenBSD in recent versions has gotten <em>much</em> simpler than it was in the past.)</p>
<p>Oh, another disclaimer is probably necessary here, too: this is <b><em>not</em></b> to be considered some sort of &#8220;best practices&#8221; guide, so please don&#8217;t hammer the comments with stuff like &#8220;You know, you really should&#8230;&#8221;. This is just a quick and simple setup.</p>
<p>With those disclaimers out of the way, here&#8217;s the installation procedure. This was written for use with OpenBSD 4.6:</p>
<ol>
<li>Boot from the OpenBSD installation ISO image. When prompted, choose &#8220;i&#8221; to install.</li>
<li>Press Enter for the default keyboard layout (unless you need a different layout, naturally).</li>
<li>Enter the system&#8217;s hostname in short form.</li>
<li>Enter the name of the network interface to configure. When installing on VMware Fusion 3.0.2 on my Macintosh, the default interface is <code>em0</code>. On VMware vSphere 4, the default interface is <code>vic0</code>.</li>
<li>Enter the IPv4 address or press Enter to use DHCP.</li>
<li>Enter the IPv6 address or press Enter to not assign an IPv6 address.</li>
<li>Press Enter to complete the configuration of network interfaces.</li>
<li>Press Enter not to perform any manual network configuration.</li>
<li>Enter and confirm the root password.</li>
<li>Press Enter to start <code>sshd</code> by default.</li>
<li>Press Enter not to start <code>ntpd</code> by default.</li>
<li>Enter &#8220;no&#8221; to indicate that you will not be running the X Window System.</li>
<li>Press Enter not to change the default console to <code>com0</code>.</li>
<li>Press Enter not to create an additional user. (I generally prefer to create an additional user after installation is complete.)</li>
<li>Press Enter to accept the default disk as the root disk. On my Mac running VMware Fusion 3.0.2, the default disk is <code>wd0</code>.</li>
<li>Press Enter to use the whole disk.</li>
<li>Press Enter to use auto layout of partitions on the disk. (I&#8217;m not sure what version of OpenBSD added this feature, but it is quite handy for simple installations.)</li>
<li>Press Enter to use the CD to install the sets. The CD in the VM should be mapped to the ISO image of the OpenBSD 4.6 install CD.</li>
<li>Press Enter to use the default CD (which showed up as <code>cd0</code> on my system).</li>
<li>Press Enter to use the default path to the sets.</li>
<li>Remove the X Window System sets by entering &#8220;-x*&#8221; and pressing Enter.</li>
<li>Verify that the X Window System sets (<code>xbase46.tgz</code>, <code>xetc46.tgz</code>, <code>xshare46.tgz</code>, <code>xfont46.tgz</code>, and <code>xserv46.tgz</code>) are unselected, then press Enter to complete set selection. OpenBSD will start installing the sets.</li>
<li>Enter the timezone, such as &#8220;US/Eastern&#8221;.</li>
<li>Enter <code>reboot</code> to reboot your new OpenBSD VM. You should now be ready to perform final configuration of OpenBSD, such as using <code>pkg_add</code> to install packages or editing <code>rc.conf.local</code> to control what daemons are launched at startup. (Of course, those are tasks for an entirely different blog post).</li>
</ol>
<p>That&#8217;s it. Again, this not a best practice/ideal installation. It&#8217;s just a &#8220;drop dead simple&#8221; installation in a VM for when you need to get something done quickly.</p>
<p>This article was originally posted on <a href="http://blog.scottlowe.org">blog.scottlowe.org</a>. Visit the site for more information on virtualization, servers, storage, and other enterprise technologies.<br/><br/><a href="http://blog.scottlowe.org/2010/03/17/a-quick-and-simple-guide-to-building-an-openbsd-vm/">A Quick and Simple Guide to Building an OpenBSD VM</a></p>
Similar Posts:<ul><li><a href="http://blog.scottlowe.org/2006/10/06/openbsd-as-a-simple-nat-router/" rel="bookmark" title="Friday, October 6, 2006">OpenBSD as a Simple NAT Router</a></li>

<li><a href="http://blog.scottlowe.org/2009/04/22/new-folders-with-quicksilver/" rel="bookmark" title="Wednesday, April 22, 2009">New Folders with Quicksilver</a></li>

<li><a href="http://blog.scottlowe.org/2005/06/25/not-the-same/" rel="bookmark" title="Saturday, June 25, 2005">Not the Same</a></li>

<li><a href="http://blog.scottlowe.org/2007/05/23/openbsd-41-on-esx-server-301/" rel="bookmark" title="Wednesday, May 23, 2007">OpenBSD 4.1 on ESX Server 3.0.1</a></li>

<li><a href="http://blog.scottlowe.org/2005/11/04/openbsd-pcn0-driver-issue-resolved/" rel="bookmark" title="Friday, November 4, 2005">OpenBSD pcn0 Driver Issue Resolved</a></li>
</ul><!-- Similar Posts took 37.367 ms -->]]></content:encoded>
			<wfw:commentRss>http://blog.scottlowe.org/2010/03/17/a-quick-and-simple-guide-to-building-an-openbsd-vm/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>A Couple GeekTool Scripts</title>
		<link>http://blog.scottlowe.org/2010/01/11/a-couple-geektool-scripts/</link>
		<comments>http://blog.scottlowe.org/2010/01/11/a-couple-geektool-scripts/#comments</comments>
		<pubDate>Mon, 11 Jan 2010 11:30:09 +0000</pubDate>
		<dc:creator>slowe</dc:creator>
				<category><![CDATA[Macintosh]]></category>
		<category><![CDATA[UNIX]]></category>
		<category><![CDATA[CLI]]></category>

		<guid isPermaLink="false">http://blog.scottlowe.org/?p=1794</guid>
		<description><![CDATA[I've been experimenting with GeekTool over the last week or so, and here are a couple of scripts that I thought someone might find useful.<p>This article was originally posted on <a href="http://blog.scottlowe.org">blog.scottlowe.org</a>. Visit the site for more information on virtualization, servers, storage, and other enterprise technologies.<br/><br/><a href="http://blog.scottlowe.org/2010/01/11/a-couple-geektool-scripts/">A Couple GeekTool Scripts</a></p>
]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been experimenting with <a href="http://projects.tynsoe.org/en/geektool/">GeekTool</a>, a nifty Mac OS X Preference Pane that allows you to display information on your desktop. This information can be static text, images, or the output of a script. The last option is the most useful one, in my opinion, and that&#8217;s where I&#8217;ve been putting GeekTool to use for me. This isn&#8217;t going to be some long post on how to use GeekTool or why you should install it; rather, I just wanted to share a couple of short scripts that I wrote that you might find useful.</p>
<p>I use Mac OS X&#8217;s network location support extensively. I have separate locations for home (where I have a proxy server) and when I&#8217;m out and about (where there generally is no proxy server). So it&#8217;s important for me to be able to tell, quickly, which location is active. If the wrong location is active, then network connectivity is impaired.</p>
<p>To help, I use this command with GeekTool to display the network location on my desktop:</p>
<p><code>echo "Location: `networksetup -getcurrentlocation 2>&#038;1 | tail -n 1`"</code></p>
<p>Note that if you are running as an administrative user on your Mac (which I don&#8217;t in order to reduce potential security risks), then the <code>networksetup</code> command I use above will probably behave differently for you. Since I&#8217;m not running as an administrative user, <code>networksetup</code> would throw an error at the command line. Thus why I had to redirect STDERR to STDOUT and filter it using <code>tail</code>. Now, a quick F11 to show the desktop and I can immediately see which network location is active.</p>
<p>I also recently added a script to show me what proxy servers are currently active. This is in anticipation of starting my new job at EMC. I don&#8217;t know if they have proxy servers on their network, but in the event they do I thought this next command might be handy:</p>
<p><code>echo "HTTP Proxy: `scutil --proxy | grep HTTP | sort | sed -n '3,3p' | awk '{print $3}'`"</code></p>
<p>This command displays the HTTP proxy host configured in your network settings. So, again, a quick F11 allows me to see which proxy hosts are configured and active on my Mac.</p>
<p>I actually wrapped several of these commands together into a shell script that you can download <a href="http://blog.scottlowe.org/downloads/proxyinfo.zip">here</a> if you&#8217;d like. I&#8217;m sure there is probably some bash black magic that could produce this output in a more efficient way; feel free to post suggestions for improvement if you have any!</p>
<p>Of course, I also have a few other scripts running with GeekTool&#8212;one that displays system information, one that produces IP addresses and Airport (wireless LAN) information, etc.&#8212;but these two are probably most useful to me so far.</p>
<p>This article was originally posted on <a href="http://blog.scottlowe.org">blog.scottlowe.org</a>. Visit the site for more information on virtualization, servers, storage, and other enterprise technologies.<br/><br/><a href="http://blog.scottlowe.org/2010/01/11/a-couple-geektool-scripts/">A Couple GeekTool Scripts</a></p>
Similar Posts:<ul><li><a href="http://blog.scottlowe.org/2005/12/01/http-proxies-and-command-line-utilities/" rel="bookmark" title="Thursday, December 1, 2005">HTTP Proxies and Command-Line Utilities</a></li>

<li><a href="http://blog.scottlowe.org/2006/07/19/gpmc-scripts/" rel="bookmark" title="Wednesday, July 19, 2006">GPMC Scripts</a></li>

<li><a href="http://blog.scottlowe.org/2010/08/23/windows-7-microsoft-security-essentials-and-proxy-servers/" rel="bookmark" title="Monday, August 23, 2010">Windows 7, Microsoft Security Essentials, and Proxy Servers</a></li>

<li><a href="http://blog.scottlowe.org/2011/07/25/some-useful-unix-commands-on-your-mac/" rel="bookmark" title="Monday, July 25, 2011">Some Useful UNIX Commands on your Mac</a></li>

<li><a href="http://blog.scottlowe.org/2009/03/25/next-gen-stuff-verifying-the-sha-1-fingerprint/" rel="bookmark" title="Wednesday, March 25, 2009">Next-Gen Stuff: Verifying the SHA-1 Fingerprint</a></li>
</ul><!-- Similar Posts took 21.984 ms -->]]></content:encoded>
			<wfw:commentRss>http://blog.scottlowe.org/2010/01/11/a-couple-geektool-scripts/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>This Pretty Much Answers That Question</title>
		<link>http://blog.scottlowe.org/2009/03/12/this-pretty-much-answers-that-question/</link>
		<comments>http://blog.scottlowe.org/2009/03/12/this-pretty-much-answers-that-question/#comments</comments>
		<pubDate>Thu, 12 Mar 2009 14:28:51 +0000</pubDate>
		<dc:creator>slowe</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[UNIX]]></category>
		<category><![CDATA[Cisco]]></category>
		<category><![CDATA[Solaris]]></category>
		<category><![CDATA[ZFS]]></category>

		<guid isPermaLink="false">http://blog.scottlowe.org/2009/03/12/this-pretty-much-answers-that-question/</guid>
		<description><![CDATA[A few days ago I asked if Sun was preparing to take on Cisco in the networking space. It looks like that question has been answered&#8212;and answered quite clearly, too.<p>This article was originally posted on <a href="http://blog.scottlowe.org">blog.scottlowe.org</a>. Visit the site for more information on virtualization, servers, storage, and other enterprise technologies.<br/><br/><a href="http://blog.scottlowe.org/2009/03/12/this-pretty-much-answers-that-question/">This Pretty Much Answers That Question</a></p>
]]></description>
			<content:encoded><![CDATA[<p>A couple of days ago I posed this question: <a href="http://blog.scottlowe.org/2009/03/09/is-sun-preparing-to-take-on-cisco/">is Sun preparing to take on Cisco</a>? The question generated some interesting responses in the comments to the article.</p>
<p>Reader Bill had this to say:</p>
<blockquote><p>How on earth would Cisco respond if Sun started introducing products with better performance, at a fraction of the price, built on high volume open source adoption?</p></blockquote>
<p>As I responded, that&#8217;s the real $64,000 question, isn&#8217;t it? That&#8217;s the premise upon which this entire thing is built&#8212;that by using commodity hardware and open source components, Sun can produce high-quality, high-performing network equipment that they can sell for far less than Cisco.</p>
<p>Reader Ed, on the other hand, questioned the validity of this kind of move:</p>
<blockquote><p>I would think that partnering with a Juniper or Foundry-type company and OEMing equipment from those companies would be a more prudent move than venturing on their own to create new network devices.</p></blockquote>
<p>Normally, I would agree with Ed if we were talking about a company that was merely interested in entering a market in order to become a more complete supplier to their customers. That&#8217;s not Sun&#8217;s purpose. Sun&#8217;s purpose is, I think, to fundamentally change the nature of the networking hardware market. How successful they&#8217;ll be&#8230;well, that&#8217;s another question.</p>
<p>My original article also prompted a response elsewhere on the Internet. Christofer Hoff <a href="http://rationalsecurity.typepad.com/blog/2009/03/sun-vs-cisco-im-getting-my-popcorn.html">thought</a> my use of the work &#8220;distracted&#8221; in describing Cisco and Project &#8220;California&#8221; wasn&#8217;t appropriate, and in one sense he&#8217;s correct&#8212;&#8221;California&#8221; is absolutely a natural evolution of Cisco&#8217;s products and technologies and it does make sense for them. As I pointed out to Hoff, though, being successful with this new solution (I can&#8217;t call it a server!) will take focus, and while Cisco is focused on &#8220;California&#8221; Sun has their opportunity.</p>
<p>And it looks like they are <a href="http://blogs.sun.com/jonathan/entry/commercial_innovation_3_of_4">definitely going to take</a> that opportunity:</p>
<blockquote><p>As I&#8217;ve said before, general purpose microprocessors and operating systems are now fast enough to eliminate the need for special purpose devices. That means you can build a router out of a server &#8211; notice you cannot build a server out of a router, try as hard as you like. The same applies to storage devices.<br />
&#160;<br />
To demonstrate this point, we now build our entire line of storage systems from general purpose server parts, including Solaris and ZFS, our open source file system. This allows us to innovate in software, where others have to build custom silicon or add cost. <b>We are planning a similar line of networking platforms, based around the silicon and software you can already find in our portfolio.</b></p></blockquote>
<p>The emphasis on that last sentence is mine, just to emphasize the clarity of where Sun is headed. Clearly, it is their intention to leverage OpenSolaris, Crossbow, ZFS, Solaris Zones, etc., to compete directly against Cisco. And Cisco appears to be their primary target, judging from this sentence:</p>
<blockquote><p>That means you can build a router out of a server &#8211; notice you cannot build a server out of a router, try as hard as you like.</p></blockquote>
<p>To me, that looks like a direct jab at &#8220;California&#8221;.</p>
<p>So, I guess the question of whether Sun is going to take on Cisco is settled. Hoff, get your popcorn!</p>
<p>This article was originally posted on <a href="http://blog.scottlowe.org">blog.scottlowe.org</a>. Visit the site for more information on virtualization, servers, storage, and other enterprise technologies.<br/><br/><a href="http://blog.scottlowe.org/2009/03/12/this-pretty-much-answers-that-question/">This Pretty Much Answers That Question</a></p>
Similar Posts:<ul><li><a href="http://blog.scottlowe.org/2009/03/09/is-sun-preparing-to-take-on-cisco/" rel="bookmark" title="Monday, March 9, 2009">Is Sun Preparing to Take on Cisco?</a></li>

<li><a href="http://blog.scottlowe.org/2007/01/15/active-directory-integration-index/" rel="bookmark" title="Monday, January 15, 2007">Active Directory Integration Index</a></li>

<li><a href="http://blog.scottlowe.org/2010/08/25/twitter-follow-up-how-to-manage-a-default-route/" rel="bookmark" title="Wednesday, August 25, 2010">Twitter Follow-Up: How to Manage a Default Route?</a></li>

<li><a href="http://blog.scottlowe.org/2007/07/02/authenticating-to-cisco-ios-via-active-directory/" rel="bookmark" title="Monday, July 2, 2007">Authenticating to Cisco IOS via Active Directory</a></li>

<li><a href="http://blog.scottlowe.org/2009/07/29/no-such-thing-as-an-end-to-end-fcoe-solution/" rel="bookmark" title="Wednesday, July 29, 2009">No Such Thing as an End-to-End FCoE Solution</a></li>
</ul><!-- Similar Posts took 26.253 ms -->]]></content:encoded>
			<wfw:commentRss>http://blog.scottlowe.org/2009/03/12/this-pretty-much-answers-that-question/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Is Sun Preparing to Take on Cisco?</title>
		<link>http://blog.scottlowe.org/2009/03/09/is-sun-preparing-to-take-on-cisco/</link>
		<comments>http://blog.scottlowe.org/2009/03/09/is-sun-preparing-to-take-on-cisco/#comments</comments>
		<pubDate>Mon, 09 Mar 2009 20:24:14 +0000</pubDate>
		<dc:creator>slowe</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[UNIX]]></category>
		<category><![CDATA[Cisco]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Solaris]]></category>
		<category><![CDATA[Sun]]></category>

		<guid isPermaLink="false">http://blog.scottlowe.org/2009/03/09/is-sun-preparing-to-take-on-cisco/</guid>
		<description><![CDATA[Is Sun working on combining commodity hardware and open source software to take on Cisco in the networking market?<p>This article was originally posted on <a href="http://blog.scottlowe.org">blog.scottlowe.org</a>. Visit the site for more information on virtualization, servers, storage, and other enterprise technologies.<br/><br/><a href="http://blog.scottlowe.org/2009/03/09/is-sun-preparing-to-take-on-cisco/">Is Sun Preparing to Take on Cisco?</a></p>
]]></description>
			<content:encoded><![CDATA[<p>A while back in <a href="http://blog.scottlowe.org/2009/01/07/virtualization-short-take-25/">Virtualization Short Take #25</a> I briefly mentioned Sun&#8217;s Crossbow network virtualization software, which brings new possibilities to the Solaris networking world. Not being a Solaris expert, it was hard for me at the time to really understand why Solaris fans were so excited about it; since then, though, I&#8217;ve come to understand that Crossbow brings to Solaris the same kind of full-blown virtual network interfaces and such that I use daily with VMware ESX. Now I&#8217;m beginning to understand why people are so thrilled!</p>
<p>In any case, an astute reader picked up on my mention of Crossbow and pointed me to <a href="http://blogs.sun.com/jonathan/entry/three_things_on_sun_in">this article</a> by Jonathan Schwartz of Sun, and in particular this phrase:</p>
<blockquote><p>You&#8217;re going to see an accelerating series of announcements over the coming year, from amplifying our open source storage offerings, to building out an equivalent portfolio of products in the networking space&#8230;</p></blockquote>
<p>That seemingly innocuous mention was then coupled with <a href="http://blogs.sun.com/sunay/entry/crossbow_enables_an_open_networking">this blog post</a> and the result was this question: is Sun preparing to take on Cisco? Is Sun getting ready to try to use commodity hardware and open source software to penetrate the networking market in the same way that they are using commodity hardware and open source software to try to further penetrate the storage market with their <a href="http://www.sun.com/storagetek/open.jsp">open storage products</a> (in particular, the 7000 series)?</p>
<p>It&#8217;s an interesting thought, to say the least. Going up against Cisco is a bold move, though, and I question Sun&#8217;s staying power in that sort of battle. Of course, with Cisco potentially distracted by the swirling rumors regarding the networking giant&#8217;s entry into the server market, now may be the best time to make this move.</p>
<p>Thoughts?</p>
<p>This article was originally posted on <a href="http://blog.scottlowe.org">blog.scottlowe.org</a>. Visit the site for more information on virtualization, servers, storage, and other enterprise technologies.<br/><br/><a href="http://blog.scottlowe.org/2009/03/09/is-sun-preparing-to-take-on-cisco/">Is Sun Preparing to Take on Cisco?</a></p>
Similar Posts:<ul><li><a href="http://blog.scottlowe.org/2009/03/12/this-pretty-much-answers-that-question/" rel="bookmark" title="Thursday, March 12, 2009">This Pretty Much Answers That Question</a></li>

<li><a href="http://blog.scottlowe.org/2007/04/05/open-source-virtualization-thoughts/" rel="bookmark" title="Thursday, April 5, 2007">Open Source Virtualization Thoughts</a></li>

<li><a href="http://blog.scottlowe.org/2007/08/26/sunw-to-java/" rel="bookmark" title="Sunday, August 26, 2007">SUNW to JAVA</a></li>

<li><a href="http://blog.scottlowe.org/2006/02/15/open-source-hardware/" rel="bookmark" title="Wednesday, February 15, 2006">Open Source Hardware</a></li>

<li><a href="http://blog.scottlowe.org/2006/04/09/open-virtual-disk-formats/" rel="bookmark" title="Sunday, April 9, 2006">Open Virtual Disk Formats</a></li>
</ul><!-- Similar Posts took 47.701 ms -->]]></content:encoded>
			<wfw:commentRss>http://blog.scottlowe.org/2009/03/09/is-sun-preparing-to-take-on-cisco/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>

