<?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>sniping.org &#187; Sun</title>
	<atom:link href="http://sniping.org/category/sun/feed/" rel="self" type="application/rss+xml" />
	<link>http://sniping.org</link>
	<description>snipe -- verb [intrans.] -- make a sly or petty verbal attack</description>
	<lastBuildDate>Sun, 22 Feb 2009 20:51:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>What I Look for in a (Linux) Server System</title>
		<link>http://sniping.org/2007/04/03/what-i-look-for-in-a-linux-server-system/</link>
		<comments>http://sniping.org/2007/04/03/what-i-look-for-in-a-linux-server-system/#comments</comments>
		<pubDate>Tue, 03 Apr 2007 15:05:13 +0000</pubDate>
		<dc:creator>fdiv_bug</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Sun]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://sniping.org/2007/04/03/what-i-look-for-in-a-linux-server-system/</guid>
		<description><![CDATA[A coworker of mine and I had discussed my stance on Apple &#8212; it hasn&#8217;t really changed much since I wrote that, in case you&#8217;re wondering &#8212; and she asked me for my thoughts on what I look for and expect in a Linux system, so I offered to write them down here. Most of [...]]]></description>
			<content:encoded><![CDATA[<p>A coworker of mine and I had discussed my <a href="http://sniping.org/2006/08/09/im-getting-fed-up-with-apple/">stance on Apple</a> &#8212; it hasn&#8217;t really changed much since I wrote that, in case you&#8217;re wondering &#8212;  and she asked me for my thoughts on what I look for and expect in a Linux system, so I offered to write them down here.  Most of these considerations and observations also apply to other Unix, or even non-Unix systems, too.</p>

<p><span id="more-67"></span></p>

<p><dl>
<dt>Manageability</dt>
<dd><p>I should be able to deploy fifty systems as easily as I can deploy one system.</p></p>

<p>This is easily the most important aspect to any system.  The various <a href="http://distrowatch.com/">Linux distributions</a> provide a handful of ways of doing it, and we&#8217;ve been very successful with <a href="http://www.redhat.com">Red Hat</a> Kickstart functionality in the <a href="http://www.centos.org">CentOS</a> distro.  With Kickstart and network booting via PXE, I can deploy a new Linux box without even really having to set hands on it &#8212; our operations team can power the system on and hit F12.  Solutions like this exist for other systems, and are included out-of-the-box with Mac OS X (provided you have a Mac OS X Server machine to serve up the NetBoot images or are clever enough to hack it together yourself), so it&#8217;s hardly unique to Linux, but I would not deploy any OS that doesn&#8217;t have rapid provisioning and installation capabilities.</p></dd>
<dt>Packaging</dt>
<dd><p>I should be able to install a piece of software on fifty servers as easily as I can install it on one server.</p>

<p>The point of a server is to provide services to users, and to do so requires software, whether it&#8217;s a web server like Apache or IIS, an NFS server daemon, Windows file sharing services, or any of another effectively limitless number of options.  Sometimes this software is part of the core system &#8212; in the case of a Windows file server, you don&#8217;t need to add anything else to the system for it to be able to fulfill that role.  Other times it&#8217;s included with the system but is a separate part &#8212; this is more commonly the case in the Unix world where, for instance, Apache might be available out of the box but it&#8217;s not a core part of the OS.  And in the third case you&#8217;ll find software that needs to be obtained from somewhere else and built or installed on the systems on which it will run &#8212; commercial software and lesser-known or newer Open Source software tends to fall into this category since it&#8217;s either unavailable for wide distribution or isn&#8217;t popular enough to come with your distribution.  It&#8217;s largely these latter pieces of software which concern me the most, since they&#8217;re the ones that cause the most trouble.  By providing me with an &#8220;easy&#8221; mechanism for packing and deploying a piece of software and all its dependencies, I can manage the software installed on my various systems as cohesive units.  Think of it like a mason considering each brick in the wall he&#8217;s building:  He might get most of his bricks prefabricated, while forging some of his own for applying a special unique style along the top, for instance.  He can rely on the bricks he bought from a brickyard just as I can rely on the software packages provided with my distribution and depend on them for packages I&#8217;m building.  Most of the Linux distributions have this pretty much nailed down, Solaris provides decent facilities for creating new packages, and even Windows has <acro title="Microsoft Installer">MSI</acro> bundles that can be deployed via Group Policy Objects in Active Directory.  Mac OS X, however, is laughably bad in this area.  There are no standards or even common practices for packaging software, and while the tools are available for creating them, no one&#8217;s packages can be expected to play well with anyone else&#8217;s.  If you can&#8217;t count on the package infrastructure, then you can&#8217;t count on packaging.</p></dd>
<dt>Transparency and Accountability</dt>
<dd><p>I should be able to know exactly what code is going on to my systems and why.</p>

<p>This is Linux&#8217;s &#8212; and, to be fair, <a href="http://www.openbsd.org">the <a href="http://www.netbsd.org">various <a href="http://www.freebsd.org">BSD</a>s, and <a href="http://www.opensolaris.org">OpenSolaris</a> as well &#8212; strength in the enterprise.  When I&#8217;m installing updated software or OS bits, I want to have the opportunity to examine exactly what I&#8217;m putting on there and if things have changed, I want to know who changed them.  Bug tracking systems such as <a href="http://bugzilla.redhat.com">Red Hat&#8217;s Bugzilla</a> and <a href="http://launchpad.net">Ubuntu&#8217;s Launchpad</a> enable me to see precisely what changed and who changed it, leaving me with a feeling of safety and comfort that I&#8217;m not pushing changes which may cause other breakages.  Furthermore, with Red Hat Enterprise Linux, Red Hat is very careful to only push bugfixes or security enhancements and not new features.  You don&#8217;t necessarily want a server to have the latest and greatest features; you want it to be stable and do its job.  Obviously this level of transparency isn&#8217;t possible with Windows, and only some pieces of Mac OS X are Open Source, but at least you do have a vendor you can talk to if any problems do surface.</p></dd>
<dt>Monitoring</dt>
<dd><p>I should be able to see what&#8217;s going on with my servers and services using open protocols and standardized tools.</p>

<p>If I want to keep track of system load, memory usage, network bandwidth consumption, temperature, or any of another number of parameters, I should be able to use the tools of my choice.  Linux excels in this area by utilizing the <a href="http://net-snmp.sourceforge.net">net-snmp</a> tools, allowing me to query anything I can conceive of using the open <a href="http://en.wikipedia.org/wiki/Simple_Network_Management_Protocol">SNMP</a> protocol.  Mac OS X Server also utilizes net-snmp, but last I tried to work with it I had a whole host of problems trying to get a reasonably recent version to build, and then I had to wrestle with packaging the blasted thing.  Our Linux boxes install it automatically during their Kickstart, but even if it had gotten left out I could either <code>yum install net-snmp</code> or <code>apt-get install net-snmp</code> and call it a day.  There are SNMP agents available for Windows, as well, but as I understand it all the best ones cost money.  net-snmp can also build on Windows, I believe, but I don&#8217;t even want to know about what that&#8217;d require for deployment to servers.</dd>
<dt>Hardware Availability and Affordability</dt>
<dd><p>I should be able to run my systems on hardware from the vendor of my choice.</p>

<p><p>Whether I go with a certain vendor because of their lower prices, better support, higher performance, or any other reason, I need the OSes I deploy to be able to run on that hardware.  Linux has excellent hardware support, especially in the low- to mid-range server space, and can readily be deployed on commodity systems.  Windows has exceptional hardware support, as well.  Mac OS X Servers must be bought from Apple or one of Apple&#8217;s authorized resellers, and will only &#8212; officially &#8212; run Mac OS X.  If I buy a system from Sun and put Linux on it, then later decide that it&#8217;d be better serving us as a Solaris box, I can do that.  I could even put Windows on it.  If I bought an Apple Xserve and Mac OS X Server wasn&#8217;t doing the job, I&#8217;d be out a machine and a few thousand dollars.</p></dd></p>

<p>I believe this covers the major bases.  I might update or enhance this with additional information as time goes by, so you may want to watch this space.</p>
]]></content:encoded>
			<wfw:commentRss>http://sniping.org/2007/04/03/what-i-look-for-in-a-linux-server-system/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>So Much for Sun</title>
		<link>http://sniping.org/2006/07/10/so-much-for-sun/</link>
		<comments>http://sniping.org/2006/07/10/so-much-for-sun/#comments</comments>
		<pubDate>Mon, 10 Jul 2006 19:22:29 +0000</pubDate>
		<dc:creator>fdiv_bug</dc:creator>
				<category><![CDATA[Sun]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://sniping.org/2006/07/10/so-much-for-sun/</guid>
		<description><![CDATA[So Sun finally got back to me about the Try and Buy thing. Long story short, they wanted to authorize a roughly $5,000 &#8212; the price of the Ultra 40 I was looking to test drive &#8212; charge against my credit card in order for me to get the system. I don&#8217;t have that kind [...]]]></description>
			<content:encoded><![CDATA[<p>So <a href="http://www.sun.com">Sun</a> finally got back to me about the <a href="http://www.sun.com/emrkt/trycoolthreads/">Try and Buy</a> thing.  Long story short, they wanted to authorize a roughly $5,000 &#8212; the price of the <a href="http://www.sun.com/desktop/workstation/ultra40/">Ultra 40</a> I was looking to test drive &#8212; charge against my credit card in order for me to get the system.  I don&#8217;t have that kind of credit just hanging around, so I&#8217;m unable to participate in the program.  This is unfortunate, and does tend to unfairly punish individuals who aren&#8217;t as likely to have that much available credit, unlike businesses, but I can understand why they do it that way.  Sun is a business, and they need to protect their assets.  Oh well.</p>
]]></content:encoded>
			<wfw:commentRss>http://sniping.org/2006/07/10/so-much-for-sun/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sun Microsystems Experience, Part 2</title>
		<link>http://sniping.org/2006/06/28/sun-microsystems-experience-part-2/</link>
		<comments>http://sniping.org/2006/06/28/sun-microsystems-experience-part-2/#comments</comments>
		<pubDate>Wed, 28 Jun 2006 19:46:42 +0000</pubDate>
		<dc:creator>fdiv_bug</dc:creator>
				<category><![CDATA[Sun]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://sniping.org/2006/06/28/try-and-buy-experience/</guid>
		<description><![CDATA[So I called again to follow up on my Try and Buy order of my Ultra 40, and I spoke with a very friendly and helpful lady who informed me of some things of which I was not previously aware. First, apparently they&#8217;re backlogged on Try and Buy orders. This really isn&#8217;t surprising considering that [...]]]></description>
			<content:encoded><![CDATA[<p>So I called again to follow up on my <a href="http://www.sun.com/emrkt/trycoolthreads/">Try and Buy</a> order of my <a href="http://www.sun.com/desktop/workstation/ultra40/">Ultra 40</a>, and I spoke with a very friendly and helpful lady who informed me of some things of which I was not previously aware.</p>

<p><span id="more-43"></span>
First, apparently they&#8217;re backlogged on <a href="http://www.sun.com/emrkt/trycoolthreads/">Try and Buy</a> orders.  This really isn&#8217;t surprising considering that <a href="http://blogs.sun.com/roller/page/jonathan?entry=ubuntu_on_niagara_and_platinum">Jonathan&#8217;s blog entry</a> got Slashdotted, and so I&#8217;m sure there a ton of eager people trying to get their hands on free Sun systems, for trial and hopefully keeping.  I&#8217;m one of them, I suppose, even though I didn&#8217;t come into the thing via Slashdot.</p>

<p>The other thing I learned is that my receipt of the quote apparently does not necessarily indicate I&#8217;ve been approved for the trial.  She mentioned that after my application was submitted and after I got sent the quote, my application would be sent through credit processing.  I have no idea how or if they&#8217;ll check any credit information on me since I did not provide them with my Social Security number, nor (that I recall) with permission to run a credit check.  Maybe that&#8217;s not what the department does for individuals, but I don&#8217;t know.  Either way, I was operating somewhat under the assumption that the quote indicated I&#8217;d been accepted to the <a href="http://www.sun.com/emrkt/trycoolthreads/">Try and Buy</a> program.</p>

<p>She&#8217;d said if I hadn&#8217;t heard by Friday, to call in again.  It&#8217;s no sweat, really, since it&#8217;s a pretty painless process and so far I&#8217;ve gotten to a human very quickly after navigating a mere two menus.  I just hope I&#8217;m going to be able to participate in this, is all; I&#8217;m really looking forward to the chance to work with some of Sun&#8217;s workstation hardware, as my <a href="http://en.wikipedia.org/wiki/PowerBook_G4">laptop</a> is due to be replaced in less than a year and I mightn&#8217;t be opposed to the idea of having a less portable workstation.</p>
]]></content:encoded>
			<wfw:commentRss>http://sniping.org/2006/06/28/sun-microsystems-experience-part-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sun Microsystems Experience, Part 1</title>
		<link>http://sniping.org/2006/06/26/sun-microsystems-experience-part-1/</link>
		<comments>http://sniping.org/2006/06/26/sun-microsystems-experience-part-1/#comments</comments>
		<pubDate>Mon, 26 Jun 2006 21:02:37 +0000</pubDate>
		<dc:creator>fdiv_bug</dc:creator>
				<category><![CDATA[Sun]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://sniping.org/2006/06/26/sun-microsystems-experience-part-1/</guid>
		<description><![CDATA[While I still haven&#8217;t gotten my Ultra 40 yet, I did take an opportunity today to call Sun and ask them where my order was in the process. The menu options were sensible and easily navigated, and I was speaking with a friendly gentleman in short order. He was unable to find my order in [...]]]></description>
			<content:encoded><![CDATA[<p>While I still haven&#8217;t gotten my <a href="http://www.sun.com/desktop/workstation/ultra40/">Ultra 40</a> yet, I did take an opportunity today to call Sun and ask them where my order was in the process.  The menu options were sensible and easily navigated, and I was speaking with a friendly gentleman in short order.  He was unable to find my order in the system, and he said it&#8217;s probably in the Try and Buy processing queue or something to that effect.  I gave him my email address at his request, and he said he&#8217;ll follow up once he knows what&#8217;s going on with the order.  I&#8217;ll update you folks once I&#8217;ve heard back from him.</p>

<p>All in all, though, a rather quick and painless phone call, even if it didn&#8217;t yield immediate results.  It was a rather nice change from the phone operations with which I&#8217;m accustomed to dealing.  We&#8217;ll see how things play out from here.</p>
]]></content:encoded>
			<wfw:commentRss>http://sniping.org/2006/06/26/sun-microsystems-experience-part-1/feed/</wfw:commentRss>
		<slash:comments>-3</slash:comments>
		</item>
		<item>
		<title>Test Plan (Draft 1)</title>
		<link>http://sniping.org/2006/06/23/test-plan-draft-1/</link>
		<comments>http://sniping.org/2006/06/23/test-plan-draft-1/#comments</comments>
		<pubDate>Fri, 23 Jun 2006 21:33:44 +0000</pubDate>
		<dc:creator>fdiv_bug</dc:creator>
				<category><![CDATA[Sun]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://sniping.org/2006/06/23/test-plan-draft-1/</guid>
		<description><![CDATA[This is the initial plan for how and what I&#8217;m going to be testing on the hopefully forthcoming Sun Ultra 40. Software Under Test Ruby on Rails 1.1.2 (Ruby 1.8.4) PostgreSQL 8.1.4 Apache 2.0.58 Lighttpd 1.4.11 (only on Solaris and Linux) IIS 6 (only on Windows [duh] and if I can get it working right [...]]]></description>
			<content:encoded><![CDATA[<p>This is the initial plan for how and what I&#8217;m going to be testing on the hopefully forthcoming <a href="http://www.sun.com/desktop/workstation/ultra40/">Sun Ultra 40</a>.</p>

<p><span id="more-41"></span></p>

<h3>Software Under Test</h3>

<ul>
<li><a href="http://rubyonrails.com">Ruby on Rails</a> 1.1.2 (<a href="http://www.ruby-lang.org">Ruby</a> 1.8.4)</li>
<li><a href="http://www.postgresql.org">PostgreSQL</a> 8.1.4</li>
<li><a href="http://httpd.apache.org">Apache</a> 2.0.58</li>
<li><a href="http://lighttpd.net">Lighttpd</a> 1.4.11 (only on Solaris and Linux)</li>
<li><a href="http://www.microsoft.com/windowsserver2003/iis/default.mspx">IIS</a> 6 (only on Windows [<em>duh</em>] and if I can get it working right with Rails; I&#8217;ve had problems in the past)</li>
<li><a href="http://www.microsoft.com/sql/default.mspx">SQL Server</a> 2005 (also only on Windows)</li>
</ul>

<h3>Tests Run</h3>

<h4>Rails</h4>

<p>A stress test suite of my own devising, called &#8220;baobab.&#8221;  It runs some simple tests (like displaying the <em>rails_info</em> stuff) and some designed to mimic real-world performance needs:</p>

<ul>
<li>Drawing a weekly calendar with several overlapping appointments.</li>
<li>Selecting 25 2048&#215;1536 images from a database and scaling them to thumbnail sizes on the fly using RMagick.</li>
<li>Displaying a single image from the database, five times with image IDs 1-5.</li>
</ul>

<h4>Database</h4>

<p>Not yet sure whether I want to craft my own tables and data set and have <a href="http://jmeter.apache.org">Apache JMeter</a> run it, or if I just want to use <a href="http://osdb.sourceforge.net">OSDB</a>.</p>

<h4>Web Server</h4>

<p>I&#8217;m going to craft several files of sizes ranging from 1KiB to 1MiB to 5GiB and use <a href="http://jmeter.apache.org">Apache JMeter</a> to download the files as quickly as it can.  I&#8217;ll likely thread the crap out of this.</p>

<h3>Tools</h3>

<ul>
<li><a href="http://jmeter.apache.org">Apache JMeter</a></li>
<li><a href="http://osdb.sourceforge.net">OSDB</a> (Solaris and Linux only, and I&#8217;m not sure about this one since JMeter can also test the database)</li>
</ul>

<p>I&#8217;m going to continue to expand upon my test plan as I think of things to add, and will be adding more blog entries with subsequent drafts.  On a less serious note, I&#8217;m still trying to decide what to name the system (assuming I do get it).  I&#8217;m torn between <em>ne-plus</em>, from &#8220;ne plus ultra&#8221; and <em>lotus</em>, from the flower (<strong>not</strong> the IBM subdivision).</p>
]]></content:encoded>
			<wfw:commentRss>http://sniping.org/2006/06/23/test-plan-draft-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fun with a Sun</title>
		<link>http://sniping.org/2006/06/20/fun-with-a-sun/</link>
		<comments>http://sniping.org/2006/06/20/fun-with-a-sun/#comments</comments>
		<pubDate>Tue, 20 Jun 2006 19:07:56 +0000</pubDate>
		<dc:creator>fdiv_bug</dc:creator>
				<category><![CDATA[Sun]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://sniping.org/2006/06/20/fun-with-a-sun/</guid>
		<description><![CDATA[So I got the quote for my Ultra 40 that I&#8217;m going to be using for participating in Sun&#8217;s try before you buy program. Hopefully they&#8217;ll soon be shipping me a $5,000 system for testing Ruby on Rails. One thing that I did notice, thanks to a comment on Jonathan&#8217;s blog entry about the promo, [...]]]></description>
			<content:encoded><![CDATA[<p>So I got the quote for my <a href="http://www.sun.com/desktop/workstation/ultra40/">Ultra 40</a> that I&#8217;m going to be using for participating in Sun&#8217;s <a href="http://www.sun.com/emrkt/trycoolthreads/index.jsp">try before you buy</a> program.  Hopefully they&#8217;ll soon be shipping me a $5,000 system for testing <a href="http://www.rubyonrails.com">Ruby on Rails</a>.</p>

<p>One thing that I did notice, thanks to a <a href="http://blogs.sun.com/roller/page/jonathan?entry=ubuntu_on_niagara_and_platinum#comment16">comment</a> on <a href="http://blogs.sun.com/roller/page/jonathan?entry=ubuntu_on_niagara_and_platinum">Jonathan&#8217;s blog entry about the promo</a>, is that Sun explicitly forbids benchmarking in their <a href="http://www.sun.com/software/solaris/licensing/sla.xml">Solaris Software License Agreement</a>.  To wit, in part 5(f):</p>

<blockquote>
  <p>You may not publish or provide the results of any benchmark or comparison tests run on Software to any third party without the prior written consent of Sun.</p>
</blockquote>

<p>So, to that end I&#8217;m going to not post any hard numbers for benchmarks in Solaris.  Instead, I&#8217;ll be commenting on how performance feels in relation to Linux &#8212; basically whether or not I think it would be a contender in an environment where performance was very important.  Then again, it does say &#8220;third party.&#8221;  If I&#8217;m publishing them myself, would that <em>not</em> be publishing to a third party?  I might take that up with Sun&#8217;s legal department, just to be certain.</p>
]]></content:encoded>
			<wfw:commentRss>http://sniping.org/2006/06/20/fun-with-a-sun/feed/</wfw:commentRss>
		<slash:comments>-1</slash:comments>
		</item>
		<item>
		<title>Sun&#8217;s &#8220;First One&#8217;s Free&#8221; Push</title>
		<link>http://sniping.org/2006/06/19/suns-first-ones-free-push/</link>
		<comments>http://sniping.org/2006/06/19/suns-first-ones-free-push/#comments</comments>
		<pubDate>Mon, 19 Jun 2006 20:26:18 +0000</pubDate>
		<dc:creator>fdiv_bug</dc:creator>
				<category><![CDATA[Sun]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Web Stuff]]></category>

		<guid isPermaLink="false">http://sniping.org/2006/06/19/suns-first-ones-free-push/</guid>
		<description><![CDATA[Sun Microsystems, venerable system and software vendor of the Unix world, has a rather interesting promo going on. It&#8217;s part of their try-before-you-buy deal, where you can get a free 60-day run on one of their mid- or high-end servers and workstations. According to Jonathan in his blog post, if you post a thorough review [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.sun.com">Sun Microsystems</a>, venerable system and software vendor of the Unix world, has a <a href="http://blogs.sun.com/roller/page/jonathan?entry=ubuntu_on_niagara_and_platinum">rather interesting promo</a> going on.  It&#8217;s part of their try-before-you-buy deal, where you can get a <a href="http://www.sun.com/secure/servers/coolthreads/tnb/qualify.jsp?puuid=79ad78b9-961d-11d9-9adf-080020a9ed93">free 60-day run</a> on one of their mid- or high-end servers and workstations.  According to Jonathan in his blog post, if you post a thorough review (in the eyes of the product team) regardless of whether it&#8217;s favorable or not, you can keep the system for free.  Presumably they&#8217;ll take your words and use them as marketing copy if appropriate, but for a free Sun system they could use them to promote an end to tooth-brushing for all I care.  <img src='http://sniping.org/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>

<p>I&#8217;ve already submitted my application for an <a href="http://www.sun.com/desktop/workstation/ultra40/">Ultra 40</a> dual-Opteron workstation.  I intend to use it for testing <a href="http://www.rubyonrails.com">Ruby on Rails</a> deployment and performance.  I&#8217;d like to install Rails on <a href="http://www.sun.com/software/solaris">Solaris 10</a> (preinstalled!), <a href="http://www.redhat.com/rhel/">Red Hat Enterprise Linux</a> or <a href="http://www.ubuntu.com">Ubuntu Linux</a>, and <a href="http://www.microsoft.com/windowsserver2003/default.mspx">Windows Server 2003</a> to see which one comes across as most manageable, and with the best performance.  This is the first of my entries in that series.</p>

<p>I selected the Ultra 40 workstation primarily because that&#8217;s what will fit best in my office at home, under my desk, and it gives me the ability to test Windows in the equation as well as Linux distributions that don&#8217;t support SPARC64.  We&#8217;ll see how this shapes up, and I&#8217;ll try to keep you posted.</p>
]]></content:encoded>
			<wfw:commentRss>http://sniping.org/2006/06/19/suns-first-ones-free-push/feed/</wfw:commentRss>
		<slash:comments>-1</slash:comments>
		</item>
	</channel>
</rss>
