<?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; DSL</title>
	<atom:link href="http://blog.sidboswell.com/tag/dsl/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, 03 Feb 2012 20:03:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.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>
]]></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>Online video viewing growing exponentially &#8230; duh</title>
		<link>http://blog.sidboswell.com/2009/08/04/online-video-viewing-growing-exponentially-duh/</link>
		<comments>http://blog.sidboswell.com/2009/08/04/online-video-viewing-growing-exponentially-duh/#comments</comments>
		<pubDate>Tue, 04 Aug 2009 21:49:33 +0000</pubDate>
		<dc:creator>Sid Boswell</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Life]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[Broadband]]></category>
		<category><![CDATA[Cable Modem]]></category>
		<category><![CDATA[DSL]]></category>
		<category><![CDATA[Fiber]]></category>
		<category><![CDATA[Mythbuntu]]></category>
		<category><![CDATA[MythTV]]></category>
		<category><![CDATA[Social Networks]]></category>

		<guid isPermaLink="false">http://blog.sidboswell.com/?p=477</guid>
		<description><![CDATA[According to this article from US Telecom, online video viewing is growing leaps and bounds. With 74% of broadband users downloading or watching videos online.  The article is based upon two studies from Pew and the American Life Project. What&#8217;s amazing about the numbers is that 15% more adults are watching online videos than using [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-thumbnail wp-image-478" style="margin-left: 15px; margin-right: 15px;" title="1video-footage_id1907591_size450" src="http://blog.sidboswell.com/wp-content/uploads/2009/08/1video-footage_id1907591_size450-150x150.jpg" alt="1video-footage_id1907591_size450" width="150" height="150" />According to this <a href="http://www.ustelecom.org/Video_Blogs/Blog/index.php/2009/08/04/online-video-viewing-soars/" target="_blank">article from US Telecom</a>, online video viewing is growing leaps and bounds. With 74% of broadband users downloading or watching videos online.  The article is based upon two studies from Pew and the American Life Project.</p>
<p>What&#8217;s amazing about the numbers is that 15% more adults are watching online videos than using social networking sites. Another number that&#8217;s amazing is the &#8220;near-universal&#8221; use by 18-29 year olds (old media beware).</p>
<p>I work with a lot of communities who still think that &#8220;broadband&#8221; is just high-speed internet and nothing more (which granted, all this online video viewing is occurring over today&#8217;s broadband). I often coach them on the fact that broadband will deliver all of your telecom services in the future including services we don&#8217;t even know about yet as well as those we do (like cable TV, telephone, etc.).  As more and more folks experience video online, they will pressure their local community leaders to become active in promoting broadband availability and broadband adoption so that they can experience the same services that those of us who live in more urban or suburban areas do.</p>
<p>Personally, I watch videos on my TV over Netflix from my Tivo, but also have a MythTV computer acting as a video server where I have ripped most of my DVDs and downloaded <em>(mostly legal) </em>videos.  I also watch plenty of youtube, google video and plenty of old media sites (like comedy central).</p>
<p>If you don&#8217;t have broadband, why not?  Is it too expensive or is it not available?  If it&#8217;s not available, contact your local elected officials and ask what they are doing to bring broadband to your area. It&#8217;s not just for browsing the web anymore and has serious economic development impacts on your locality.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sidboswell.com/2009/08/04/online-video-viewing-growing-exponentially-duh/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Any good stand alone broadband speed applications?</title>
		<link>http://blog.sidboswell.com/2009/02/11/any-good-stand-alone-broadband-speed-applications/</link>
		<comments>http://blog.sidboswell.com/2009/02/11/any-good-stand-alone-broadband-speed-applications/#comments</comments>
		<pubDate>Wed, 11 Feb 2009 15:41:14 +0000</pubDate>
		<dc:creator>Sid Boswell</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[Broadband]]></category>
		<category><![CDATA[Cable Modem]]></category>
		<category><![CDATA[DSL]]></category>
		<category><![CDATA[Fiber]]></category>
		<category><![CDATA[Internet]]></category>

		<guid isPermaLink="false">http://blog.sidboswell.com/?p=223</guid>
		<description><![CDATA[I do a lot of dog-and-pony public speaking on broadband. I often get asked many questions or statements like: My cable modem works fine, why would anyone need more speed? What does fiber get me that DSL or Cable HSD does not? Just how fast is fiber? What can I do with fiber that I [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-thumbnail wp-image-225" style="margin-left: 15px; margin-right: 15px;" title="fiber-speed-2" src="http://blog.sidboswell.com/wp-content/uploads/2009/02/fiber-speed-2-150x150.jpg" alt="fiber-speed-2" width="150" height="150" />I do a lot of dog-and-pony public speaking on broadband. I often get asked many questions or statements like:</p>
<ul>
<li>My cable modem works fine, why would anyone need more speed?</li>
<li>What does fiber get me that DSL or Cable HSD does not?</li>
<li>Just how fast is fiber?</li>
<li>What can I do with fiber that I can&#8217;t do with my current broadband?</li>
<li>640K of memory should be enough for anybody.</li>
<li>Should I have more fiber in my diet?</li>
</ul>
<p>In addition to discussions around the economic development benefits of broadband, I am often looking for methods to demonstrate the difference between different technologies.  I came across a Windows application from some <a href="http://www.mxi.nl/fiberspeed/" target="_blank">site in the Netherlands (it had a .nl extension) </a>that is sort of what I&#8217;m looking for (you can dig around on the Dutch language site and eventually find an English application).</p>
<p><span id="more-223"></span></p>
<p>The application is very simple but effective. I would think that just about any computer science student could gen up something like this.  The only problem with the application is that it doesn&#8217;t have Cable Modem services which are quite common in the areas where I speak. Some additional features I would like to see would be the ability to customize the application and maybe enter in custom speeds, custom file sizes, or even indicate higher quality of service through a simulated data stream (like a choppy video vs. a smooth video).</p>
<p>Tools like these make demonstrating some of the more difficult concepts to grasp to network neophytes easier. You can almost see a light bulb go off above someone&#8217;s head when you show them the differences for something like an Xray or an engineering drawing.</p>
<p>If anyone knows of other offline or standalone demonstration tools, I would be very interested in seeing them and trying to integrate them into public meetings and education events.</p>
<p>Online tools are nice and I would be interested in seeing them as well. However, I am often speaking in locations without internet access which is why I would like offline and standalone applications.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sidboswell.com/2009/02/11/any-good-stand-alone-broadband-speed-applications/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

