<?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>Sid's Blog &#187; Ubuntu</title>
	<atom:link href="http://blog.sidboswell.com/tag/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sidboswell.com</link>
	<description>Yet another weblog clogging up the internet tubes...</description>
	<lastBuildDate>Fri, 10 Sep 2010 20:03:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>From host to hosting&#8230;moving from local server to hosted server</title>
		<link>http://blog.sidboswell.com/2010/05/26/from-host-to-hosting-moving-from-local-server-to-hosted-server/</link>
		<comments>http://blog.sidboswell.com/2010/05/26/from-host-to-hosting-moving-from-local-server-to-hosted-server/#comments</comments>
		<pubDate>Wed, 26 May 2010 16:13:22 +0000</pubDate>
		<dc:creator>Sid Boswell</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Life]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Cable Modem]]></category>
		<category><![CDATA[Comcast]]></category>
		<category><![CDATA[DSL]]></category>
		<category><![CDATA[Fraudband]]></category>
		<category><![CDATA[Hosting]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Time Warner]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://blog.sidboswell.com/?p=608</guid>
		<description><![CDATA[Thank you Time Warner for wasting a ton of my time and in doing so preparing me for yet another move. So for several years and several providers (Verizon DSL, Comcast Cable, and until recently Time Warner Cable), I&#8217;ve been running a small laptop as a web host.  It runs WordPress, Mediawiki, some static pages, [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.sidboswell.com/wp-content/uploads/2010/05/fuck-time-warner.jpg"><img class="alignleft size-full wp-image-609" style="margin: 15px;" title="fuck-time-warner" src="http://blog.sidboswell.com/wp-content/uploads/2010/05/fuck-time-warner-e1274887843676.jpg" alt="" width="250" height="97" /></a>Thank you <a href="http://www.timewarnercable.com/carolinas/" target="_blank">Time Warner</a> for wasting a ton of my time and in doing so preparing me for yet another move.</p>
<p>So for several years and several providers (<a href="http://www22.verizon.com/residential/highspeedinternet" target="_blank">Verizon DSL</a>, <a href="http://www.comcast.com/" target="_blank">Comcast Cable</a>, and until recently <a href="http://www.timewarnercable.com/carolinas/" target="_blank">Time Warner Cable</a>), I&#8217;ve been running a small laptop as a web host.  It runs <a href="http://wordpress.org/" target="_blank">WordPress</a>, <a href="http://www.mediawiki.org/" target="_blank">Mediawiki</a>, some static pages, and some other applications that I use (like <a href="http://www.mytinytodo.net/" target="_blank">MyTinyTodo</a>).  I&#8217;ve also used it to host FTP for large files that I couldn&#8217;t attach to an e-mail, and many many other uses. It has proved a geeks invaluable tool. I used <a href="https://www.dyndns.com/" target="_blank">dyndns.org</a> to keep up with any IP changes (which has happened a total of three times in five or six years). Now my upstream traffic is tiny and is probably not even noticed. The site gets very few visitors and viewing my web stats only a few MB per day worth of traffic. It was nice to have the ability to reach my home from the public internet.<span id="more-608"></span></p>
<p>Recently due to some changes, <a href="http://www.timewarnercable.com/carolinas/" target="_blank">Time Warner</a> has blocked incoming connections to my little server (I can&#8217;t even SSH to my home anymore) (and reading their fine print on their service they do not allow users to &#8220;run servers&#8221;). So while this pisses me off, I&#8217;m actually getting ready to physically move (again) from NC to NY so was considering hosting my sites anyway.</p>
<p>I went with the <a href="http://www.ipage.com/" target="_blank">super budget hosting (iPage.com)</a>. In the event that I don&#8217;t like it, I can pay for a <a href="http://www.rackspace.com/" target="_blank">more expensive hosting solution</a>, but I just needed basic transfer, MySQL, PHP5 and some tools to manage it with.  I also took good notes on things that worked and things that didn&#8217;t and kept good backups of my work and will continue to take backups of databases and file structure so I can move easily.</p>
<p>I didn&#8217;t transfer my domains, just updated their nameservers to the new hosting company. This in essence commoditized hosting as I can move at will to the provider which provides me what I need at what I am willing to pay (granted there is some elbow grease involved in the process).</p>
<p>Here is what I had to do:</p>
<p>Static Files &#8211; FTP them to the correct directory, point the subdomain to that directory, update nameservers on the <a href="http://www.godaddy.com/" target="_blank">Domain Manager on GoDaddy</a>.</p>
<p>WikiMedia &#8211; a little more complex and I possibly could have simplified things &#8211; install new version of WikiMedia (create database, etc.), perform export on old server, perform import on new server, point subdomain to correct directory, update nameservers on GoDaddy. I also moved the extensions by simply moving the extension directory over and adding the extensions in LocalSettings.php &#8230; there are some files that I will move manually and one of my extensions isn&#8217;t working properly (probably a version issue with the new version of MediaWiki, but I bet I can fix that one by hand (sometimes coding is actually fun)).</p>
<p>MyTinyTodo &#8211; expand tar file, move database (export from old server, import to new server), run setup &#8230; super easy, point subdomain to correct directory</p>
<p>WordPress &#8211; followed <a href="http://codex.wordpress.org/Moving_WordPress" target="_blank">instructions here</a> &#8211; there were some limitations on the size of the SQL Import on my new hosting company (via their phpMyAdmin version) so moving the database had to happen in parts (the one large table had to be broken up into 8MB segments (I just used vi)), but it&#8217;s done now &#8211; point subdomain to correct directory, copy MX records and some other domain specific (subdomain) information from my <a href="https://www.dyndns.com/" target="_blank">old nameservers (dyndns.org)</a> to the hosting company, update nameservers on GoDaddy.</p>
<p>Overall it was not too complicated. If you are methodical about the process you can move from one hosting company to another with little trouble and minimum downtime (or like I did from your own host to a hosted solution).</p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=From+host+to+hosting%E2%80%A6moving+from+local+server+to+hosted+server+http://3i66k.th8.us" title="Post to Twitter"><img class="nothumb" src="http://blog.sidboswell.com/wp-content/plugins/tweet-this/icons/tt-twitter-micro4.png" alt="Post to Twitter" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.sidboswell.com/2010/05/26/from-host-to-hosting-moving-from-local-server-to-hosted-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>After 1 month what I think about my EeePC 901</title>
		<link>http://blog.sidboswell.com/2009/03/23/after-1-month-what-i-think-about-my-eeepc-901/</link>
		<comments>http://blog.sidboswell.com/2009/03/23/after-1-month-what-i-think-about-my-eeepc-901/#comments</comments>
		<pubDate>Mon, 23 Mar 2009 13:35:22 +0000</pubDate>
		<dc:creator>Sid Boswell</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Eeebuntu]]></category>
		<category><![CDATA[EeePC]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[UMPC]]></category>

		<guid isPermaLink="false">http://blog.sidboswell.com/?p=405</guid>
		<description><![CDATA[I&#8217;ve had my EeePC 901 for about a month now. I&#8217;m using it as much, if not more than I thought I would. When in the house or even on the road, I reach for it unless I really need a larger screen and keyboard. In fact, I have changed my typical browsing location from [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-thumbnail wp-image-406" style="margin-left: 15px; margin-right: 15px;" title="asus-eee-pc-901-header" src="http://blog.sidboswell.com/wp-content/uploads/2009/03/asus-eee-pc-901-header-150x150.jpg" alt="asus-eee-pc-901-header" width="150" height="150" />I&#8217;ve had my EeePC 901 for about a month now. I&#8217;m using it as much, if not more than I thought I would. When in the house or even on the road, I reach for it unless I really need a larger screen and keyboard. In fact, I have changed my typical browsing location from my home office to my living room and den. It&#8217;s just more comfortable being on a couch with the EeePC in my lap and coffee on the coffee table than being in the office just to browse, e-mail, tweet, etc.</p>
<p>The battery life, while I do get a solid 5 or 6 hours of constant use out of it, could be a bit longer. The 1000HE looks to fit that bill with an advertised 9 hours. I bought a car charger for the EeePC on eBay for $8 + $3 S&amp;H have have charged it in the car a couple of times while on the road.</p>
<p>The WiFi on the EeePC works as well as my MacBook Pro and much better than my wife&#8217;s Dell Inspiron Laptop.</p>
<p><span id="more-405"></span>I&#8217;ve adapted to the keyboard, but I do have to agree with those that say it is tiny. I have only used OpenOffice to draft a document a few times because typing more than a page of text is cumbersome. If it was my only computer, I could live with it, but when I need to create some serious content, I usually just use one of my Macs.</p>
<p>I did have one other problem, which because I purchased it from Amazon was not as big a problem as it could have been. I had a hardware issue with the video card on the mother board (at least that&#8217;s what my experience indicates (and Asus Technical Support agreed)). Asus said I could RMA it and they would either fix it or send me a new one but I would be without it while they made that determination. They suggested that I use the return policy of who I bought it from. The Amazon return policy is great. They shipped me a new one. I just had to ship my initial EeePC back within 30 days. This gave me plenty of time to compare them head-to-head and to copy settings, content, etc. from the defective one to the new one.</p>
<p>Before doing that I compared the default Fedora install and Eeebuntu. The Fedora install boots and wakes from sleep much faster. Opening applications on them is identical and I didn&#8217;t notice any incompatibilities on the internet or using hardware between the two. I&#8217;m hoping that Jaunty will catch up (one of the core improvements in Jaunty will be boot and wake speed).</p>
<p>Overall, I&#8217;m very pleased with the purchase. I really like Eeebuntu but I may be jaded as I run it on several other PCs and like to tinker under the hood. I also recommend upgrading the memory to 2GB for any operating system you are running if you plan on multi-tasking (or running Tweetdeck with a memory leak over a weekend).</p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=After+1+month+what+I+think+about+my+EeePC+901+http://z9m23.th8.us" title="Post to Twitter"><img class="nothumb" src="http://blog.sidboswell.com/wp-content/plugins/tweet-this/icons/tt-twitter-micro4.png" alt="Post to Twitter" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.sidboswell.com/2009/03/23/after-1-month-what-i-think-about-my-eeepc-901/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Eeebuntu NBR on my EeePC</title>
		<link>http://blog.sidboswell.com/2009/03/02/eeebuntu-nbr-on-my-eeepc/</link>
		<comments>http://blog.sidboswell.com/2009/03/02/eeebuntu-nbr-on-my-eeepc/#comments</comments>
		<pubDate>Mon, 02 Mar 2009 14:12:39 +0000</pubDate>
		<dc:creator>Sid Boswell</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Life]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[Eeebuntu]]></category>
		<category><![CDATA[EeePC]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Netbook]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[UMPC]]></category>

		<guid isPermaLink="false">http://blog.sidboswell.com/?p=333</guid>
		<description><![CDATA[The out-of-the-box Xandros Linux that comes on the EeePC just seem too much like a toy. I was very familiar with Ubuntu so I decided to install an Ubuntu derivative on my EeePC 901. The top choices were the Eeebuntu or the easy peasy distributions. I liked the eeebuntu forums a lot so I decided [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-thumbnail wp-image-334" style="margin-left: 15px; margin-right: 15px;" title="justlogo_390" src="http://blog.sidboswell.com/wp-content/uploads/2009/03/justlogo_390-150x150.png" alt="justlogo_390" width="150" height="150" />The out-of-the-box Xandros Linux that comes on the EeePC just seem too much like a toy. I was very familiar with Ubuntu so I decided to install an Ubuntu derivative on my EeePC 901. The top choices were the <a href="http://eeebuntu.org/" target="_blank">Eeebuntu</a> or the <a href="http://www.geteasypeasy.com/" target="_blank">easy peasy </a>distributions. I liked the <a href="http://forums.eeebuntu.org" target="_blank">eeebuntu forums</a> a lot so I decided to go with the Eeebuntu NBR (Netbook Remix) distribution.</p>
<p>I&#8217;ll attempt to describe all that I had to do to get it installed and go into some of the customizations or additions I&#8217;ve made and why.</p>
<p>Installing Eeebuntu was not very difficult but I did have a few challenges and even did a re-install to change the default partitioning to use both SSD drives.</p>
<p><span id="more-333"></span>The first problem I came across was that I could not boot from the USB stick I created using another Ubuntu box I had which is running 8.10. I changed the settings in the BIOS to boot from the USB stick first, but it still wasn&#8217;t booting. I read online that if you press ESC during the initial splash screen that you can choose the boot device, which is true. However, even when I did that and selected the USB stick it still wouldn&#8217;t boot from the USB stick.</p>
<p>I had an old PC that I was cannibalizing for parts and I had a USB to IDE adapter (which has come in handy before), so I took the old DVD player out of my old PC and used that to install Eeebuntu NBR (2.0).</p>
<p>During the install, the GUI in which you make all your selections in is larger than the screen so the Back and OK buttons can not be reached. That was  easy to overcome, but is nevertheless a minor annoyance.</p>
<p>My first install was just accepting the defaults and went very smooth. The machine came up clean and I poked around for a while. The main issue I had with the default install and using the &#8220;Guided&#8221; partition setup is that it installed  the entire system on the larger of the two SSD drives on the system (the 901 Linux version comes with two SSD drives, a 4GB and a 16GB). It didn&#8217;t even format or mount the second SSD. I decided that I would reinstall the system and put everything but the /home directory (and swap) on the 4GB drive. I also called my local PC store and they said that a 2GB upgrade for my EeePC was only $34.99 so I ran out and picked up the memory.</p>
<p>The memory install was a snap and not even worth going into.</p>
<p>For the second install I put the / mount point on the entire 4GB disk, created a 15GB primary partition for the /home directory and left the remainder of the second SSD drive for swap in a logical partition (I think it was just under 1GB).</p>
<p>The first problem I came across was during the system update, I was getting a message that some of the repositories had an unknown public key and therefore were not being updated. I think this was an oversight of the Eeebuntu repository so I did some searching and determined that I had to add the key for that repository:</p>
<pre><code>sudo gpg --armor --export &lt;INSERT KEY HERE&gt; | sudo apt-key add -
</code></pre>
<p>After this, all updates completed successfully.</p>
<p>I have to say that I really like NBR launcher. It&#8217;s slick and easy to customize. It works very well with the EeePC form factor. I like the Eeebuntu distro much more than the OOB Xandros distribution, but there are some tweaks that have to be added if you want to use some of the hardware features.</p>
<p>The next step was to install the eee-control tool set and set it to load on restart. The eee-control tools allow you to assign actions to the silver hotkeys, turn on and off hardware (wifi, bluetooth, webcam, SD card reader), and control the system performance mode (which is a requirement, in my mind, to take advantage of the Atom processor and get decent battery life). To add the eee-control system tray icon add an entry to the Session in the Control Center.</p>
<p>Once I was satisified with my install I installed the following applications:</p>
<ol>
<li>Gnome Do</li>
<li>Skype</li>
<li>Songbird</li>
<li>Gnome games</li>
<li>Tomboy</li>
</ol>
<p>I removed:</p>
<ol>
<li>Banshee</li>
<li>Gnome PPP and other PPP utilities</li>
<li>gtkpod and other iPod utilities</li>
</ol>
<p>Overall, the installation process was not unexpectedly difficult based upon prior experience with Linux (I started with Slackware and kernel 0.82 in 1993) and Ubuntu. It&#8217;s still not Windoze but I doesn&#8217;t come with all the problems that you get with Windoze.</p>
<p>My biggest gripe at this point is the trackpad issue. The trackpad is super sensitive and it&#8217;s very easy to inadvertantly touch it with your thumb when typeing (even more so with this form factor as the keyboard is tiny and one thumb has to be tucked under the other while typing). I tried several options that I found on the eeebuntu forums including uninstalling eee-control and installing eee-acpi-utilities, enabeling the kernel module for the elantech touchpad, and any combination of the above. I still haven&#8217;t found a solution to that issue, but I did revert back to eee-control and set one of the hotkeys to disable the touchpad. It&#8217;s a solution, but I would prefer to have  the option of disabling the touchpad while typing which is an option with the Xandros distro and workes with some of the other EeePCs that have a different trackpad.</p>
<p>I&#8217;ll continue to see if I can find a solution for the touchpad issue and post as soon as I do. If anyone has a solution for the 901 using Eeebuntu or easy peasy please let me know.</p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=Eeebuntu+NBR+on+my+EeePC+http://ifrf6.th8.us" title="Post to Twitter"><img class="nothumb" src="http://blog.sidboswell.com/wp-content/plugins/tweet-this/icons/tt-twitter-micro4.png" alt="Post to Twitter" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.sidboswell.com/2009/03/02/eeebuntu-nbr-on-my-eeepc/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Ubuntu and an old PowerBook</title>
		<link>http://blog.sidboswell.com/2009/01/28/ubuntu-and-an-old-powerbook/</link>
		<comments>http://blog.sidboswell.com/2009/01/28/ubuntu-and-an-old-powerbook/#comments</comments>
		<pubDate>Wed, 28 Jan 2009 13:57:09 +0000</pubDate>
		<dc:creator>Sid Boswell</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[PowerPC]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://blog.sidboswell.com/?p=183</guid>
		<description><![CDATA[My brother-in-law had an old PowerBook G4 laying around.  He said it had a bad hard drive and it was just collecting dust. He sent it to me to mess around with as I figured I could at least make it usable. Specs: 12&#8243; PowerBook G4 1.33 GHz 256 MB RAM 80 GB Hard Drive [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-thumbnail wp-image-203" style="margin-left: 15px; margin-right: 15px;" title="tdyzvy2yjx1reeutstandard" src="http://blog.sidboswell.com/wp-content/uploads/2009/01/tdyzvy2yjx1reeutstandard-150x150.jpg" alt="tdyzvy2yjx1reeutstandard" width="150" height="150" />My brother-in-law had an old PowerBook G4 laying around.  He said it had a bad hard drive and it was just collecting dust. He sent it to me to mess around with as I figured I could at least make it usable.</p>
<p>Specs:</p>
<ul>
<li><a href="http://www.everymac.com/systems/apple/powerbook_g4/stats/powerbook_g4_1.33_12.html" target="_blank">12&#8243; PowerBook G4 1.33 GHz</a></li>
<li>256 MB RAM</li>
<li>80 GB Hard Drive</li>
</ul>
<p>I was able to replace the Hard Drive rather easily by following the instructions at <a href="http://www.ifixit.com/" target="_blank">iFixit</a>. I wanted to do a compare of speeds of doing normal tasks so I tried to install <a href="http://www.apple.com/macosx/" target="_blank">Leopard</a>, but after the DVD spinning for a few hours I learned that the <a href="http://www.apple.com/macosx/techspecs/" target="_blank">minimum requirements for Leopard</a> is 512 MB RAM.</p>
<p><span id="more-183"></span></p>
<p>I downloaded the <a href="http://cdimage.ubuntu.com/ports/releases/8.04/release/" target="_blank">PowerPC Port of Ubuntu Desktop 8.04 LTS</a> and burned it to a DVD. I put it in the DVD drive and rebooted (as there was nothing on the Hard Drive I didn&#8217;t even have to force it to boot from the optical drive). It came up with the live image (basically running the OS off of the DVD Drive) but when I went to install it was painfully slow.  I figured I just didn&#8217;t have enough memory for the OS and the installation program (256 MB is not much memory at all). I did find that there is an alternate image which has a text based installer so I downloaded that and repeated the process.</p>
<p>The PowerBook came up clean with the text installer.  I accepted all the defaults and let it rip. It took a little over an hour for the install and the Mac came up with Ubuntu. The wireless card wasn&#8217;t working so I used the physical network and did a full update using the included update manager. After the update, the wireless card worked (I&#8217;m assuming it was an updated driver module in the kernel).</p>
<p>I&#8217;ve been playing with it for a few days. My only real complaint is that I seem to be stuck in 8 or 16-bit color mode (the desktop image has a series of concentric rings). I can&#8217;t really tell when browsing the web and images and videos look full color to me.  However, I&#8217;ve been browsing the Web, watching YouTube videos, and editing documents in OpenOffice Write and have been pleasently pleased with the speed.  If anyone knows how to get it into 24-bit color mode drop me a note.</p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=Ubuntu+and+an+old+PowerBook+http://49dni.th8.us" title="Post to Twitter"><img class="nothumb" src="http://blog.sidboswell.com/wp-content/plugins/tweet-this/icons/tt-twitter-micro4.png" alt="Post to Twitter" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.sidboswell.com/2009/01/28/ubuntu-and-an-old-powerbook/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A weekend of upgrades&#8230;</title>
		<link>http://blog.sidboswell.com/2008/12/13/a-weekend-of-upgrades/</link>
		<comments>http://blog.sidboswell.com/2008/12/13/a-weekend-of-upgrades/#comments</comments>
		<pubDate>Sat, 13 Dec 2008 23:51:08 +0000</pubDate>
		<dc:creator>Sid Boswell</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Mythbuntu]]></category>
		<category><![CDATA[MythTV]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Windoze]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://blog.sidboswell.com/?p=164</guid>
		<description><![CDATA[So the weather sucked and I didn&#8217;t feel like playing any online games today.  I decided to do some updates, upgrades, and play around for a bit. The first order of business was to update my Mac and iPhone and they were pretty easy and benign (and the latest iPhone upgrade rocks).  I applied all [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-thumbnail wp-image-165" title="ubuntu_logo_icon" src="http://blog.sidboswell.com/wp-content/uploads/2008/12/ubuntu_logo_icon-150x150.png" alt="ubuntu_logo_icon" width="133" height="133" /><img class="alignleft size-thumbnail wp-image-108" title="wordpress_logo" src="http://blog.sidboswell.com/wp-content/uploads/2008/08/wordpress_logo-150x150.png" alt="wordpress_logo" width="150" height="150" />So the weather sucked and I didn&#8217;t feel like playing any online games today.  I decided to do some updates, upgrades, and play around for a bit.</p>
<p>The first order of business was to update my Mac and iPhone and they were pretty easy and benign (and the latest iPhone upgrade rocks).  I applied all the updates to several Windoze computers or Virtual Machines, and performed all the updates for the various flavors of Linux running around the house.  No problems with the basic updates.  Everything went as planned.</p>
<p><span id="more-164"></span>The next order of business was to upgrade my desktop to <a title="Ubuntu 8.18" href="http://ubuntu.com" target="_blank">Ubuntu 8.10 (Intrepid Ibix)</a> from 8.04 (Hardy Heron).  This didn&#8217;t go as smooth as I had hoped and was not as smooth as my previous experiences with Ubuntu release upgrades (I had even upgraded a virtual machine running on VMWare Fusion on my MacBook at work with zero problems).  It turned out that my video cards (it&#8217;s a gaming machine pulling double duty as an Ubuntu desktop) were configured in SLI and the driver installed with 8.10 didn&#8217;t support my cards (2x Nvidia GEForce 8600 GT).  It took quite a bit of messing around, but I finally determined I needed to download the latest (beta) driver from Nvidia, compile and install, and also make one change to the configuraion file (I needed to add a BusId &#8220;1:0:0&#8243; line to the Device section of my /etc/X11/xorg.conf file).  This complete, I upgraded to OpenOffice 3.0, installed Songbird, Gnome Do, Avant, and a few other odds and ends.  Overall was not too big of a hassle, but I can imageine if I wasn&#8217;t familiar with downloading drivers and compileing them I would have been up a creek.  With that said, at least there were <a title="Vista" href="http://www.google.com/url?sa=t&amp;source=web&amp;ct=res&amp;cd=1&amp;url=http%3A%2F%2Fwww.microsoft.com%2Fwindows%2Fwindows-vista%2Fdefault.aspx&amp;ei=7kdESbuzJqakebf0-dEI&amp;usg=AFQjCNFSy2Ogap1VsoSOPbfmPDONXi1OFw&amp;sig2=Y3-ILSrhVxacXqai3KP6pw" target="_blank">drivers&#8230;</a></p>
<p>Even though I had that problem with the desktop, I upgraded my MythTv box (Mythbuntu) and another Ubuntu desktop with no problems.  I decided to leave my Webserver (blackcow) as it is running Ubuntu 8.04 which is a LTS or Long Term Support release and the laptop isn&#8217;t doing much but sitting under my desk serving up the occasional blog entry.</p>
<p>I did upgrade my WordPress version on blackcow with no problems (which prompted me to write this blog entry).</p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=A+weekend+of+upgrades%E2%80%A6+http://ywsng.th8.us" title="Post to Twitter"><img class="nothumb" src="http://blog.sidboswell.com/wp-content/plugins/tweet-this/icons/tt-twitter-micro4.png" alt="Post to Twitter" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.sidboswell.com/2008/12/13/a-weekend-of-upgrades/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MythTV easy &#8230; Comcast HD over Basic Cable not so.</title>
		<link>http://blog.sidboswell.com/2008/08/27/mythtv-easy-comcast-hd-over-basic-cable-not-so/</link>
		<comments>http://blog.sidboswell.com/2008/08/27/mythtv-easy-comcast-hd-over-basic-cable-not-so/#comments</comments>
		<pubDate>Wed, 27 Aug 2008 23:43:57 +0000</pubDate>
		<dc:creator>Sid Boswell</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Life]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Comcast]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Mythbuntu]]></category>
		<category><![CDATA[MythTV]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://blog.sidboswell.com/?p=152</guid>
		<description><![CDATA[So, I&#8217;ve been configuring my Mythbox as I have time.  Some of my hardware arrived late, but I put together the basic PC the first weekend, installed Ubuntu and did a burn-in (I am very happy with how quiet it runs).  My HDHomerun arrived a few days later and decided to interrupt my burn-in. I [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_153" class="wp-caption alignleft" style="width: 160px"><a href="http://blog.sidboswell.com/wp-content/uploads/2008/08/hdtv.jpg"><img class="size-thumbnail wp-image-153" title="hdtv" src="http://blog.sidboswell.com/wp-content/uploads/2008/08/hdtv-150x150.jpg" alt="HDTV" width="150" height="150" /></a><p class="wp-caption-text">HDTV</p></div>
<p>So, I&#8217;ve been configuring my <a title="Previous mythical post" href="http://blog.sidboswell.com/2008/08/20/mythical-tv-can-open-source-tinkering-be-any-cooler/" target="_self">Mythbox</a> as I have time.  Some of my hardware arrived late, but I put together the basic PC the first weekend, installed Ubuntu and did a burn-in (I am very happy with how quiet it runs).  My <a title="HDHomerun" href="http://www.silicondust.com/" target="_blank">HDHomerun</a> arrived a few days later and decided to interrupt my burn-in. I installed <a title="Mythbuntu" href="http://mythbuntu.org/" target="_blank">Mythbuntu</a> and attempted to configure it. I hooked up my coax cable to the HDHomerun and ran a Cat5 to my switch and I was able to see it immediately in the MythTV configuration utility. I did a channel scan and was surprised to have 80 unencrypted hits. My jaw dropped, I had 80 HD channels over basic (analog) cable?</p>
<p>I need to backup here a bit and explain what I had learned through the internet and from a flier that I picked up at the local Comcast office, but even with the flier in my hand, I could not get a Comcast salesperson to give me a straight answer. It clearly states in the brochure that:</p>
<blockquote><p>HDTV broadcast signals <strong>are</strong> included with subscription to <strong>Limited Basic Service</strong>. To receive other HDTV signals provided by the Company, an HDTV capable television set (not provided by the Company), Standard Service and an HDTV digital converter and remote are required. In addition to receive Expanded Service, Digital Starter, Digital Classic, Digital Preferred, Sports Enterntainment, Package or premium (i.e., HBO, Showtime) HDTV signals, a subscritpion to that service is required. <em>(sic)</em></p></blockquote>
<p><span id="more-152"></span></p>
<p>However, the salesperson was adamant that I needed to rent a digital cable box to get any HD (I did check and there is a Firewire out on the Scientific Atlanta box) even though it clearly states in the brochure that HDTV is included with the analog (limited basic) service (only the broadcast channels (NBC, CBS, ABC, Fox, and PBS)).</p>
<p>So, I was surprised and vindicated when I had 80 unencrypted hits. Unfortunately, I was soon to learn that some of those must be placeholders (for what I can&#8217;t imagine). I also can find NO information which channels are the networks, Fox, and PBS so I had to slowly change channels through all 80 and hope Myth didn&#8217;t crap out when there wasn&#8217;t actually any content on that channel. I have found the 5 19&#215;8 (i) channels and plenty of upconverted 4&#215;3 channels, but getting them to match up with the schedules from <a title="Schedules Direct" href="http://www.schedulesdirect.org/" target="_blank">Schedules Direct</a> is still somewhat of a mystery (help would be appreciated &#8230; please leave a comment). I do have to admit that watching the last few days of the Olympics in HD was very sweet &#8230; I&#8217;m still using a computer monitor as I haven&#8217;t convinced the wife to let me get an HDTV yet but the picture quality is great.</p>
<p>The remaining tasks are to install an analog capture card to get non-HD channels, figure out how to get the BlueRay drive working (if possible), get an HDTV (if possible), get the schedule to match up to the HD channels, and a few other odds and ends.</p>
<p>If anyone lives in the Blacksburg, VA area and has been able to decrypt the Comcast HDTV signals over the analog (limited basic) service, please drop me an e-mail or leave a comment here.</p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=MythTV+easy+%E2%80%A6+Comcast+HD+over+Basic+Cable+not+so.+http://cfo4e.th8.us" title="Post to Twitter"><img class="nothumb" src="http://blog.sidboswell.com/wp-content/plugins/tweet-this/icons/tt-twitter-micro4.png" alt="Post to Twitter" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.sidboswell.com/2008/08/27/mythtv-easy-comcast-hd-over-basic-cable-not-so/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Mythical TV &#8230; can Open Source tinkering be any cooler?</title>
		<link>http://blog.sidboswell.com/2008/08/20/mythical-tv-can-open-source-tinkering-be-any-cooler/</link>
		<comments>http://blog.sidboswell.com/2008/08/20/mythical-tv-can-open-source-tinkering-be-any-cooler/#comments</comments>
		<pubDate>Wed, 20 Aug 2008 23:37:00 +0000</pubDate>
		<dc:creator>Sid Boswell</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Life]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Mythbuntu]]></category>
		<category><![CDATA[MythTV]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://blog.sidboswell.com/?p=143</guid>
		<description><![CDATA[My DVD player, which is a Sony and only about 5 years old, is on the fritz.  My Tivo, likewise 5 years old, is showing heavy pixilation which I&#8217;m going to assume is related to it&#8217;s hard drive being 5 years old and having run 24&#215;365 and starting to go (over 43,000 hours).  My (current) [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_144" class="wp-caption alignleft" style="width: 115px"><a href="http://blog.sidboswell.com/wp-content/uploads/2008/08/mythbuntu_logo.png"><img class="size-thumbnail wp-image-144" title="mythbuntu_logo" src="http://blog.sidboswell.com/wp-content/uploads/2008/08/mythbuntu_logo.png" alt="Mythbuntu" width="105" height="105" /></a><p class="wp-caption-text">Mythbuntu</p></div>
<p>My DVD player, which is a Sony and only about 5 years old, is on the fritz.  My Tivo, likewise 5 years old, is showing heavy pixilation which I&#8217;m going to assume is related to it&#8217;s hard drive being 5 years old and having run 24&#215;365 and starting to go (over 43,000 hours).  My (current) TV is standard definition, but I plan on upgrading to HDTV this Christmas (or sooner if my plans pan out). I wasn&#8217;t looking forward to the price of a set-top Blu-Ray player nor an HD Tivo, both of which would be limited to playing content only on the TV they were attached to, so I decided to go it alone and build a media center computer.</p>
<p>I poked around a lot and have setteled on an <a title="Ubuntu" href="http://www.ubuntu.com" target="_blank">Ubuntu</a> implmentation of <a title="MythTV" href="http://www.mythtv.org" target="_blank">MythTV</a> called <a title="Mythbuntu" href="http://mythbuntu.org" target="_blank">Mythbuntu</a>. I seriously considered adding some stuff (a video capture card, larger hard drive, HDMI output, etc) to an older PC which I had just decomissioned and was planning on donating (wiped the hard drive and installed Ubuntu Hardy). However, after doing some research I decided to build a decently powered frontend/backend combination which will later be the hub of my content.  I&#8217;m going to be assembling the system this weekend and plan on tinkering a few days with it before moving it into the living room. I did my research and setteled on the following hardware:</p>
<p><span id="more-143"></span></p>
<ul>
<li><a title="Case" href="http://www.tigerdirect.com/applications/SearchTools/item-details.asp?EdpNo=2448886&amp;CatId=3428" target="_blank">Micro ATX Case (Ultra Micro Fly)</a> &#8230; may be a bit large, but I wanted plenty of room. I&#8217;m also concerned with the noise as I&#8217;ve returned a Ultra power supply in the past as I couldn&#8217;t think over the noise.</li>
<li><a title="Mobo" href="http://www.tigerdirect.com/applications/searchtools/item-details.asp?EdpNo=3353979&amp;cm_mmc=Email-_-WebletMain-_-WEBLET03SHIP-_-03ship&amp;SRCCODE=WEBLET03SHIP" target="_blank">EVGA e-7150</a> which has onboard HDMI, DVI, VGA as well as Optical and Coax S/PDIF</li>
<li><a title="Processor" href="http://www.tigerdirect.com/applications/SearchTools/item-details.asp?EdpNo=2643933&amp;CatId=3406" target="_blank">Intel Q6600</a> (Quad @ 2.4GHz) as I want something with some horsepower which will not require a massive fan to keep it cool</li>
<li>ZeroTHERM CPU Cooler</li>
<li>2GB 800MHz RAM</li>
<li>1TB Hard Drive</li>
<li><a title="Blu-Ray Burner" href="http://www.tigerdirect.com/applications/searchtools/item-details.asp?EdpNo=3974830&amp;cm_mmc=Email-_-WebletMain-_-WEBLET03SHIP-_-03ship&amp;SRCCODE=WEBLET03SHIP" target="_blank">Lite-On Blu-Ray Burner</a></li>
<li><a title="HD and SD Capture Card" href="http://www.pchdtv.com/hd_5500.html" target="_blank">PCHDTV-5500</a> as one HD OR only SD capture card</li>
<li><a title="HD Capture Device" href="http://www.silicondust.com/" target="_blank">HDHomerun</a> for 2 other HD captures</li>
</ul>
<p>I plan on spending some time this weekend assembling and will blog my experience with setup of Mythbuntu, hardware and driver setup and the like.</p>
<p>Check back for more info soon&#8230;.</p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=Mythical+TV+%E2%80%A6+can+Open+Source+tinkering+be+any+cooler%3F+http://6ekqk.th8.us" title="Post to Twitter"><img class="nothumb" src="http://blog.sidboswell.com/wp-content/plugins/tweet-this/icons/tt-twitter-micro4.png" alt="Post to Twitter" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.sidboswell.com/2008/08/20/mythical-tv-can-open-source-tinkering-be-any-cooler/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Is Comcast blocking large HTTP POST transactions?</title>
		<link>http://blog.sidboswell.com/2008/08/18/is-comcast-blocking-large-http-post-transactions/</link>
		<comments>http://blog.sidboswell.com/2008/08/18/is-comcast-blocking-large-http-post-transactions/#comments</comments>
		<pubDate>Mon, 18 Aug 2008 22:12:08 +0000</pubDate>
		<dc:creator>Sid Boswell</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Life]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[BoswellWiki]]></category>
		<category><![CDATA[Comcast]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://blog.sidboswell.com/?p=138</guid>
		<description><![CDATA[I&#8217;m not sure when this started happening, but I can&#8217;t seem to isolate the problem and I&#8217;m assuming that Comcast is to blame. I&#8217;m running this blog on a PC in my house connected to the interWeb via Comcast residential high speed Internet. I&#8217;m keeping DNS humming along using DynDNS even though my “dynamic” IP [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_137" class="wp-caption alignleft" style="width: 160px"><a href="http://blog.sidboswell.com/wp-content/uploads/2008/08/comcast-flag1.png"><img class="size-thumbnail wp-image-137" title="comcast-flag1" src="http://blog.sidboswell.com/wp-content/uploads/2008/08/comcast-flag1-150x150.png" alt="Comcast" width="150" height="150" /></a><p class="wp-caption-text">Comcast</p></div>
<p>I&#8217;m not sure when this started happening, but I can&#8217;t seem to isolate the problem and I&#8217;m assuming that <a title="comcastatemyballs@comcast.net" href="http://www.comcast.com" target="_blank">Comcast</a> is to blame. I&#8217;m running this blog on a PC in my house connected to the interWeb via <a title="comcastatemyballs@comcast.net" href="http://www.comcast.com" target="_blank">Comcast</a> residential high speed Internet. I&#8217;m keeping DNS humming along using <a title="Dynamic DNS" href="http://www.dyndns.com" target="_blank">DynDNS</a> even though my “dynamic” IP address (via DHCP) has not changed since the Adelphia to Comcast migration (and hadn&#8217;t changed on Adelphia prior to that migration). Even before I was running this blog, I had a wiki using <a title="MediaWiki" href="http://www.mediawiki.org/wiki/MediaWiki" target="_blank">MediaWiki</a> running (<a title="The BoswellWiki" href="http://boswellwiki.com" target="_blank">it still is</a>).</p>
<p>Here&#8217;s what&#8217;s happening&#8230;.I can add a comment or a new wiki page (which is an HTTP POST transaction) from home or remotely (outside of my LAN). However, I&#8217;m limited to the size of my comments (or wiki pages) when I&#8217;m remote (outside of my LAN).  Once I get more than a paragraph or so in a comment (or a wiki page) and hit “send” my browser just hangs.  Incidentally, this also happens when creating a blog post while logged in to <a title="Wordpress" href="http://wordpress.org" target="_blank">WordPress</a>.</p>
<p><span id="more-138"></span>I decided to run a test and had tail running on my apache server logs.  I noticed that when remote and creating small posts that my Web server would see the transaction and it would be posted.  I followed this with a large post and my Web server never registered the hit and my browser just hung.</p>
<p>I know for a fact that I created and edited several of the large posts on the wiki when I was away from home, so I know that this “issue” is new, but I&#8217;m just not sure how new.</p>
<p>Anyone have any suggestions or have a similar problem? If so, please post a comment below, but keep it short as if it&#8217;s long it won&#8217;t be posted&#8230;..</p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=Is+Comcast+blocking+large+HTTP+POST+transactions%3F+http://g6nqb.th8.us" title="Post to Twitter"><img class="nothumb" src="http://blog.sidboswell.com/wp-content/plugins/tweet-this/icons/tt-twitter-micro4.png" alt="Post to Twitter" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.sidboswell.com/2008/08/18/is-comcast-blocking-large-http-post-transactions/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Apple, MobileMe, and the eeePC (and all other Linux distros too)</title>
		<link>http://blog.sidboswell.com/2008/08/04/apple-mobileme-and-the-eeepc-and-all-other-linux-distros-too/</link>
		<comments>http://blog.sidboswell.com/2008/08/04/apple-mobileme-and-the-eeepc-and-all-other-linux-distros-too/#comments</comments>
		<pubDate>Tue, 05 Aug 2008 02:58:31 +0000</pubDate>
		<dc:creator>Sid Boswell</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Life]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Windoze]]></category>

		<guid isPermaLink="false">http://blog.sidboswell.com/?p=121</guid>
		<description><![CDATA[It seems that Apple&#8217;s cloud computing push teknology for some reason decided that only Mac OS X and Windoze would be able to use their nifty cloud computing push iPhone teknology.  In other words, they have either left the open source community hanging or they intentionally pulled the plug on compatibility across platforms.  Try to browse to [...]]]></description>
			<content:encoded><![CDATA[<p><a title="Mobile Who?" href="http://blog.sidboswell.com/wp-content/uploads/2008/08/iphone_mobile_me2.jpg"><img class="alignleft size-thumbnail wp-image-122" title="iphone_mobile_me2" src="http://blog.sidboswell.com/wp-content/uploads/2008/08/iphone_mobile_me2-150x150.jpg" alt="MobileWho?" width="150" height="150" /></a>It seems that Apple&#8217;s cloud computing push teknology for some reason decided that only Mac OS X and Windoze would be able to use their nifty cloud computing push iPhone teknology.  In other words, they have either left the open source community hanging or they intentionally pulled the plug on compatibility across platforms.  Try to browse to the <a title="not me" href="http://www.me.com" target="_blank">www.me.com</a> from any Linux PC (unless you are running something under <a title="whyne?" href="http://www.winehq.org/" target="_blank">WINE</a>) and you&#8217;ll get a big fat, &#8220;it ain&#8217;t like that.&#8221;  This includes eeePCs, the $199 gOS netbooks sold at <a title="wish i could work there" href="http://walmartwatch.com/" target="_blank">GoodEmployeeBenefitsmart</a> and anybody who decides not to back down to the evil empire or use an iPhone.  For all their embracing of <a title="ahem....." href="http://developer.apple.com/opensource/index.html" target="_blank">open source</a>, Apple seems to have left the open source community hanging.</p>
<p>What I&#8217;m getting at is that MobileMe does not support Linux.  I&#8217;m pretty sure it isn&#8217;t a compatibility or a features issue as if you spoof your browser using a well known FireFox extension (<a title="good luck" href="https://addons.mozilla.org/en-US/firefox/addon/59" target="_blank">user agent switcher</a>) you can get it to work, but why bother?  What is Apple saying to the non-Apple Hardware, non-Microsoft crowd out there?</p>
<p>I have an iPhone and a MacBookPro for work, but I&#8217;m pissed that I can&#8217;t have access to my address book from my eeePC or from any of my other Linux boxes.</p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=Apple%2C+MobileMe%2C+and+the+eeePC+%28and+all+other+Linux+distros+too%29+http://ebq6w.th8.us" title="Post to Twitter"><img class="nothumb" src="http://blog.sidboswell.com/wp-content/plugins/tweet-this/icons/tt-twitter-micro4.png" alt="Post to Twitter" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.sidboswell.com/2008/08/04/apple-mobileme-and-the-eeepc-and-all-other-linux-distros-too/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Virtual Hosts</title>
		<link>http://blog.sidboswell.com/2008/08/03/virtual-hosts/</link>
		<comments>http://blog.sidboswell.com/2008/08/03/virtual-hosts/#comments</comments>
		<pubDate>Sun, 03 Aug 2008 17:50:44 +0000</pubDate>
		<dc:creator>Sid Boswell</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://blog.sidboswell.com/?p=111</guid>
		<description><![CDATA[In an effort to clean up my URLs for my personal Web site as well as the wiki I have been running, I decided to add virtual hosting to my Ubuntu Hardy (8.04) box. The most difficult and time consuming part of it was keeping what I was doing straight.  I was frustrated as hell [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_112" class="wp-caption alignleft" style="width: 160px"><a href="http://blog.sidboswell.com/wp-content/uploads/2008/08/apache_pb.png"><img class="size-thumbnail wp-image-112" title="apache_pb" src="http://blog.sidboswell.com/wp-content/uploads/2008/08/apache_pb-150x32.png" alt="Powered by ..." width="150" height="32" /></a><p class="wp-caption-text">Powered by ...</p></div>
<p>In an effort to clean up my URLs for <a title="sidboswell.com" href="http://sidboswell.com/" target="_blank">my personal Web site</a> as well as the wiki I have been running, I decided to add virtual hosting to my Ubuntu Hardy (8.04) box. The most difficult and time consuming part of it was keeping what I was doing straight.  I was frustrated as hell with it until I realized that I had to continualy clear my cache of my <a title="Firefox" href="http://www.mozilla.com/en-US/firefox/" target="_blank">Firefox</a> broswer when I wanted to test a new setting in the /etc/apache2/sites-available directory.</p>
<p>The process included:</p>
<ol>
<li>enabling the virtual hosting module (a2enmod vhost_alias)</li>
<li>creating virtual host config files in /etc/apache2/sites-available</li>
<li>enabling the new virtual sites (a2ensite <em>sitename</em>)</li>
<li>restarting apache (apache2ctl restart)</li>
</ol>
<p><span id="more-111"></span></p>
<p>I&#8217;ve created multiple domains now on this single server which point to different DocumentRoot directives in the sites-available directory (including <a title="The BoswellWiki" href="http://boswellwiki.com/" target="_blank">boswellwiki.com</a>, <a title="sidboswell.com" href="http://sidboswell.com/" target="_blank">sidboswell.com</a>, <a title="this site" href="http://blog.sidboswell.com" target="_blank">blog.sidboswell.com</a>).</p>
<p>Prior to this, I had used my domain registrar to forward URL requests and in some places mask the true domain.  This never was really what I wanted so I&#8217;m glad that I spent the time to enable and figure out virtualization.</p>
<p>As I mentioned, I was a bit frustrated as I would make a minor change to test something, restart Apache and then reload from my browswer window to no avail.  I learned the hard way that sometimes it&#8217;s best to clear your cache when testing changes made on the server.</p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=Virtual+Hosts+http://h36sz.th8.us" title="Post to Twitter"><img class="nothumb" src="http://blog.sidboswell.com/wp-content/plugins/tweet-this/icons/tt-twitter-micro4.png" alt="Post to Twitter" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.sidboswell.com/2008/08/03/virtual-hosts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
