<?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>Aisle 10 . Net &#187; Computers</title>
	<atom:link href="http://aisle10.net/wp/category/computers/feed/" rel="self" type="application/rss+xml" />
	<link>http://aisle10.net/wp</link>
	<description>A random aisle in the supermarket of life</description>
	<lastBuildDate>Sun, 15 Jan 2012 17:42:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>converting vmware windows virtual machines to citrix xenserver virtual machines</title>
		<link>http://aisle10.net/wp/2009/06/17/converting-vmware-windows-virtual-machines-to-citrix-xenserver-virtual-machines/</link>
		<comments>http://aisle10.net/wp/2009/06/17/converting-vmware-windows-virtual-machines-to-citrix-xenserver-virtual-machines/#comments</comments>
		<pubDate>Thu, 18 Jun 2009 01:45:33 +0000</pubDate>
		<dc:creator>emjaydee</dc:creator>
				<category><![CDATA[Administration]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Virtualization]]></category>

		<guid isPermaLink="false">http://aisle10.net/wp/?p=348</guid>
		<description><![CDATA[<a href="http://aisle10.net/wp/2009/06/17/converting-vmware-windows-virtual-machines-to-citrix-xenserver-virtual-machines/" title="converting vmware windows virtual machines to citrix xenserver virtual machines"></a>after hunting around for quite some time, along with a lot of trial an error, this process ended up working good for me. 1. download (MergeIDE unzip it and run it on the vmware instance you want to move. 2. &#8230;<p class="read-more"><a href="http://aisle10.net/wp/2009/06/17/converting-vmware-windows-virtual-machines-to-citrix-xenserver-virtual-machines/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<a href="http://aisle10.net/wp/2009/06/17/converting-vmware-windows-virtual-machines-to-citrix-xenserver-virtual-machines/" title="converting vmware windows virtual machines to citrix xenserver virtual machines"></a><p>after hunting around for quite some time, along with a lot of trial an error, this process ended up working good for me.</p>
<p>1. download (<a class="vt-p" href="http://www.virtualbox.org/attachment/wiki/Migrate_Windows/MergeIDE.zip">MergeIDE</a> unzip it and run it on the vmware instance you want to move.</p>
<p>2. uninstall the vmware tools.</p>
<p>3. save all your network settings. run:</p>
<pre>ipconfig /all &gt; network.txt</pre>
<pre>netstat -rn &gt;&gt; netstat.txt</pre>
<p>4. on the XenServer, create a new windows VM with the same CPU/Memory/Disk Size specs as your vmware VM</p>
<p>5. get rid of any snapshots you had made for the vmware instance.</p>
<p>6. depending on what form of vmware you are running (workstation/server/esxi/esx) you might have to convert the disk image using something like vmware-vdiskmanager (which comes with all the vmware products):</p>
<pre>vmware-vdiskmanager -r vmware_image.vmdk -t 0 temporary_image.vmdk</pre>
<p>if you arnt sure if you need to convert the disk, it doesnt hurt to convert it anyway. You just might waste time and disk space. If you are using esxi, you don&#8217;t need to convert the disk.</p>
<p>7. assuming you have access to the vmware .vdk disk image, run this from a linux box:</p>
<pre>qemu-img convert ./name_of_source_vmdk_file.vmdk VM_Instance_Name.img</pre>
<p>8. you need to access the new converted disk image from the XenServer, so put it on an NFS mount or something.</p>
<p>9. First figure out the UUID of the disk image you created when you created the new xen instance. Its much easier if you go into the XenCenter GUI and go to the instance you created, and rename the disk something useful.</p>
<p>Then you can ssh into the XenServer and type:</p>
<pre>xe vdi-list  name-label=whatever_you_named_the_disk</pre>
<p>copy down the UUID of the disk image.</p>
<p>Then run:</p>
<pre>xe vdi-import uuid=uuid_of_disk filename=name_OF_SOURCE_DISK_IMAGE.img</pre>
<p>after a while, you get dropped back to the prompt, and you can fire up the XenServer instance.</p>
]]></content:encoded>
			<wfw:commentRss>http://aisle10.net/wp/2009/06/17/converting-vmware-windows-virtual-machines-to-citrix-xenserver-virtual-machines/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>It has finally become clear. Oh so very clear.</title>
		<link>http://aisle10.net/wp/2007/04/02/it-has-finally-become-clear-oh-so-very-clear-2/</link>
		<comments>http://aisle10.net/wp/2007/04/02/it-has-finally-become-clear-oh-so-very-clear-2/#comments</comments>
		<pubDate>Mon, 02 Apr 2007 15:54:01 +0000</pubDate>
		<dc:creator>emjaydee</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Humor]]></category>
		<category><![CDATA[TV Told Me]]></category>

		<guid isPermaLink="false">http://aisle10.net/wp/2007/04/02/it-has-finally-become-clear-oh-so-very-clear-2/</guid>
		<description><![CDATA[<a href="http://aisle10.net/wp/2007/04/02/it-has-finally-become-clear-oh-so-very-clear-2/" title="It has finally become clear. Oh so very clear."></a>While perusing through my RSS feed list for the day, I came across yet another the &#8220;i&#60;insert dumb word here&#62;&#8221; is doing something! article. Trying to put aside my normal rantings about how stupid the iPod is, and what a &#8230;<p class="read-more"><a href="http://aisle10.net/wp/2007/04/02/it-has-finally-become-clear-oh-so-very-clear-2/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<a href="http://aisle10.net/wp/2007/04/02/it-has-finally-become-clear-oh-so-very-clear-2/" title="It has finally become clear. Oh so very clear."></a><p>While perusing through my RSS feed list for the day, I came across yet another  the &#8220;i<insert>&lt;insert dumb word here&gt;&#8221; is doing something! article. Trying to put aside my normal rantings about how stupid the iPod is, and what a crappy useless interface iTunes has, or the crappy pricing structure iTunes has, or their horrible DRM format. Or any of the other &#8220;fun stuff&#8221; that the mac fan boy crowd constantly rambles about.</insert></p>
<p>But anyway&#8230;.</p>
<p>I saw <a href="http://feeds.feedburner.com/%7Er/boingboing/iBag/%7E3/106029340/itunes_store_will_se.html">this post on BoingBoing</a> blah blah, iTunes will now rip you off more&#8230;blah blah blah.</p>
<p>Then I saw the image they attached to the article:</p>
<p><img src="http://craphound.com/images/jobsemi.jpg" /><br />
<a href="http://craphound.com/images/jobsemi.jpg">http://craphound.com/images/jobsemi.jpg</a></p>
<p>What a great URL by the way&#8230;.craphound.com&#8230;haha</p>
<p>I said to myself, that snooty pompous man in the dumb turtleneck looks familiar&#8230;.but who&#8230;.. I know its Steve Jobs&#8230;but no. Someone else&#8230;.</p>
<p>Then it hit it. Its none other than <a href="http://imdb.com/name/nm0001329/">Dr. Cocteau</a> from <a href="http://imdb.com/title/tt0106697/">Demolition Man</a>! (Nigel Hawthorne)</p>
<p>See the resemblance?</p>
<p><a href="http://www.laserdiscarchiv.de/Hardware/FAQ/FAQ_Pictures/Demolition_VB.jpg"><img src="http://craphound.com/images/jobsemi.jpg" height="265" width="230" /><img src="http://www.laserdiscarchiv.de/Hardware/FAQ/FAQ_Pictures/Demolition_VB.jpg" height="264" width="323" /></a></p>
<p><img src="http://www.stardestroyer.net/Mike/Movies/DemolitionMan.jpg" height="234" width="555" /></p>
<p>Then I started to think about it, and the crap that Apple peddles, and the &#8220;Utopian Ideals&#8221; that Dr. Cocteau brainwashed everyone in San Angeles with arn&#8217;t all that different.</p>
<p><strong>Behold the future!</strong></p>
<p class="poweredbyperformancing">Powered by <a href="http://scribefire.com/">ScribeFire</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://aisle10.net/wp/2007/04/02/it-has-finally-become-clear-oh-so-very-clear-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SNMP on a cisco 6509 and intermapper</title>
		<link>http://aisle10.net/wp/2006/08/10/cisco-snmp-and-intermapper/</link>
		<comments>http://aisle10.net/wp/2006/08/10/cisco-snmp-and-intermapper/#comments</comments>
		<pubDate>Thu, 10 Aug 2006 13:20:26 +0000</pubDate>
		<dc:creator>emjaydee</dc:creator>
				<category><![CDATA[Administration]]></category>
		<category><![CDATA[Computers]]></category>

		<guid isPermaLink="false">http://aisle10.net/wp/2006/08/10/cisco-snmp-and-intermapper/</guid>
		<description><![CDATA[<a href="http://aisle10.net/wp/2006/08/10/cisco-snmp-and-intermapper/" title="SNMP on a cisco 6509 and intermapper"></a>at my work we use InterMapper to monitor all our equipment. I was trying to get the SNMP probe it has for cisco equipment to work with our Cisco 6509 switch, but apparantly cisco decided that it would be fun &#8230;<p class="read-more"><a href="http://aisle10.net/wp/2006/08/10/cisco-snmp-and-intermapper/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<a href="http://aisle10.net/wp/2006/08/10/cisco-snmp-and-intermapper/" title="SNMP on a cisco 6509 and intermapper"></a><p>at my work we use InterMapper to monitor all our equipment. I was trying to get the SNMP probe it has for cisco equipment to work with our Cisco 6509 switch, but apparantly cisco decided that it would be fun to use completely differant OIDs for that line of switches. so I spent hours yesterday trying to get it to work.</p>
<p>Sure, cisco has a nice repository of all the MIBs for all their equipment, but they are all uncompiled and missing the actual OIDs.</p>
<p>Granted I am not nearly as familiar with SNMP stuff as I would like to be, but come on.</p>
<p>Look at the number of mibs available just for the 6500 series:<br />
<a href="ftp://ftp-sj.cisco.com/pub/mibs/supportlists/wsc6000/wsc6000-supportlist-ios.html">ftp://ftp-sj.cisco.com/pub/mibs/supportlists/wsc6000/wsc6000-supportlist-ios.html</a></p>
<p>All I am looking for is the CPU load and the amount of memory available. For the 5 second CPU Load according to the MIB file this is what I need:</p>
<p><code>cpmCPUTotal5sec OBJECT-TYPE<br />
        SYNTAX          Gauge32 (1..100)<br />
        MAX-ACCESS      read-only<br />
        STATUS          deprecated<br />
        DESCRIPTION<br />
		"The overall CPU busy percentage in the last 5 second<br />
		period. This object obsoletes the busyPer object from<br />
		the OLD-CISCO-SYSTEM-MIB. This object is deprecated<br />
		by cpmCPUTotal5secRev which has the changed range of<br />
		value (0..100)."<br />
	::= { cpmCPUTotalEntry 3 }</code></p>
<p>Part of the fine is the deprecation chain. As you can see in the mib excerpt, cpmCPUTotal5sec was deprecated by cpmCPUTotal5secRev. If you go to the cpmCPUTotal5secRev section, it says it was deprecated by cpmCPUTotalMonInterval, which when you go to that section. But of course the only one of those that is actually in our version of the 6509 is cpmCPUTotal5sec.</p>
<p>Anyway, It sure would be nice if the OID was listed in that mib file.  Then I find this file:<br />
<a href="ftp://ftp.cisco.com/pub/mibs/oid/CISCO-PROCESS-MIB.oid">ftp://ftp.cisco.com/pub/mibs/oid/CISCO-PROCESS-MIB.oid</a></p>
<p>One of the lines says:<br />
<code>"cpmCPUTotal5sec"		"1.3.6.1.4.1.9.9.109.1.1.1.1.3"</code></p>
<p>So I should be all set now right? no.</p>
<p>This might be an issue with our version of intermapper, because if I use snmpwalk like this:</p>
<p><code>snmpwalk -O -v 2c -c CommunityName IPAddress 1.3.6.1.4.1.9.9.109.1.1.1.1.3</code></p>
<p>I get this result:<br />
<code>SNMPv2-SMI::enterprises.9.9.109.1.1.1.1.3.9 = Gauge32: 21</code></p>
<p>It sure looks like that should work. I get a value and everything! So I write the custom SNMP probe for InterMapper with the 3 OIDs I want to watch. But none of them work, InterMapper claims none of those OIDs are available in the switch. Of course snmpwalk disagrees. So I figure I just completely messed up writing the probe. </p>
<p>So this morning I come into work figuring I would give it a fresh go. I happened to be looking through the options for snmpwalk, and notice the &#8220;-O n&#8221; option, which prints out the OID numerically. Which returns:<br />
<code>.1.3.6.1.4.1.9.9.109.1.1.1.1.3.9 = Gauge32: 21</code></p>
<p>So apparantly, my problem the whole time was that InterMapper wants the OID to look like this:<br />
<code>.1.3.6.1.4.1.9.9.109.1.1.1.1.3.9</code><br />
Instead of this:<br />
<code>1.3.6.1.4.1.9.9.109.1.1.1.1.3</code></p>
<p>Not sure what the .9 at the end does, but go figure&#8230; It sure would be nice to just make the OID available in the first place. without jumping through so many hoops.</p>
<p>For anyone that cares, These are the OIDs that seem to make the most sense:</p>
<p>cpmCPUTotal5sec		.1.3.6.1.4.1.9.9.109.1.1.1.1.3.9<br />
cpmCPUTotal1min		.1.3.6.1.4.1.9.9.109.1.1.1.1.4.9<br />
cpmCPUTotal5min		.1.3.6.1.4.1.9.9.109.1.1.1.1.5.9<br />
ciscoMemoryPoolFree		1.3.6.1.4.1.9.9.48.1.1.1.6<br />
                     DRAM   .1.3.6.1.4.1.9.9.48.1.1.1.6.1<br />
                     FLASH   .1.3.6.1.4.1.9.9.48.1.1.1.6.6<br />
                     NVRAM  .1.3.6.1.4.1.9.9.48.1.1.1.6.7<br />
                     MBUF    .1.3.6.1.4.1.9.9.48.1.1.1.6.8<br />
                     CLUSTER .1.3.6.1.4.1.9.9.48.1.1.1.6.9<br />
                     MALLOC   .1.3.6.1.4.1.9.9.48.1.1.1.6.10</p>
<p>Memory stuff<br />
ftp://ftp.cisco.com/pub/mibs/v2/CISCO-MEMORY-POOL-MIB.my<br />
ftp://ftp.cisco.com/pub/mibs/oid/CISCO-MEMORY-POOL-MIB.oid</p>
<p>CPU/Process stuff<br />
ftp://ftp.cisco.com/pub/mibs/v2/CISCO-PROCESS-MIB.my<br />
ftp://ftp.cisco.com/pub/mibs/oid/CISCO-PROCESS-MIB.oid</p>
<p>InterMapper Cisco 6500 Probe:<br />
<a href="http://aisle10.net/intermapper-snmp.cisco6500.txt">http://aisle10.net/intermapper-snmp.cisco6500.txt</a></p>
<div class="simpletags">Technorati Tags: <a href="http://technorati.com/tag/InterMapper" rel="tag">InterMapper</a>, <a href="http://technorati.com/tag/SNMP" rel="tag">SNMP</a>, <a href="http://technorati.com/tag/cisco" rel="tag">cisco</a>, <a href="http://technorati.com/tag/6509" rel="tag">6509</a>, <a href="http://technorati.com/tag/switches" rel="tag">switches</a>, <a href="http://technorati.com/tag/MIBs" rel="tag">MIBs</a></div>]]></content:encoded>
			<wfw:commentRss>http://aisle10.net/wp/2006/08/10/cisco-snmp-and-intermapper/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>stupid dell</title>
		<link>http://aisle10.net/wp/2006/04/12/stupid-dell/</link>
		<comments>http://aisle10.net/wp/2006/04/12/stupid-dell/#comments</comments>
		<pubDate>Wed, 12 Apr 2006 11:10:00 +0000</pubDate>
		<dc:creator>emjaydee</dc:creator>
				<category><![CDATA[Computers]]></category>

		<guid isPermaLink="false">http://aisle10.net/wp/2006/04/12/stupid-dell/</guid>
		<description><![CDATA[<a href="http://aisle10.net/wp/2006/04/12/stupid-dell/" title="stupid dell"></a>Why does dell put all its important information under the laptop? could it possibly be any more inconveinant to type in the pointless Windows XP key while having to keep looking under the laptop while you type? and I am &#8230;<p class="read-more"><a href="http://aisle10.net/wp/2006/04/12/stupid-dell/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<a href="http://aisle10.net/wp/2006/04/12/stupid-dell/" title="stupid dell"></a><p>Why does dell put all its important information under the laptop? could it possibly be any more inconveinant to type in the pointless Windows XP key while having to keep looking under the laptop while you type? and I am sure they could have found some place near the keyboard to put the like 6 charactor service tag number. Maybe in place of the &#8220;Designed for Windows XP&#8221; sticker.</p>
<p>I hate you dell. you and your unreliable hard drives. Eh, at least it isn&#8217;t a mac</p>
<div class="simpletags">Technorati Tags: <a href="http://technorati.com/tag/dell" rel="tag">dell</a>, <a href="http://technorati.com/tag/inspiron" rel="tag">inspiron</a>, <a href="http://technorati.com/tag/service+tag" rel="tag">service tag</a>, <a href="http://technorati.com/tag/windows+xp" rel="tag">windows xp</a></div>
]]></content:encoded>
			<wfw:commentRss>http://aisle10.net/wp/2006/04/12/stupid-dell/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>expensive equipment, a hammer, backups, and disaster recovery; A good mix</title>
		<link>http://aisle10.net/wp/2006/04/11/expensive-equipment-a-hammer-backups-and-disaster-recovery-a-good-mix/</link>
		<comments>http://aisle10.net/wp/2006/04/11/expensive-equipment-a-hammer-backups-and-disaster-recovery-a-good-mix/#comments</comments>
		<pubDate>Tue, 11 Apr 2006 14:01:25 +0000</pubDate>
		<dc:creator>emjaydee</dc:creator>
				<category><![CDATA[Administration]]></category>
		<category><![CDATA[Computers]]></category>
		<category><![CDATA[Hardware]]></category>

		<guid isPermaLink="false">http://aisle10.net/wp/2006/04/11/expensive-equipment-a-hammer-backups-and-disaster-recovery-a-good-mix/</guid>
		<description><![CDATA[<a href="http://aisle10.net/wp/2006/04/11/expensive-equipment-a-hammer-backups-and-disaster-recovery-a-good-mix/" title="expensive equipment, a hammer, backups, and disaster recovery; A good mix"></a>I found out yesterday that apparently using a hammer and a phillips head screw driver to drive a SCSI cable through a maybe 1/8 inch opening between my desk and the cube wall it is screwed into is a bad &#8230;<p class="read-more"><a href="http://aisle10.net/wp/2006/04/11/expensive-equipment-a-hammer-backups-and-disaster-recovery-a-good-mix/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<a href="http://aisle10.net/wp/2006/04/11/expensive-equipment-a-hammer-backups-and-disaster-recovery-a-good-mix/" title="expensive equipment, a hammer, backups, and disaster recovery; A good mix"></a><p>I found out yesterday that apparently using a hammer and a phillips head screw driver to drive a SCSI cable through a maybe 1/8 inch opening between my desk and the cube wall it is screwed into is a bad idea.</p>
<p>I spent a couple hours between yesterday afternoon, later on that night, and some time this morning trying to figure out why my linux box refused to acknowledge the existence of the <a HREF="http://www.sun.com/storage/tape/l8/">Sun StorEdge L8</a> <a xhref="http://en.wikipedia.org/wiki/Linear_Tape-Open">LTO</a> tape autoloader I hooked up to it. I didn&#39;t think the screwdriver actually went into the cable at all. It just looked like it busted into the magnet that surrounds the cable near the end. That thing really needed to be driven through the desk. On the good side, it gave Bill and I a good excuse to use a hammer and a bunch of prying tools to &quot;install&quot; a tape autoloader.<br />
I have been trying to implement a fairly reliable backup system for a few small file servers we have at the office. The previous group of people that managed the backups for these systems had a disaster recovery plan that involved having a rotation of backups that traveled through 3 separate physical locations. It seemed like a bit overkill, but then again, it is better to be safe. The funny thing is that the backups were all on a bunch of 4mm 20 gig (uncompressed) tapes. The 3 servers that were being backed up totaled somewhere around 500 gigs&#8230;maybe a bit less. The best part was that between the 3 servers there where only 2 tape drives. 2 very slow tape drives. Plus, the majority of the data that was being backed up was uncompressable. movies, audio, and pictures mostly. So this involved a lot of tapes. It took a good 3 hours for 1 tape to get filled. They would get no notification it was ready for the next tape, so every couple hours they would go and log into the machine, or just check if the tape drive ejected a tape, then switch it, and rinse and repeat for the 2 day (or more) long backup. Luckily incremental backups weren&#39;t as bad, but most of the time I don&#39;t think they could even happen given how long a full backup would take. If you forget to change the tape for a while, you just might have wasted a whole days worth of time that the backup could have been chugging along. The tapes would get put into a plastic tape case that looked like it was supposed to be rushed to the hospital for a life saving organ transplant. Then that would get carted off to the first off site location in the big 3 location backup plan.</p>
<p>Then the group that had been handling these backups..plus a bunch of other tasks got moved to another location because of &quot;streamlining&quot; how their group worked. Which is when My co-worker and I got stuck with all the fun. Neither one of us had the time to keep checking to see when the next tape needed to be changed, so a full backup would take maybe 2 weeks to finish.</p>
<p>Anyway, that is a bunch of back story that doesn&#39;t really matter. I really wanted to just complain about <a HREF="http://www.symantec.com/small_business/products/backup_recovery/bewin_svr/index.html">Backup Exec</a>, and some oddness associated with the <a HREF="http://arkeia.com/">Arkeia</a> trial installation I have been working on. The whole old backup system for these 3 machines used <a HREF="http://www.symantec.com/small_business/products/backup_recovery/bewin_svr/index.html">Backup Exec</a>. I really really really don&#39;t like <a HREF="http://www.symantec.com/small_business/products/backup_recovery/bewin_svr/index.html">Backup Exec</a>. The UI was poorly designed, the server has to run on a windows machine, and Veritas/Symantec decided to screw over their customer base and not offer any encryption option unless you upgraded to their $20,000 Enterprise &quot;we screwed you&quot; 2.0 package (i made that price up). I didn&#39;t realize that until I was going to upgrade the 3 client installs, and the 1 <a HREF="http://www.symantec.com/small_business/products/backup_recovery/bewin_svr/index.html">Backup Exec</a> server to their most recent version. But, I did get a chance to try out the Sun StorEdge L8 autoloader we have had laying around for who knows how long. The L8 uses 200gig LTO tapes (400 compressed), and when I tried the first backup on the trial of the new <a HREF="http://www.symantec.com/small_business/products/backup_recovery/bewin_svr/index.html">Backup Exec</a>, The entire backup of the 3 systems took around 4 hours to finish, and everything fit on a tape and a half. On the bad side, the L8 only holds 8 tapes, one of which is a cleaning tape, so really 7. That isn&#39;t a safe number for a full mostly automated backup strategy, but it is still much better than the previous setup.</p>
<p>After I found out about the lack of encryption support, that got weighed in with the crappy UI, and the need for a windows 2003 server, we decided to try something else, and since my co-worker loved <a HREF="http://arkeia.com/">Arkeia</a> so much, I figured I would give that a try.</p>
<p>For a test install, I hooked the Storedge autoloader up to a Sun V120 running Solaris 10, and got a bunch of trial licenses for <a HREF="http://arkeia.com/">Arkeia</a>. The installation was completely painless, everything was pretty straight forward. The only part that took any time was getting the v120 to recognize the autoloader, but that can&#39;t be blamed on the software. It was more my lack of knowledge.</p>
<p><a HREF="http://arkeia.com/">Arkeia</a> has a really well thought out X interface that everything can be setup from, and you can install the server on a variety of platforms. Solaris, Linux, FreeBSD..etc. Most installs involve just typing rpm -i, or dpkg -i or ./install, depending on the packaging system on the server. I was pretty surprised on how well thought out everything was.</p>
<p>After I got everything going, i tried the first backup. I left encryption off, and figured I would try the best (compression wise) compression method, which was LZ3. The backup gets started, and I looked at the fun little speedometer the X interface displays during an interactive backup. You can see a bunch of differant metrics, like MB/h, MB/min, MB/s, KB/s for both the network and the backup speed. This is when things started to go downhill. The max backup speed I was getting was 5 gigs an hour. Then I thought maybe the compression was too much for a v120. The load on the machine was a little over 1, but still, something didn&#39;t seem right. I tried the backup again with no compression this time, and left work for the weekend (this was on Friday). Some time Saturday I log in to see how things are going. and in 33 hours it has backed up a whopping 144 gigs. This was never going to finish. I tried a bunch of differant things, then on Monday, we tried doing an scp of a large file from the v120 to various other machines. I was getting the same crappy throughput. The port on the switch was set to auto negotiated, so I tried forcing it to 100/full duplex, but no difference. It must be a misconfiguration of some kind either on the switch or with the interface on the server, but it was happening on a couple of the other servers on that same bank of switches, so I figured I would just try a more localized test install on my Sun Ultra 20, which is running OpenSuse 10.0/64bit. <a HREF="http://arkeia.com/">Arkeia</a> had an rpm for Suse enterprise 64 bit, and that installed without a problem.</p>
<p>I really didn&#39;t want to shove the autoloader under my desk, and I found a SCSI cable that was long enough to let me put the autoloader on the corner of my cube against a wall. The only problem was that the hole in the desk for cables to pass through can&#39;t fit the whole SCSI cable end. Which left me with 2 options. Leave it under the desk, or figure out a way to get the cable up behind the desk. Which is where the hammer and a bunch of large screw drivers came in. My co-worker pried from the top, and I was prying with another screwdriver from the bottom while trying to push the cable through the little opening. I was thinking how funny it would be if we ripped the desk out of the cube wall by accident and the whole thing crashed on top of me (including my co-worker) but the cable got through. Except for that damn metal cylinder at the end of the cable. This was going to take some finesse. After trying everything. I decided to use a philips head as a wedge, and just smacked it as hard as I could until the stupid metal/plastic/rubber thing went up through the crack&#8230;.with the screwdriver inside. The cable looked fine, but apparently it wasn&#39;t.</p>
<p>This morning, after trying everything I could think of to get my system to recognize the new scsi device, I figured I would try another cable, which all I could find was a little 3 foot long cable. So under the desk the autoloader went. It is actually just balancing on top of a little terastation NAS device. If I touch it with my foot by accident, I am sure it will flip on its side, but that is part of the fun.</p>
<p>So, I plug in the autoloader, reload the scsi card module, and low and behold, there it is in all its glory. So I set <a HREF="http://arkeia.com/">Arkeia</a> up real quick and get a backup going. No compression or encryption which is the same as the last backup I did on the Solaris install. The backup speed now is averaging 30-40 gigs an hour.</p>
<p>I have no idea what was up with the v120, but if you saw our network closet, our network&#8230;actually, any of our stuff, you would run in horror. So now I can add that to my never decreasing list of tasks.</p>
<p>&quot;figure out why throughput on half the equipment sucks&quot;</p>
<p>The funny part I guess is that my Ultra 20 is my main workstation. I wrote this post on it, in KDE, with a bunch of other stuff running all during the backup.</p>
<div class="simpletags">Technorati Tags: <a href="http://technorati.com/tag/SCSI" rel="tag">SCSI</a>, <a href="http://technorati.com/tag/LTO" rel="tag">LTO</a>, <a href="http://technorati.com/tag/autoloader" rel="tag">autoloader</a>, <a href="http://technorati.com/tag/disaster+recovery" rel="tag">disaster recovery</a>, <a href="http://technorati.com/tag/backups" rel="tag">backups</a>, <a href="http://technorati.com/tag/Backup+Exec" rel="tag">Backup Exec</a>, <a href="http://technorati.com/tag/Veritas" rel="tag">Veritas</a>, <a href="http://technorati.com/tag/Symantec" rel="tag">Symantec</a>, <a href="http://technorati.com/tag/Arkeia" rel="tag">Arkeia</a>, <a href="http://technorati.com/tag/Sun+V120" rel="tag">Sun V120</a>, <a href="http://technorati.com/tag/Solaris" rel="tag">Solaris</a>, <a href="http://technorati.com/tag/LZ3" rel="tag">LZ3</a>, <a href="http://technorati.com/tag/Sun+Ultra+20" rel="tag">Sun Ultra 20</a>, <a href="http://technorati.com/tag/OpenSuse" rel="tag">OpenSuse</a>, <a href="http://technorati.com/tag/hammer" rel="tag">hammer</a>, <a href="http://technorati.com/tag/terastation" rel="tag">terastation</a>, <a href="http://technorati.com/tag/KDE" rel="tag">KDE</a></div>]]></content:encoded>
			<wfw:commentRss>http://aisle10.net/wp/2006/04/11/expensive-equipment-a-hammer-backups-and-disaster-recovery-a-good-mix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Newsgator is getting a face lift</title>
		<link>http://aisle10.net/wp/2006/03/23/newsgator-is-getting-a-face-lift/</link>
		<comments>http://aisle10.net/wp/2006/03/23/newsgator-is-getting-a-face-lift/#comments</comments>
		<pubDate>Fri, 24 Mar 2006 03:08:01 +0000</pubDate>
		<dc:creator>emjaydee</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Reviews]]></category>

		<guid isPermaLink="false">http://aisle10.net/wp/2006/03/23/newsgator-is-getting-a-face-lift/</guid>
		<description><![CDATA[<a href="http://aisle10.net/wp/2006/03/23/newsgator-is-getting-a-face-lift/" title="Newsgator is getting a face lift"></a>I use newsgator to read all my RSS feeds. I think it is becoming a big OCD problem. Anyway, I noticed today this purdy picture when I logged into my account: The interface definitely looks a lot better, and I &#8230;<p class="read-more"><a href="http://aisle10.net/wp/2006/03/23/newsgator-is-getting-a-face-lift/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<a href="http://aisle10.net/wp/2006/03/23/newsgator-is-getting-a-face-lift/" title="Newsgator is getting a face lift"></a><p>I use newsgator to read all my RSS feeds. I think it is becoming a big OCD problem. Anyway, I noticed today this purdy picture when I logged into my account:</p>
<div style="text-align: center"><img title="Newsgator upgrade" alt="Newsgator upgrade" src="http://www.newsgator.com/images/WebReader.png" /></div>
<div><font size="2" face="Arial">The interface definitely looks a lot better, and I still think that newsgator  beats any of the web based, hosted RSS readers. I recently actually paid for a  year subscription to their paid service, which offers a spiffy mobile version of  their site. Bloglines is okay, but it just doesn&#8217;t even compete with the  newsgator. The &#8220;clippings&#8221; feature alone saves me hours of time. I can quickly  scan through a bunch of the feeds I subscribe to, and click on the little disk  icon to save the article for later reading. Then, after I am done going through  the rest of those feeds, I mark them as read and when I actually have time to  sit down and read an article or try a program/website, I go to my clippings  folder and have a feed that contains only stuff that I care about&#8230;.or at least  did when I originally saw the post.</p>
<p>Also, I like how in newsgator I can make use of both tags and nested folders.  With bloglines you only have 1 level deep of folders, and everything is mainly  based on tags. organizing all my feeds into groups is a cinch in newsgator. I  can put all the computer security feeds in a sub folder in a folder I called  computers, and maybe put put a new folder in that. one for vulnerabilities (like  securityfocus) and another for viruses (like the F-Secure blog).</p>
<p>I just think the interface in bloglines is clunky and hard to navigate  through, but, it is still better than all the other web based feed readers out  there. rojo dropped the ball big time, and all the other ones are more community  focused, sort of like how digg works where you rate articles, and that is what  you mostly see.</p>
<p>What would be a dream come true would be if one of these sites would come out  with a feature that would try to group similar articles into a tree. So, instead  of having to scroll through 10 posts from different feeds all titled exactly the  same, all originally from the same place&#8230;then reposted, instead they could all  be grouped together, and if that particular article looked interesting, I could  open up that article tree and see everyone else&#8217;s post of that article&#8230;.on the  off chance one of them actually said something other than cut and pasting the  entire post from somewhere else.</p>
<p>This is what I call a completely disorganized post. my brain told me to write  and I did.</p>
<div class="simpletags">Technorati Tags: <a href="http://technorati.com/tag/newsgator" rel="tag">newsgator</a>, <a href="http://technorati.com/tag/rss" rel="tag">rss</a>, <a href="http://technorati.com/tag/feeds" rel="tag">feeds</a>, <a href="http://technorati.com/tag/feed+reader" rel="tag">feed reader</a>, <a href="http://technorati.com/tag/rojo" rel="tag">rojo</a>, <a href="http://technorati.com/tag/bloglines" rel="tag">bloglines</a></div>
<p></font></div>
]]></content:encoded>
			<wfw:commentRss>http://aisle10.net/wp/2006/03/23/newsgator-is-getting-a-face-lift/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>dodging a microsoft bullet</title>
		<link>http://aisle10.net/wp/2006/03/17/dodging-a-microsoft-bullet/</link>
		<comments>http://aisle10.net/wp/2006/03/17/dodging-a-microsoft-bullet/#comments</comments>
		<pubDate>Fri, 17 Mar 2006 20:44:22 +0000</pubDate>
		<dc:creator>emjaydee</dc:creator>
				<category><![CDATA[Administration]]></category>
		<category><![CDATA[Computers]]></category>

		<guid isPermaLink="false">http://aisle10.net/wp/2006/03/17/dodging-a-microsoft-bullet/</guid>
		<description><![CDATA[<a href="http://aisle10.net/wp/2006/03/17/dodging-a-microsoft-bullet/" title="dodging a microsoft bullet"></a>Lately I have been building and maintaining more and more Windows 2000 and 2003 servers than I would ever like to. I think it ended up being basically a necessary evil that needed to be used to tie the many &#8230;<p class="read-more"><a href="http://aisle10.net/wp/2006/03/17/dodging-a-microsoft-bullet/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<a href="http://aisle10.net/wp/2006/03/17/dodging-a-microsoft-bullet/" title="dodging a microsoft bullet"></a><p><meta content="OpenOffice.org 2.0  (Linux)" name="GENERATOR" /><meta content="Mike Devlin" name="AUTHOR" /><meta content="20060317;15423800" name="CREATED" /><meta content="16010101;0" name="CHANGED" /><br />
<style> 	<!-- 		@page { size: 8.5in 11in; margin: 0.79in } 		P { margin-bottom: 0.08in } 	--> 	</style>
<p>Lately I have been building and maintaining more and more Windows 2000 and 2003 servers than I would ever like to. I think it ended up being basically a necessary evil that needed to be used to tie the many different system architectures, systems, and company divisions together.</p>
<p>having something even remotely close to a single sign on type of authentication system would be great. Every time an new employee starts at my work, there is at least 3 to 5 separate accounts that need to be created.</p>
<p><strong>1. The phone system</strong></p>
<p><strong>2. a windows login</strong></p>
<p><strong>3. a unix login</strong></p>
<p><strong>4. a login to our CMS</strong></p>
<p><strong>5. a login to the horrible &#8220;email system&#8221;</strong></p>
<p>Most of the unix (Solaris/Linux mostly) systems that we have use at least NIS, but everything else is completely separate. Getting a working phone number and a working windows logins both come from completely different departments&#8230;actually different buildings.</p>
<p>I can see how annoying this must be for a new employee. You sit at your desk trying to adjust to your new job and you can&#8217;t receive email, maybe have no phone, possibly no computer. I think at this point they should just get a 3 subject notebook, a couple folders, 2 post-it pads, and a pen the day they start, because that will get them a lot further.</p>
<p>So, when a couple weeks ago my office had a massive phone outage due to some &#8220;issues&#8221; with a telecommunications company that begins with a V. We ended up having literally 43 non-working phones. That is easily more than half the company that could no longer use the phone. The phone system isn&#8217;t controlled, maintained, or basically touched by me or anyone else in my department. It is handled by a separate division of the company that for the most part doesn&#8217;t want to be bothered with our stupid phone problems.</p>
<p>Nothing was getting fixed, technicians are poking at everything attached to the phone system, and my time (along with others) gets wasted more and more. So we decided it was time to start cutting the few life lines we have with the other division in the company. They have an archaic poorly maintained phone system that we can&#8217;t diagnose anything on, and sales people don&#8217;t like you very much when they can&#8217;t use their phone. Or even better, when they will be in the middle of a call with a possible client, and the phone will just drop the connection. There are many reasons, the list goes on and on.<br />
So it seemed like this would be a great chance to just ditch the old phone system and install a new shiny VoIP phone system. We figured out that we could maintain all our offices phones internally on the VoIP system, and then any incoming/outgoing calls from outside the office would go directly to the old phone systems switch.</p>
<p>So then after thinking things out, this would be a great opportunity to finally start using LDAP for all our user accounts. This quickly changed over to making an Active Directory. Enter Microsoft.</p>
<p>If we installed an Active Directory, now we can get off of the other divisions old slow windows NT domain. We could be able to now create all the windows accounts ourself, meaning employees could actually login to their computer when they come in for work. Sounds great doesn&#8217;t it? but now that means that the Active Directory is in charge of everything. Is that a bad thing? I don&#8217;t really know, but I (and most people I work with) have never been big fans of using windows&#8230;even more so as a server. Which is why we have 3. 1 primary and 2 backups. I suppose the odds of all 3 blue screening at the same is slim.</p>
<p>So where does the bullet dodging come in? Active directory likes to be able to dynamically change DNS entries. I wasn&#8217;t familiar with how to do that in BIND, and while clicking all the next buttons involved in installing Win 2003 and the Active Directory, it has a pretty little radio button that says &#8220;hey there&#8230;if you want, I could install microsoft dns! you&#8217;ll be all set!&#8221; It was a pretty radio button and it almost lured me in, but thankfully I looked on google and found out that it&#8217;s actually one stupid line that needs to be added to the BIND config.</p>
<p>So I just made a new zone file for windows to play around in without taking over everything like it was SkyNet.</p>
<p>Knowing that I at least am not now using Microsoft DNS means that is one less cold shower I need to take this weekend. The stench of windows is everywhere, and if the testing of this other product goes well, we&#8217;ll have a pretty little PAM module installed on all our Linux and Solaris boxes that will make everything authenticate off of the active directory. Group and system policies included.</p>
<p>On the bad side, I just sold my soul to the devil. On the good side, having there be 1 account for virtually all the internally maintained systems the company uses would be nice.</p>
<p>At least nothing on or around my desk, or even have to log into <a href="http://aisle10.net/wp/2005/05/27/ipods/">begins with a lowercase i</a>.</p>
<p align="center">thats when I just have to throw in the towel.</p>
<p style="margin-bottom: 0in">
]]></content:encoded>
			<wfw:commentRss>http://aisle10.net/wp/2006/03/17/dodging-a-microsoft-bullet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>is there really a point to software keys?</title>
		<link>http://aisle10.net/wp/2006/03/16/is-there-really-a-point-to-software-keys/</link>
		<comments>http://aisle10.net/wp/2006/03/16/is-there-really-a-point-to-software-keys/#comments</comments>
		<pubDate>Thu, 16 Mar 2006 18:16:39 +0000</pubDate>
		<dc:creator>emjaydee</dc:creator>
				<category><![CDATA[Computers]]></category>

		<guid isPermaLink="false">http://aisle10.net/wp/2006/03/16/is-there-really-a-point-to-software-keys/</guid>
		<description><![CDATA[<a href="http://aisle10.net/wp/2006/03/16/is-there-really-a-point-to-software-keys/" title="is there really a point to software keys?"></a>Since I have recently had the luxury of building a growing amount of windows 2003/xp computers, I got to thinking. What is the point of software keys? there is not much that I hate more than typing in those stupid &#8230;<p class="read-more"><a href="http://aisle10.net/wp/2006/03/16/is-there-really-a-point-to-software-keys/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<a href="http://aisle10.net/wp/2006/03/16/is-there-really-a-point-to-software-keys/" title="is there really a point to software keys?"></a><p>Since I have recently had the luxury of building a growing amount of windows 2003/xp computers, I got to thinking. What is the point of software keys? there is not much that I hate more than typing in those stupid 25 charactor strings so that I can finish clicking on next buttons to complete the install.</p>
<p>Anyone with half a brain knows you can go and find a millions sites through google that have keys you can use for any program. Or, better yet, you can just use your friends or works copy.</p>
<p>If your a company, you can get audited, and that is the motivation to have legally purchased copies of everything. If your some home user, you have little motivation aside from morality issues with doing something illegal. So really, the way I see it, the main reason why people legally buy software is for 2 reason:</p>
<ol>
<li>Because it is illegal to use a pirated copy</li>
<li>It takes too much effort to find a serial number that works</li>
</ol>
<p>I bet more often than not (aside from companies installs) the reason is because it takes too much effort.</p>
<p>There really is no point to software keys. They are easy enough to obtain illegally, and they are just a pain in the ass for people who legally purchased the product.</p>
<p>If the only reason why someone actually buys the product is because they feel they should. If someone didn&#8217;t want to pay for a program, then they wouldn&#8217;t pay. They would get it from a friend or find a serial number online. So why make all your paying customers have to deal with all that licensing crap?</p>
<div class="simpletags">Technorati Tags: <a href="http://technorati.com/tag/windows+2003" rel="tag">windows 2003</a>, <a href="http://technorati.com/tag/keys" rel="tag">keys</a>, <a href="http://technorati.com/tag/licensing" rel="tag">licensing</a>, <a href="http://technorati.com/tag/pirating" rel="tag">pirating</a></div>
]]></content:encoded>
			<wfw:commentRss>http://aisle10.net/wp/2006/03/16/is-there-really-a-point-to-software-keys/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sun is out to get me, and God told them to do it</title>
		<link>http://aisle10.net/wp/2006/03/02/sun-is-out-to-get-me-and-god-told-them-to-do-it/</link>
		<comments>http://aisle10.net/wp/2006/03/02/sun-is-out-to-get-me-and-god-told-them-to-do-it/#comments</comments>
		<pubDate>Thu, 02 Mar 2006 14:27:30 +0000</pubDate>
		<dc:creator>emjaydee</dc:creator>
				<category><![CDATA[Administration]]></category>
		<category><![CDATA[Computers]]></category>

		<guid isPermaLink="false">http://aisle10.net/wp/2006/03/02/sun-is-out-to-get-me-and-god-told-them-to-do-it/</guid>
		<description><![CDATA[What a great way to start the day. Installing the Sun Java Enterprise Server, and then Suns website goes down so that I can't find the rest of the info I need.....<p class="read-more"><a href="http://aisle10.net/wp/2006/03/02/sun-is-out-to-get-me-and-god-told-them-to-do-it/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<a href="http://aisle10.net/wp/2006/03/02/sun-is-out-to-get-me-and-god-told-them-to-do-it/" title="Sun is out to get me, and God told them to do it"></a><p>After mucking around with it for 3 days off and on, I come into work 2 hours early today to get a head start on getting the Sun Java Enterprise Server (with LDAP/Messaging support) running and populated so that my work can finally move off of NIS/40 other authentication systems.</p>
<p>I have it to the point where all that is left is to run the various post-deployment configuration scripts and steps, which I find odd in the first place. Why are their configuration steps that you have to do after you finish the configuration? what is the point of having a configuration wizard with a product if after you complete using it, the wizard then says &#8220;yeah, uh, you still have things to do&#8230;.I dont know what, but there is stuff, and it is in document 819-2328.&#8221;</p>
<p>The fun part is that document 819-2328 is on suns  <a href="http://docs.sun.com">docs.sun.com</a> website. Which  gives the good &#8216;ol</p>
<h1>Server Error</h1>
<p>This server has encountered an internal error which prevents it from fulfilling your request. The most likely cause is a misconfiguration. Please ask the administrator to look for messages in the server&#8217;s error log.</p>
<p>message. That doesn&#8217;t look like post deployment instructions to me. You know, I always thought that generic 500 error was stupid. So I am supposed to just go and contact &#8220;the administrator&#8221; at Sun? I am sure Sun only has one administrator..just one. Not only that, but I am sure he is just sitting at his desk&#8230;twiddling his fingers just waiting for the phone to ring for me to say &#8220;hey, uhh&#8230;your website is down&#8230;your probably didn&#8217;t get 500 calls, pages and emails about it, but yeah&#8230;I just wanted you to know. Could you get it back up soon?&#8221;<br />
Someone out there really does not like me. It must be because I didn&#8217;t pay much attention to ash wednesday. Now god is smiting me.</p>
<p>I think that this is what happened to the server:</p>
<p align="center"><a title="image provided by http://www.geolf.ntnu.no/" href="http://www.geolf.ntnu.no/"><img border="0" title="melted computer" alt="melted computer" src="http://www.geolf.ntnu.no/broken_computer.jpg" /></a></p>
<p>On a related note, aside from the massiveness of the entire Java Enterprise Server system, it actually is fairly cool. The web mail client that comes with the messaging server is not the best thing in the world, but it is fairly decent, and adding info to the LDAP directory with their java interface is beyond easy. I don&#8217;t know why it took around 4 years for us to finally set one up. I guess it is probably because of the 300 other projects that are always going on.</p>
<div class="simpletags">Technorati Tags: <a href="http://technorati.com/tag/Sun" rel="tag">Sun</a>, <a href="http://technorati.com/tag/JES" rel="tag">JES</a>, <a href="http://technorati.com/tag/LDAP" rel="tag">LDAP</a>, <a href="http://technorati.com/tag/Messaging+Server" rel="tag">Messaging Server</a>, <a href="http://technorati.com/tag/Java+Enterprise+Server" rel="tag">Java Enterprise Server</a>, <a href="http://technorati.com/tag/Solaris" rel="tag">Solaris</a>, <a href="http://technorati.com/tag/web+mail" rel="tag">web mail</a>, <a href="http://technorati.com/tag/500+errors" rel="tag">500 errors</a></div>
]]></content:encoded>
			<wfw:commentRss>http://aisle10.net/wp/2006/03/02/sun-is-out-to-get-me-and-god-told-them-to-do-it/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>google and china</title>
		<link>http://aisle10.net/wp/2006/01/27/google-and-china/</link>
		<comments>http://aisle10.net/wp/2006/01/27/google-and-china/#comments</comments>
		<pubDate>Fri, 27 Jan 2006 15:57:47 +0000</pubDate>
		<dc:creator>emjaydee</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Random Thoughts]]></category>

		<guid isPermaLink="false">http://aisle10.net/wp/2006/01/27/google-and-china/</guid>
		<description><![CDATA[<a href="http://aisle10.net/wp/2006/01/27/google-and-china/" title="google and china"></a>Okay, I might be way off base here, but why is there all this fuss about google.com cooperating with the chinese government to meet their censorship laws? granted I don&#8217;t know the whole story, nor am I familiar with chinese &#8230;<p class="read-more"><a href="http://aisle10.net/wp/2006/01/27/google-and-china/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<a href="http://aisle10.net/wp/2006/01/27/google-and-china/" title="google and china"></a><p>Okay, I might be way off base here, but why is there all this fuss about google.com  cooperating with the chinese government to meet their censorship laws? granted I don&#8217;t know the whole story, nor am I familiar with chinese law&#8230;mostly because I have no desire to go there, or especially live there.</p>
<p>Not to pick on one person, especially since this is probably the 40th post from various places that I have seen on the topic, but this just happens to be the one I just came across from <a href="http://www.kuro5hin.org/story/2006/1/25/22020/4062">kuro5hin.org</a></p>
<blockquote><p>In hopes of increasing its China market share, Google has announced its eagerness to be a better Thought Policeman by enforcing the PRC&#8217;s hardline censorship rules. To that end, the company has recently established a separate China domain, google.cn, which will streamline the tricky business of violating civil rights in the totalitarian Middle Kingdom. Ironically, the announcement comes as Google does battle with the Bush Administration, which is also trying to violate civil liberties by obtaining access to Americans&#8217; Google search-results. If Google cooperates (as Yahoo recently has) with the Chinese government to spy on its citizens, then why can&#8217;t they cooperate with the US government&#8217;s efforts to snoop on its citizens? The price of doing business with China may be that our information civil liberties will be compromised throughout the rest of the world.</p></blockquote>
<p>I happily enjoy and believe in the foundation of the U.S government, but China is far being like the U.S. They have censorship, they have a tyrannical government. Why would a business purposefully disregard a countries laws. Sure it is a worthy cause, and sure yes, the chinese should not be oppressed, but unfortunately that is not the way their government works. If google decided to &#8220;hold its ground&#8221; and not censor anything, China would simply ban google from being seen from anyone in China. How does that help anyone? now, instead of getting a good search engine that is unfortunately censored, you would get nothing&#8230;or in googles case, you would get their biggest competitor instead. Part of my points is that why does everyone keep saying phrases like &#8220;violating civil rights&#8221; do the chinese even have civil rights? I know we do, but again, the United States is not China. Our government is quite differant, so the rules that apply here don&#8217;t apply there. So yes, Google refusing to fork over its data to the U.S government is completly differant than complying with the Chinese government. Unfortunately they don&#8217;t have the luxury of all the freedoms that the United States has.</p>
<p>It is simply bad business, and a bad idea in general for google to refuse to comply in China. They will just get kicked out. What incentive does the Chinese government have to not just block the whole country from ever seeing google again?</p>
<div class="simpletags">Technorati Tags: <a href="http://technorati.com/tag/google.com" rel="tag">google.com</a>, <a href="http://technorati.com/tag/chinese" rel="tag">chinese</a>, <a href="http://technorati.com/tag/government" rel="tag">government</a>, <a href="http://technorati.com/tag/censorship" rel="tag">censorship</a>, <a href="http://technorati.com/tag/law" rel="tag">law</a>, <a href="http://technorati.com/tag/Google" rel="tag">Google</a>, <a href="http://technorati.com/tag/China" rel="tag">China</a>, <a href="http://technorati.com/tag/kuro5hin.org" rel="tag">kuro5hin.org</a></div>
]]></content:encoded>
			<wfw:commentRss>http://aisle10.net/wp/2006/01/27/google-and-china/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How I know I left my mark..</title>
		<link>http://aisle10.net/wp/2006/01/23/how-i-know-i-left-my-mark/</link>
		<comments>http://aisle10.net/wp/2006/01/23/how-i-know-i-left-my-mark/#comments</comments>
		<pubDate>Mon, 23 Jan 2006 16:32:28 +0000</pubDate>
		<dc:creator>emjaydee</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Humor]]></category>

		<guid isPermaLink="false">http://aisle10.net/wp/2006/01/23/how-i-know-i-left-my-mark/</guid>
		<description><![CDATA[<a href="http://aisle10.net/wp/2006/01/23/how-i-know-i-left-my-mark/" title="How I know I left my mark.."></a>When writing code, editing files, or just making a quick backup copy of something before making an important edit, most people will either name the files appropriately, or a proper notation somewhere of some kind. me? no, I find it &#8230;<p class="read-more"><a href="http://aisle10.net/wp/2006/01/23/how-i-know-i-left-my-mark/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<a href="http://aisle10.net/wp/2006/01/23/how-i-know-i-left-my-mark/" title="How I know I left my mark.."></a><p>When writing code, editing files, or just making a quick backup copy of something before making an important edit, most people will either name the files appropriately, or a proper notation somewhere of some kind.</p>
<p>me? no, I find it is more fun to rename the files based on the &#8220;Severity&#8221; of the situation, or in most cases, just my mood at the time. For example, today I was moving one of the sites at my work to a new location and had to make an update to our old uploading system. So I go to edit the files and do a quick directory listing and see this:</p>
<blockquote><p>PubMaps.pm.temp<br />
PubMaps.pm.fucked<br />
PubMaps.pm.old<br />
PubMaps.pm<br />
PubMaps.pm.shit<br />
PubMaps.pm.shitshit</p></blockquote>
<p>take a guess which files were a result of me</p>
]]></content:encoded>
			<wfw:commentRss>http://aisle10.net/wp/2006/01/23/how-i-know-i-left-my-mark/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reason #306 why I hate Windows and Microsoft</title>
		<link>http://aisle10.net/wp/2006/01/17/reason-306-why-i-hate-windows-and-microsoft/</link>
		<comments>http://aisle10.net/wp/2006/01/17/reason-306-why-i-hate-windows-and-microsoft/#comments</comments>
		<pubDate>Tue, 17 Jan 2006 14:47:25 +0000</pubDate>
		<dc:creator>emjaydee</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Hardware]]></category>

		<guid isPermaLink="false">http://aisle10.net/wp/2006/01/17/reason-306-why-i-hate-windows-and-microsoft/</guid>
		<description><![CDATA[Windows update sucks. It shouldn't work the way it does, and it shouldn't automatically reboot a machine whenever it feels like it, especially when an application is open. Thanks, there goes another 4 hours of my life.<p class="read-more"><a href="http://aisle10.net/wp/2006/01/17/reason-306-why-i-hate-windows-and-microsoft/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<a href="http://aisle10.net/wp/2006/01/17/reason-306-why-i-hate-windows-and-microsoft/" title="Reason #306 why I hate Windows and Microsoft"></a><p>Late last week, one of the computers in the design department died, and it turned out to be because the hard drive went.</p>
<p>This particular person had a bunch of documents and such saved in her My Documents folder that would be sorely missed. A couple months back, I came accross a application suite that is supposed to be able to recover data from &#8220;fucked&#8221; drives. (my words not theirs). Even to the point were the hard drive is making that deathly clicking sound. I have used it with much success both of the times I have needed it before this.</p>
<p>The downside is that the application ONLY works in windows. The suite lets you read data from a variety of file systems, NTFS, FAT(32), Mac crap, UFS, ext2..etc. Basically it can read anything that has Windows, Linux, Mac crap, or Solaris on it. Why the manufacturer chose windows as the platform of choice? no idea, but hey, it works so get over it right?</p>
<p>So I put the IDE drive in a USB case and plug it into the USB port on the computer I had to install windows on, and let it run. The program takes a while to weed through the disk looking for stuff, and since by the time I had found a computer to use, installed windows plus all 567 patches from windows update, it was already friday afternoon, so the program was still analyzing the disk when I left work at 5:30.</p>
<p>I come in today after the long weekend, and the computer is sitting at the login screen. After it starts up, I see a pretty litty information box informing me that Windows has to install an important update, and automatically rebooted the computer for me.</p>
<p>Oh thank you! I definately couldn&#8217;t have done that myself. It&#8217;s not like I updated the computer with every patch available before I even started analyzing the drive on friday.  So, now I get to start from square one again.</p>
<p>It takes a good 3-4 hours for this program to analyze the drive.</p>
<p>Microsoft is a bunch of dirty dirty whores.</p>
<p>And yes, I know that turning off automatic updates is an option, but that is not my point. My point is that if an application is open, maybe it shouldn&#8217;t automatically reboot the damn machine.</p>
<p>Also, the application suite is called <a href="http://www.stellarinfo.com">Stellar Phoenix</a>. I highly recommend it. It hasn&#8217;t  failed me once, and one time I had a 200 gig drive filled with everything I could think of, and I got almost all of it back after the drive died. It&#8217;s a bit pricey though</p>
<div class="simpletags">Technorati Tags: <a href="http://technorati.com/tag/computers" rel="tag">computers</a>, <a href="http://technorati.com/tag/hard+drive" rel="tag">hard drive</a>, <a href="http://technorati.com/tag/recover+data" rel="tag">recover data</a>, <a href="http://technorati.com/tag/clicking+sound" rel="tag">clicking sound</a>, <a href="http://technorati.com/tag/windows." rel="tag">windows.</a>, <a href="http://technorati.com/tag/NTFS" rel="tag">NTFS</a>, <a href="http://technorati.com/tag/FAT" rel="tag">FAT</a>, <a href="http://technorati.com/tag/UFS" rel="tag">UFS</a>, <a href="http://technorati.com/tag/ext2" rel="tag">ext2</a>, <a href="http://technorati.com/tag/Linux" rel="tag">Linux</a>, <a href="http://technorati.com/tag/Mac" rel="tag">Mac</a>, <a href="http://technorati.com/tag/Solaris" rel="tag">Solaris</a>, <a href="http://technorati.com/tag/IDE" rel="tag">IDE</a>, <a href="http://technorati.com/tag/USB" rel="tag">USB</a>, <a href="http://technorati.com/tag/windows+update" rel="tag">windows update</a>, <a href="http://technorati.com/tag/automatically+rebooted" rel="tag">automatically rebooted</a>, <a href="http://technorati.com/tag/patch" rel="tag">patch</a>, <a href="http://technorati.com/tag/whores" rel="tag">whores</a>, <a href="http://technorati.com/tag/Stellar+Phoenix" rel="tag">Stellar Phoenix</a></div>]]></content:encoded>
			<wfw:commentRss>http://aisle10.net/wp/2006/01/17/reason-306-why-i-hate-windows-and-microsoft/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsofts stupid windows update as ISO&#8217;s idea</title>
		<link>http://aisle10.net/wp/2006/01/17/117/</link>
		<comments>http://aisle10.net/wp/2006/01/17/117/#comments</comments>
		<pubDate>Tue, 17 Jan 2006 11:42:00 +0000</pubDate>
		<dc:creator>emjaydee</dc:creator>
				<category><![CDATA[Computers]]></category>

		<guid isPermaLink="false">http://aisle10.net/wp/2006/01/17/117/</guid>
		<description><![CDATA[<a href="http://aisle10.net/wp/2006/01/17/117/" title="Microsofts stupid windows update as ISO&#039;s idea"></a>Security And Critical Updates Available On CD Image FilesMicrosoft now releases ISO-9660 CD image files that contain all the security and critical updates that are released on the Microsoft Windows Update Web site for Windows and for other Microsoft products. &#8230;<p class="read-more"><a href="http://aisle10.net/wp/2006/01/17/117/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<a href="http://aisle10.net/wp/2006/01/17/117/" title="Microsofts stupid windows update as ISO&#039;s idea"></a><p><a id="posttitle569271474" target="_blank" href="http://channels.lockergnome.com/it/archives/20060116_security_and_critical_updates_available_on_cd_image_files.phtml">Security And Critical Updates Available On CD Image Files</a>Microsoft now releases ISO-9660 CD image files that contain all the security and critical updates that are released on the Microsoft Windows Update Web site for Windows and for other Microsoft products. The ISO image files are released at the same time as security and critical updates are released on the Windows Update Web site. The ISO image files are intended for corporate administrators who: Manage large multinational organizations&#8230;</p>
<p>This just seems like a near pointless PR stunt. The only time I could see this being useful is if your Darren and are downloading files over a 14.4k internet connection.</p>
<p>If your involved in updating the windows machines in a &#8220;large multinational organization&#8221; and don&#8217;t have your own internal windows update server, I think Microsoft should be handing you one of those &#8220;how to write your resume&#8221; cd&#8217;s instead of all the updates on an ISO.</p>
<div class="simpletags">Technorati Tags: <a href="http://technorati.com/tag/microsoft" rel="tag">microsoft</a>, <a href="http://technorati.com/tag/updates" rel="tag">updates</a>, <a href="http://technorati.com/tag/windows" rel="tag">windows</a>, <a href="http://technorati.com/tag/security" rel="tag">security</a>, <a href="http://technorati.com/tag/ISO" rel="tag">ISO</a>, <a href="http://technorati.com/tag/stupid" rel="tag">stupid</a></div>
]]></content:encoded>
			<wfw:commentRss>http://aisle10.net/wp/2006/01/17/117/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>good &#8216;ol qmail</title>
		<link>http://aisle10.net/wp/2006/01/16/good-ol-qmail/</link>
		<comments>http://aisle10.net/wp/2006/01/16/good-ol-qmail/#comments</comments>
		<pubDate>Tue, 17 Jan 2006 00:32:29 +0000</pubDate>
		<dc:creator>emjaydee</dc:creator>
				<category><![CDATA[Administration]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://aisle10.net/wp/2006/01/16/good-ol-qmail/</guid>
		<description><![CDATA[<a href="http://aisle10.net/wp/2006/01/16/good-ol-qmail/" title="good &#039;ol qmail"></a>I decided I would start being more &#8220;vigilant&#8221; in finding some consulting work, and I came a fairly easy one that basically involves installing qmail. That will be in another post because I have a bunch to say about consulting &#8230;<p class="read-more"><a href="http://aisle10.net/wp/2006/01/16/good-ol-qmail/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<a href="http://aisle10.net/wp/2006/01/16/good-ol-qmail/" title="good &#039;ol qmail"></a><p>I decided I would start being more &#8220;vigilant&#8221; in finding some consulting work, and I came a fairly easy one that basically involves installing qmail.</p>
<p>That will be in another post because I have a bunch to say about consulting work and the likes.</p>
<p>Anyway, I was looking through the Makefile for qmail, and saw line and it made me laugh:</p>
<p>OS_SPECIFIC=#-DSOLARIS_STUPIDITY<br />
yes, this entire post was disjointed, ran all over the place, and probably has spelling errors, but that is what makes me special.</p>
<div class="simpletags">Technorati Tags: <a href="http://technorati.com/tag/qmail" rel="tag">qmail</a>, <a href="http://technorati.com/tag/consulting" rel="tag">consulting</a></div>
]]></content:encoded>
			<wfw:commentRss>http://aisle10.net/wp/2006/01/16/good-ol-qmail/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mail spool full on a Postfix mail server</title>
		<link>http://aisle10.net/wp/2005/12/07/mail-spool-full-on-a-postfix-mail-server/</link>
		<comments>http://aisle10.net/wp/2005/12/07/mail-spool-full-on-a-postfix-mail-server/#comments</comments>
		<pubDate>Wed, 07 Dec 2005 17:50:55 +0000</pubDate>
		<dc:creator>emjaydee</dc:creator>
				<category><![CDATA[Administration]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://aisle10.net/wp/2005/12/07/mail-spool-full-on-a-postfix-mail-server/</guid>
		<description><![CDATA[<a href="http://aisle10.net/wp/2005/12/07/mail-spool-full-on-a-postfix-mail-server/" title="Mail spool full on a Postfix mail server"></a>The default maximum mail spool size in postfix is 51200000 bytes. Since I get a trillion emails a day and only delete the small amount of spam that sneaks through my works spiffy mail filter, I apparantly went over the &#8230;<p class="read-more"><a href="http://aisle10.net/wp/2005/12/07/mail-spool-full-on-a-postfix-mail-server/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<a href="http://aisle10.net/wp/2005/12/07/mail-spool-full-on-a-postfix-mail-server/" title="Mail spool full on a Postfix mail server"></a><p>The default maximum mail spool size in postfix is 51200000 bytes. Since I get a trillion emails a day and only delete the small amount of spam that sneaks through my works spiffy mail filter, I apparantly went over the limit today. That is really sad considering I almost emptied my inbox maybe 2 months ago. I guess that goes to show that noone at my work uses the ticketing system like they are supposed to. Which is why I like them all <em>so much</em>.</p>
<p>Anyway, if you want to change the limit to a differant value, you just have to change one line in the postfix config and restart postfix.</p>
<p>If you have some version of the default postfix config, edit the main.cf and look for this line:</p>
<p><strong>virtual_mailbox_limit = 51200000</strong><br />
if it isn&#8217;t there, just add it to the bottom, that way in case you missed it in the config, postfix will read your new entry last and overwrite the pre-defined value that you missed. If it is there, make sure its not defined at later on in the config as well, because then your changes won&#8217;t make a difference</p>
<p>Change it to whatever you want the new max queue size to be. I decided an extra 50 megs would be good, so mine looks like this:</p>
<p><strong>mailbox_size_limit = 151200000</strong></p>
<p>Then save the file and type:</p>
<p><strong>postfix reload</strong></p>
<p>now you&#8217;re all set, and you can now laugh at all the stupid other people at work that are stuck using Lotus Notes and have to purge their mailbox every 30 days before it gets deleted&#8230;.or &#8220;archived&#8221;</p>
<div class="simpletags">Technorati Tags: <a href="http://technorati.com/tag/mail+spool" rel="tag">mail spool</a>, <a href="http://technorati.com/tag/postfix" rel="tag">postfix</a></div>]]></content:encoded>
			<wfw:commentRss>http://aisle10.net/wp/2005/12/07/mail-spool-full-on-a-postfix-mail-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A massive mesh network</title>
		<link>http://aisle10.net/wp/2005/12/07/a-massive-mesh-network/</link>
		<comments>http://aisle10.net/wp/2005/12/07/a-massive-mesh-network/#comments</comments>
		<pubDate>Wed, 07 Dec 2005 15:20:48 +0000</pubDate>
		<dc:creator>emjaydee</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[ranting]]></category>

		<guid isPermaLink="false">http://aisle10.net/wp/2005/12/07/a-massive-mesh-network/</guid>
		<description><![CDATA[<a href="http://aisle10.net/wp/2005/12/07/a-massive-mesh-network/" title="A massive mesh network"></a>Since I obviously have a major say in the business decisions of companies like Clear Channel. I decided that since all their billboards are usually around normal building height, and almost all of them have power to light up the &#8230;<p class="read-more"><a href="http://aisle10.net/wp/2005/12/07/a-massive-mesh-network/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<a href="http://aisle10.net/wp/2005/12/07/a-massive-mesh-network/" title="A massive mesh network"></a><p>Since I obviously have a major say in the business decisions of companies like Clear Channel. I decided that since all their billboards are usually around normal building height, and almost all of them have power to light up the stupid signs at night, they should install WiFi routers, or any preferrably a better high speed wireless technology in all the signs. They could make a massive mesh network out of property they already own or lease, They could probably throw a couple cell phone repeaters in there as well, but for all I know they might be too low.</p>
<p>From the 30 seconds of research I did, Clear Channel alone ownes over 775,000 billboards nationwide. If I spent more time writing this I could probably mention how many other companies owne, but I figured this was enough information for someone to steal my idea.</p>
<p>In the end my only goal is for comcast to actually have some competition in the broadband internet access market so the market will force them to lower theirridiculously outrageus prices on their over-exaggerated bandwidth claims</p>
<div class="simpletags">Technorati Tags: <a href="http://technorati.com/tag/Clear+Channel" rel="tag">Clear Channel</a>, <a href="http://technorati.com/tag/billboards" rel="tag">billboards</a>, <a href="http://technorati.com/tag/WiFi" rel="tag">WiFi</a>, <a href="http://technorati.com/tag/routers" rel="tag">routers</a>, <a href="http://technorati.com/tag/wireless" rel="tag">wireless</a>, <a href="http://technorati.com/tag/mesh+network" rel="tag">mesh network</a>, <a href="http://technorati.com/tag/repeaters" rel="tag">repeaters</a>, <a href="http://technorati.com/tag/comcast" rel="tag">comcast</a></div>]]></content:encoded>
			<wfw:commentRss>http://aisle10.net/wp/2005/12/07/a-massive-mesh-network/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>how to run a dedicated server on the cheap</title>
		<link>http://aisle10.net/wp/2005/11/11/how-to-run-a-dedicated-server-on-the-cheap/</link>
		<comments>http://aisle10.net/wp/2005/11/11/how-to-run-a-dedicated-server-on-the-cheap/#comments</comments>
		<pubDate>Fri, 11 Nov 2005 15:33:19 +0000</pubDate>
		<dc:creator>emjaydee</dc:creator>
				<category><![CDATA[Administration]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://aisle10.net/wp/2005/11/11/how-to-run-a-dedicated-server-on-the-cheap/</guid>
		<description><![CDATA[<a href="http://aisle10.net/wp/2005/11/11/how-to-run-a-dedicated-server-on-the-cheap/" title="how to run a dedicated server on the cheap"></a>Since I don&#8217;t have much spare money, and my site, along with the other sites I host don&#8217;t generate much income. Here is a guide on how to get your own dedicated server, reliable mail delivery, and reliable DNS service. &#8230;<p class="read-more"><a href="http://aisle10.net/wp/2005/11/11/how-to-run-a-dedicated-server-on-the-cheap/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<a href="http://aisle10.net/wp/2005/11/11/how-to-run-a-dedicated-server-on-the-cheap/" title="how to run a dedicated server on the cheap"></a></p>
<p>Since I don&#8217;t have much spare money, and my site, along with the other sites I host don&#8217;t generate much income. Here is a guide on how to get your own dedicated server, reliable mail delivery, and reliable DNS service.</p>
</p>
<p><strong>Getting the server:</strong><br /> There are a million differant server hosting companies out there, and a bunch of differant setups.</p>
<ol>
<li><strong>Virtual Servers:</strong> These are the cheapest, but have many disadvantages. You really don&#8217;t have your own server. You basically get an account on one big server that is sectioned off into a bunch of smaller servers. Each user has full control over their own section, but there are still plenty of ways where one users could inadvertantly effect the performance/reliability of your little server</li>
<li><strong>Co-Located Servers:</strong> This gives you the most amount of control out of all the options. In this setup, you build/buy/steal your own server, and mail or deliver it to the hosting provider. They then attach it to their network, charge you a monthly fee, and then leave you alone.</li>
<li><strong>Dedicated Servers:</strong> This is what I have, and in my opinion is the best bet for your average poor person, like me. This is basically like leasing a car. It&#8217;s your for as long as you want to pay for it, but as soon as you decide you don&#8217;t want it anymore, you&#8217;re left with no server to claim as your own. But other than that, a Co-Located and a Dedicated server are both the same.</li>
<li><strong>Guerilla Hosting:</strong> This is where you take whatever computer you can find, and hide it somewhere in your works office or data center, and leach off of their network. This is the cheapest option, but it has its obvious implications</li>
</ol>
</p>
<p><strong>Where to install the server: </strong></p>
<p>So now that you have your method of hosting your server picked out, now you have to find a place to put it. If you go to google and type in: <a href="http://www.google.com/search?hl=en&#038;q=dedicated+server+hosting&#038;btnG=Google+Search">dedicated server hosting</a> (or whatever hosting choice you decided on) you will see there are hundreds of companies to choose from. All of the companies have their own advantages or disadvantages, but in my opinion at least, the biggest factors are </p>
<ul>
<li>price</li>
<li>network perfomance</li>
<li>specs on the server they give you,</li>
</ul>
<p>So really who you choose is all up to you, but out of my latest search since I moved to my current provider, I looked through 30 or so differant companies, and settled on this on place that is based out of Germany. <a href="http://1paket.com">1paket.com</a> They are a real simple company. They do one thing, which is rent out dedicated servers, they have been extremely responsive about any problems I have had, and they had my new server up and running in less than a day.</p>
<p>Also, they only charge $75/month, which is pretty cheap. </p>
</p>
<p>Now on to the good stuff. <strong>Saving your ass</strong> </p>
</p>
<p>So now you have your server hosted somewhere, and you started setting it up. This brings up to the next 2 important things.</p>
<p> <strong>DNS:</strong> Unless you just want your server to only be accessible by its IP address, you&#8217;re going to need a reliable DNS setup. The first thing you need to decide on is who to make your primary name server. </p>
<blockquote><ol>
<li><strong>Do it yourself</strong> &#8211; You can just install BIND on your new server and call it a day, but this has 2 big disadvantages. It is another service running on the same machine, which in the end is just another point of failure. If the machine goes down, any backup mail setup or anything like that goes out the window, you&#8217;re gone until you get everything back up. The second downside is that your introducing another hole for someone to sneak through and break into your system. Since there are other options available, it seems like that isn&#8217;t a decent trade off.</li>
<li><strong>Pay for DNS</strong> &#8211; who wants to do that? on the other hand, you&#8217;re paying them to make sure their DNS setup always works, which might work out good</li>
<li><strong>Use a web based DNS provider</strong> &#8211; Most of the dirt cheap domain name registrys these days offer DNS for free. Sometimes you don&#8217;t even need to buy a domain from them, but if you still need to buy one, it might not be a bad idea to get free hosting. I know mydomain.com does this, but I have had some problems with the reliability of their network, and the procedures they use to transfer domains. The site I currently use is <a href="http://xname.org">XName</a>. They offer completely free primary and backup DNS service, you can manage as many domains as you want, and they provide you with a company of the BIND config that you use, which makes restoring lost changes or even moving your DNS server elsewhere extremely easy, and as I said, they are free. However they will happily accept PayPal donations, and I strongly recommend taking that option. Their setup is better than most of the web based services I have seen, including ones that you pay for. Then get secondary DNS hosting somewhere else. This way, even if XName goes down, your domains will still resolve because your secondary DNS provider is still up and running somewhere else. RollerNet is another great company. They offer mail and backup DNS services for completely free, and if you send them $30, they give you a bunch of extra features as well.     </li>
</ol>
</blockquote>
<p><strong> Mail: </strong>Just like everything else, there are plenty of web based providers, but most of them cost money, and most of them don&#8217;t offer the large range of features that I need. So in my opinion the best setup is to host all your mail services locally, using Postfix or something similar, and then setup a backup MX record that points to a provider that will hold the mail until your server comes back up in the event of a crash or network outage. For this you should go back to the company I mentioned earlier&#8230;RollerNet. They offer a ton of mail serving features, including store and forward, which lets you make them your primary and backup mail host, and they deliver the mail to whatever mail server you tell them to, making your real mail server hidden from the public. Spam control, DNSBL, SPF, along with a ton of other features.</p>
</p>
<p>So, you should go check out:</p>
<blockquote></blockquote>
<blockquote><p><a href="http://1paket.com">1paket.com</a> &#8211; extra cheap and reliably server hosting</p>
<p><a href="http://rollernet.us">RollerNet</a> &#8211; reliable free mail and free DNS hosting</p>
<p><a href="http://xname.org">XName</a> &#8211; reliable free DNS hosting </p>
</blockquote>
<p>  </p>
]]></content:encoded>
			<wfw:commentRss>http://aisle10.net/wp/2005/11/11/how-to-run-a-dedicated-server-on-the-cheap/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Is MS Windows ready for the desktop?</title>
		<link>http://aisle10.net/wp/2005/11/09/is-ms-windows-ready-for-the-desktop/</link>
		<comments>http://aisle10.net/wp/2005/11/09/is-ms-windows-ready-for-the-desktop/#comments</comments>
		<pubDate>Wed, 09 Nov 2005 21:08:33 +0000</pubDate>
		<dc:creator>emjaydee</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://aisle10.net/wp/2005/11/09/is-ms-windows-ready-for-the-desktop/</guid>
		<description><![CDATA[<a href="http://aisle10.net/wp/2005/11/09/is-ms-windows-ready-for-the-desktop/" title="Is MS Windows ready for the desktop?"></a>Read this: Is Microsoft Windows ready for the desktop? This is a real funny article. Looking past all the sarcasm and humor, sadly it&#8217;s all true. Especially the part about &#8220;Non-Voluntary Contributions&#8221; or &#8220;NVC&#8221; for short.]]></description>
			<content:encoded><![CDATA[<a href="http://aisle10.net/wp/2005/11/09/is-ms-windows-ready-for-the-desktop/" title="Is MS Windows ready for the desktop?"></a><p>Read this:</p>
<p><a href="http://aisle10.net/wp/wp-admin/Is MS Windows ready for the desktop?">Is Microsoft Windows ready for the desktop?</a> </p>
<p>This is a real funny article. Looking past all the sarcasm and humor, sadly it&#8217;s all true. Especially the part about &#8220;Non-Voluntary Contributions&#8221; or &#8220;NVC&#8221; for short. </p>
]]></content:encoded>
			<wfw:commentRss>http://aisle10.net/wp/2005/11/09/is-ms-windows-ready-for-the-desktop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>whois and traceroute suck. WhoB, and LFT are where the party is</title>
		<link>http://aisle10.net/wp/2005/11/08/whois-and-traceroute-suck-whob-and-lft-are-where-the-party-is/</link>
		<comments>http://aisle10.net/wp/2005/11/08/whois-and-traceroute-suck-whob-and-lft-are-where-the-party-is/#comments</comments>
		<pubDate>Tue, 08 Nov 2005 16:54:40 +0000</pubDate>
		<dc:creator>emjaydee</dc:creator>
				<category><![CDATA[Administration]]></category>

		<guid isPermaLink="false">http://aisle10.net/wp/2005/11/08/whois-and-traceroute-suck-whob-and-lft-are-where-the-party-is/</guid>
		<description><![CDATA[<a href="http://aisle10.net/wp/2005/11/08/whois-and-traceroute-suck-whob-and-lft-are-where-the-party-is/" title="whois and traceroute suck. WhoB, and LFT are where the party is"></a>Last night I was trying to track down why all these odd HTTP requests were going to a server I am working on. It looked like the server got listed on some web proxy list or something, because basically every &#8230;<p class="read-more"><a href="http://aisle10.net/wp/2005/11/08/whois-and-traceroute-suck-whob-and-lft-are-where-the-party-is/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<a href="http://aisle10.net/wp/2005/11/08/whois-and-traceroute-suck-whob-and-lft-are-where-the-party-is/" title="whois and traceroute suck. WhoB, and LFT are where the party is"></a><p>Last night I was trying to track down why all these odd HTTP requests were going to a server I am working on. It looked like the server got listed on some web proxy list or something, because basically every request that came in was in the form of </p>
<p><strong>GET http://</strong><strong><em>randomsitename.com</em></strong></p>
<p>What was even more weird was that every once of those crazy requests was for either a random little search engine, or a bunch of popular 3rd party ad servers.</p>
</p>
<p>Either way, the end result was that I had about 280 IP addresses that all these requests were from, and I was trying to find some kind of link to why all these IP&#8217;s were sending requests to this one random server that hasn&#8217;t even been put into production yet.</p>
<p> looking at whois output gets real boring after a while, plus most whois clients don&#8217;t handle bulk processing very well, and I wasn&#8217;t really interested in sitting around and either manually running whois queries on 280 IP&#8217;s or staring at the output of all those whois records going by.</p>
<p> Then I found this little tool called <a href="http://pwhois.org/lft/index.who">WhoB</a>. WhoB is a really handy little command line whois client that is designed to product all its output on 1 pipe delimited line, which makes it really easy to use with grep or awk. Also, WhoB uses a variety of sources to get its data. It primarily looks up information derived from the global internet routing table, as opposed to the standard whois client, which sucks unless you specify which whois database to use (and you need to know its address), which makes things really inconvenient if the addresses you are researching are scattered internationally.</p>
<p> You can look <a href="http://pwhois.org/lft/whob-manpage.html">WhoB manual</a> on how to use it, by just typing this line:</p>
<p> for ii in `cat fulllist`; do whob -o $ii;sleep 10; done|tee ./whoisoutput</p>
<p> I was able to save all the output of the file, watch the results scroll by in the meantime, and have some nice easily grepable output, which after it has finished, told me that all the requests were from 2 very large networks in China. Also, in case you were wondering, I added the &#8220;sleep 10&#8243; line because the ARIN database apparently cut me off because I was querying it at least once a second, and apparently they don&#8217;t like that. </p>
<p>Here is a sample of the output:</p>
<p>222.79.29.118 | origin-as 4134 (222.76.0.0/14) | CHINANET fujian province network  </p>
<p>The -o option tells WhoB to display the organization name on file at whatever registrar for who owns that IP. </p>
</p>
<p>Also, WhoB comes in the same package as another really useful tool that I found last night as well called <a href="http://pwhois.org/lft/index.who">LFT</a>. LFT is &#8230;</p>
<p><em><span class="bodtext">short for Layer Four Traceroute, is a sort of &#8216;traceroute&#8217; that often works much faster (than the commonly-used Van Jacobson method) and goes through many configurations of packet-filter based firewalls. More importantly, LFT implements numerous other features including AS number lookups through several reliable sources, loose source routing, netblock name lookups, et al. What makes LFT unique? Rather than launching UDP probes in an attempt to elicit ICMP &#8220;TTL exceeded&#8221; from hosts in the path, LFT accomplishes substantively the same effect using TCP SYN or FIN probes. Then, LFT listens for &#8220;TTL exceeded&#8221; messages, TCP RST (reset), and various other interesting heuristics from firewalls or other gateways in the path. LFT also distinguishes between TCP-based protocols (source and destination), which make its statistics slightly more realistic, and gives a savvy user the ability to trace protocol routes, not just layer-3 (IP) hops. </span></em> </p>
<p>LFT it a lot more useful than the normal traceroute command, I won&#8217;t say it actually ran any faster though.</p>
<p>Also, LFT/WhoB is available as a package in debian. If you&#8217;re using Ubuntu, you need to tell the package manager to use the &#8220;universe&#8221; package database, otherwise you will have to go to the <a href="http://pwhois.org/lft/index.who">LFT/WhoB website</a> and download the debian package from there. </p></p>
]]></content:encoded>
			<wfw:commentRss>http://aisle10.net/wp/2005/11/08/whois-and-traceroute-suck-whob-and-lft-are-where-the-party-is/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ubuntu on the Sun Utra20 with dual displays</title>
		<link>http://aisle10.net/wp/2005/11/04/ubuntu-on-the-sun-utra20-with-dual-displays/</link>
		<comments>http://aisle10.net/wp/2005/11/04/ubuntu-on-the-sun-utra20-with-dual-displays/#comments</comments>
		<pubDate>Fri, 04 Nov 2005 20:55:45 +0000</pubDate>
		<dc:creator>emjaydee</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://aisle10.net/wp/2005/11/04/ubuntu-on-the-sun-utra20-with-dual-displays/</guid>
		<description><![CDATA[<a href="http://aisle10.net/wp/2005/11/04/ubuntu-on-the-sun-utra20-with-dual-displays/" title="ubuntu on the Sun Utra20 with dual displays"></a>After getting my Ultra 20 up and running, I didn&#8217;t like the pre-installed version of Solaris, and Windows XP 64bit sucked (although it did run, it was just incredibly buggy&#8230;.suprise!) my new plan was to install Ubuntu, which is my &#8230;<p class="read-more"><a href="http://aisle10.net/wp/2005/11/04/ubuntu-on-the-sun-utra20-with-dual-displays/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<a href="http://aisle10.net/wp/2005/11/04/ubuntu-on-the-sun-utra20-with-dual-displays/" title="ubuntu on the Sun Utra20 with dual displays"></a></p>
<p>After getting my Ultra 20 up and running, I didn&#8217;t like the pre-installed version of Solaris, and Windows XP 64bit sucked (although it did run, it was just incredibly buggy&#8230;.suprise!) my new plan was to install Ubuntu, which is my current linux distro of choice, and my dual head display working, and install a vmware instance of Windows XP for when I want to run something that is windows only, like Google Earth.</p>
<p> So, after spending a couple hours on it, this is exactly what you need to do to get a dual head display working in Ubuntu on a Sun Ultra 20.</p>
<p>   This quick howto assumes a bunch of things.</p>
<p><strong>      A.</strong> That you already installed Ubuntu and are able to login successfully and connect to the internet.<br /><strong> B. </strong>That you know how to use the vi editor (or at least know how to edit, save and quit) if you don&#8217;t, replace anywhere that I mention vi with whatever editor your comfortable with.<br /><strong>   C.</strong> that I didn&#8217;t type anything wrong</p>
<p> Lastly, before we get into the good stuff, this probably will work with any install of Ubuntu where you are using teh nVidia Quadro FX 330 or similar card. You can get the the drivers mention later on by going here:<br /><strong>   http://download.nvidia.com/XFree86/Linux-x86_64/1.0-7676/NVIDIA-Linux-x86_64-1.0-7676-pkg2.run</strong></p>
<p> These drivers should work on a good amount of nVidias product line, you can see if it works with your card by looking at the compatibility list here:<br /><strong>   http://www.nvidia.com/object/IO_18897.html</strong></p>
<p>   Now onto the the how-to</p>
<p>   1. start up ubuntu.</p>
<p>   2. when you get to the gdm login manager, hit control-alt-F1 to get to a terminal window and then login.</p>
<p>    3. type:</p>
<p><strong> sudo /etc/init.d/gdm stop</strong></p>
<p>   4. put the Sun Ultra 20 supplement CD into the cdrom drive, and type :</p>
<p><strong> sudo mount /dev/cdrom /media/cdrom</strong></p>
<p>   5. now type:  </p>
<p><strong>sudo vi /etc/ld.so.conf</strong></p>
<p>   before the /lib32 and /usr/lib32 lines, add the following:</p>
<p><strong>   /emul/ia32-linux/usr/lib</strong></p>
<p>   then save the file and exit</p>
<p>   6. type: </p>
<p><strong>sudo /sbin/ldconfig</strong></p>
<p>   8. now you will need to install a bunch of ubuntu packages that are not included by default. <br />   linux-headers-2.6.12-9<br />    linux-headers-2.6.12-9-amd64-generic<br />    linux-kernel-headers<br />    libc6-dev<br />    gcc-3.4-base<br />    linux-source-2.6.12<br />    make<br />    binutils 2.16.1-2ubuntu6</p>
<p> I installed them all one at a time because I didn&#8217;t know what I really needed at first, but you should be able to install them all at once by typing this at the prompt:</p>
<p><strong>   sudo apt-get linux-headers-2.6.12-9 \<br />    linux-headers-2.6.12-9-amd64-generic \<br />    linux-kernel-headers libc6-dev gcc-3.4-base \<br />    linux-source-2.6.12 make binutils 2.16.1-2ubuntu6</strong></p>
<p>   9. Now you should be ready to actually install the drivers. cd into:<br /><strong>   /media/cdrom/drivers/linux/display/64bit</strong></p>
<p>    10. then type: </p>
<p><strong>sudo ./NVIDIA-Linux-x86_64-1.0-7667-pkg2.run</strong></p>
<p> there are a bunch of command line options you can give it, so that you don&#8217;t have to use the wizard, and you can essentially let it just autoinstall the entire thing, not asking you anything.<br />    This should get you real close:<br /><strong>   sudo ./NVIDIA-Linux-x86_64-1.0-7667-pkg2.run \<br />    &#8211;accept-license \<br />    &#8211;no-questions</strong></p>
<p>   11. Now, all that there is left to do is edit the xorg.conf config to use the new driver.<br />    But first we need to backup the original config incase something explodes<br />    so, type:</p>
<p><strong>sudo cp /etc/X11R6/xorg.conf /etc/X11R6/xorg.conf.orig</strong></p>
<p>   12. now edit the config&#8230;. type: </p>
<p><strong>sudo vi /etc/X11R6/xorg.conf</strong><br /> Look for the following 2 lines in the config, and either delete them, or comment them out. Both of them should be in the &#8220;Modules&#8221; section.<br /><strong>   Load    &#8220;GLcore&#8221;<br />    Load    &#8220;dri&#8221;</strong></p>
<p>   13. Now go to the &#8220;Device&#8221; section<br />    and replace the line that says:<br /><strong>   Driver    &#8220;nv&#8221;</strong><br />   with<br /><strong>   Driver &#8220;nvidia&#8221;</strong></p>
<p>   14. under the Driver &#8220;nvidia&#8221; line that you added a minute ago, add the following 2 lines:<br /><strong>           Option          &#8220;TwinView&#8221;<br />             Option          &#8220;MetaModes&#8221; &#8220;1280&#215;1024,1280&#215;1024&#8243;</strong></p>
<p> The first one enables Nvidia&#8217;s &#8220;TwinView&#8221; mode. This tells the video card that you have 2 displays. Enabling this means that you don&#8217;t have to bother telling X anything really about the second display.</p>
<p> The next line tells X what graphics modes to use for both of the displays. In my case, I have 2 Dell LCD&#8217;s and they can only handle about 1280&#215;1024. The first resolution is for the first display, the second is for the second display. They can be completely differant resolutions if you want.</p>
<p>    Now save the file and exit.</p>
<p>   15. All you have left to do now is restart gdm and hope nothing went wrong. type:<br /><strong>   sudo /etc/init.d/gdm start</strong></p>
<p> if anything goes really wrong, you should still be able to hit control-alt-F1 to get back to the console, where you can stop gdm again and try to see what went wrong.</p>
<p> If you run into any problems, or want to enable other features or whatever, Nvidia included a pretty useful readme file on the Sun supplemant cd</p>
]]></content:encoded>
			<wfw:commentRss>http://aisle10.net/wp/2005/11/04/ubuntu-on-the-sun-utra20-with-dual-displays/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A quick tour of the Sun Ultra 20</title>
		<link>http://aisle10.net/wp/2005/11/04/a-quick-tour-of-the-sun-ultra-20/</link>
		<comments>http://aisle10.net/wp/2005/11/04/a-quick-tour-of-the-sun-ultra-20/#comments</comments>
		<pubDate>Fri, 04 Nov 2005 20:49:11 +0000</pubDate>
		<dc:creator>emjaydee</dc:creator>
				<category><![CDATA[Hardware]]></category>

		<guid isPermaLink="false">http://aisle10.net/wp/2005/11/04/a-quick-tour-of-the-sun-ultra-20/</guid>
		<description><![CDATA[A quick little tour of the new Sun Ultra 20 workstation<p class="read-more"><a href="http://aisle10.net/wp/2005/11/04/a-quick-tour-of-the-sun-ultra-20/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<a href="http://aisle10.net/wp/2005/11/04/a-quick-tour-of-the-sun-ultra-20/" title="A quick tour of the Sun Ultra 20"></a><p>The other day I got my new Sun Ultra 20 workstation for my desk at work. Sun did a pretty good job putting it together, and if I wasn&#8217;t poor, I would probably buy one for my house. However, since I have no money, i&#8217;ll just pretend I own things through what my work provides me. It came with a gig of memory, onboard RAID, sound, ethernet, SATA, and an AMD Opteron 148 CPU. The hard drive is something like 74 gigs, and this model also included the optional nVidia 3D digital dual head video card. </p>
</p>
<p><img width="212" height="300" src="http://emjaydee.smugmug.com/photos/43007410-S-1.jpg" alt="Ultra 20 front" title="Ultra 20 front" /></p>
<p>The case is all metal, and has 2 firewire, 2 USB ports, a mic jack, and a heaphone jack. I noticed already that the headphone jack on the front of the computer (there is also the normal one on the back of the computer) has a ton of interference. You can hear hard drive noise, and even interference from the mouse every time you move the mouse or do anything.</p>
</p>
<p><img width="170" height="300" src="http://emjaydee.smugmug.com/photos/43007419-S-2.jpg" alt="Ultra 20 back" title="Ultra 20 back" /> </p>
<p>On the back of a the case, there is nothing at all special going on, its as normal looking as you would expect. The fans, are real quite and are some of those fancy smanshy smart fans that powers up and down depending on how busy or hot the computer is, so during normal operation, you can barely notice that it&#8217;s even on.</p>
</p>
</p>
<p><img width="225" height="300" src="http://emjaydee.smugmug.com/photos/43007538-S-1.jpg" alt="Ultra 20 back, PCI slots" title="Ultra 20 back, PCI slots" /></p>
<p>The picture kind of sucks, but you can see that I got the optional 3D digital graphics card, which comes with an adapter that supports a dual head display. Also, the workstation has 3 PCI-X slots, and 3 normal PCI slots. It&#8217;s kind of dissapointing that there are no DB9 serial ports, which I often need, but I didn&#8217;t pay for it, so I guess I don&#8217;t really care. Also, I could always get a USB-DB9 serial port converter and be just fine.</p>
</p>
</p>
<p><img width="400" height="300" src="http://emjaydee.smugmug.com/photos/43007548-S.jpg" alt="Ultra 20 - HD" title="Ultra 20 - HD" /> </p>
<p>I was real happy with the fact that Sun used the same hard drive mounting rails they use on virtually all of their servers/workstations nowadays. The motherboard has built in support for hardware base RAID, and uses those new spiffy SATA drives.</p>
</p>
<p> <img width="400" height="300" src="http://emjaydee.smugmug.com/photos/43007592-S.jpg" alt="Ultra 20 - SATA" title="Ultra 20 - SATA" /></p>
<p>This is so much cleaner looking than old IDE or SCSI cables.</p>
</p>
</p>
<p><img width="400" height="300" src="http://emjaydee.smugmug.com/photos/43007444-S.jpg" alt="Ultra 20 - CDROM" title="Ultra 20 - CDROM" /></p>
<p>To further going along with the &#8220;no screws involved&#8221; plan, the CD/DVD-ROM uses some quick-release contraption for those days when you are on the move.</p>
</p>
<p> <img width="400" height="300" src="http://emjaydee.smugmug.com/photos/43007489-S.jpg" alt="Ultra 20 - CPU" title="Ultra 20 - CPU" /></p>
<p>You can see there is a ton of empty space in the case. You can actually see right through from the front to the back of the case from the outside, and look at the fancy baffling setup that the CPU fan has.</p>
</p>
</p>
<p><img width="400" height="300" src="http://emjaydee.smugmug.com/photos/43007604-S.jpg" alt="Ultra 20 - BIOS Code" title="Ultra 20 - BIOS Code" /></p>
<p>Look at the 2 character LCD display in the middle of the picture. Instead of using horrible speaker beeps or those dumb color coded LED&#8217;s to tell you about hardware problems, it just displays the error code for you to go cry about</p>
</p>
<p>That&#8217;s my little tour of the Ultra 20. </p>
]]></content:encoded>
			<wfw:commentRss>http://aisle10.net/wp/2005/11/04/a-quick-tour-of-the-sun-ultra-20/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Object Caching 1276/1474 objects using disk: basic

Served from: aisle10.net @ 2012-02-06 07:34:35 -->
