<?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>tensixtyone &#187; s3</title>
	<atom:link href="http://tensixtyone.com/tags/s3/feed" rel="self" type="application/rss+xml" />
	<link>http://tensixtyone.com</link>
	<description>Rants of Andrew Williams / Nik_Doof</description>
	<lastBuildDate>Fri, 25 Jun 2010 10:58:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Dropbox on Debian</title>
		<link>http://tensixtyone.com/perma/dropbox-on-debian</link>
		<comments>http://tensixtyone.com/perma/dropbox-on-debian#comments</comments>
		<pubDate>Sat, 13 Sep 2008 07:45:57 +0000</pubDate>
		<dc:creator>Andrew Williams</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[amazon]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[dropbox]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[gusty]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[installation]]></category>
		<category><![CDATA[lenny]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[s3]]></category>
		<category><![CDATA[sid]]></category>
		<category><![CDATA[svn]]></category>
		<category><![CDATA[webdav]]></category>

		<guid isPermaLink="false">http://tensixtyone.com/?p=385</guid>
		<description><![CDATA[Dropbox is out of closed beta and is open for the public, but what is more interesting is that they now have a client for Linux. I&#8217;ve had a beta email sat in my inbox for about 3-4 months, but I&#8217;ve never got round to signing up as I couldn&#8217;t get a client for Linux. [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://getdropbox.com/">Dropbox</a> is out of closed beta and is open for the public, but what is more interesting is that they now have a <a href="http://www.getdropbox.com/install?os=linux">client for Linux</a>. I&#8217;ve had a beta email sat in my inbox for about 3-4 months, but I&#8217;ve never got round to signing up as I couldn&#8217;t get a client for Linux.</p>
<p>Dropbox is one of the new wave of online storage, sort of a cross between <a href="http://www.webdav.org/">WebDAV</a> and <a href="http://subversion.tigris.org/">SVN</a>, in fact, I&#8217;d say its almost exactly like SVN, just with a nice GUI. I guess all it would need to take the &#8220;value-added&#8221; part of this product is for someone to develop a nice front end for <a href="http://aws.amazon.com/s3">Amazon S3</a>, and by looking at their future prices it could be cheaper.</p>
<p>Anyway, picking out the bits of the service is not what I&#8217;m here to do. At the moment I run a <a href="http://www.debian.org/">Debian</a> Testing/Unstable desktop machine, I was quite disappointed to not see a specific Debian package for their software on the website. I realised after a few dumb minutes that I could use the Ubuntu packages.</p>
<p>In sources.list, I referenced their Gusty archive</p>
<pre class="code">deb http://www.getdropbox.com/static/ubuntu gutsy main</pre>
<p>Then in /etc/apt/preferences I set some basic package pinning to make sure that any packages didn&#8217;t collide with the existing Debian repository, not likely but you never know.</p>
<pre class="code">Package: *
Pin: release a=gutsy
Pin-Priority: 400</pre>
<p>Do a &#8220;apt-get update&#8221; and you should have the &#8220;nautilus-dropbox&#8221; package available to install. Simple!</p>
<p>Remember, you&#8217;ll need to restart nautilus by either killing it (killall -9 nautilus) or restarting your Gnome session.</p>
<p>[edit: Fixed the first URL]</p>
]]></content:encoded>
			<wfw:commentRss>http://tensixtyone.com/perma/dropbox-on-debian/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Off-site assets with S3</title>
		<link>http://tensixtyone.com/perma/off-site-assets-with-s3</link>
		<comments>http://tensixtyone.com/perma/off-site-assets-with-s3#comments</comments>
		<pubDate>Sat, 08 Mar 2008 10:38:00 +0000</pubDate>
		<dc:creator>Andrew Williams</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[amazon]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[rewrite]]></category>
		<category><![CDATA[s3]]></category>

		<guid isPermaLink="false">http://blog.tensixtyone.com//2008/03/08/off-site-assets-with-s3</guid>
		<description><![CDATA[Finally, i&#8217;ve got round to moving the /misc folder off onto Amazon S3. I&#8217;ve decided to do this due to my upcoming hosting move, not having to worry about several hundred megabytes of static data will ease the strain of moving. So, how have I done it? First of all I created a bucket on [...]]]></description>
			<content:encoded><![CDATA[<p>Finally, i&#8217;ve got round to moving the /misc folder off onto <a href="http://aws.amazon.com/">Amazon S3</a>. I&#8217;ve decided to do this due to my upcoming hosting move, not having to worry about several hundred megabytes of static data will ease the strain of moving. So, how have I done it?</p>
<p>First of all I created a bucket on S3 with the name assets.nikdoof.net, from there I setup a <span class="caps">CNAME</span> in <span class="caps">BIND</span> for assets.nikdoof.net pointing to s3.amazonaws.com to allow direct referencing to the files within the bucket.</p>
<pre>
assets.nikdoof.net.     IN      CNAME   s3.amazonaws.com.
</pre>
<p>Then for the relocation of the misc folder, setup a simple Apache mod_rewrite rule to transfer all requests for the misc folder to S3.</p>
<pre>
RewriteEngine on
RewriteRule ^/misc/(.*)$ http://assets.nikdoof.net/$1 [R,L]
</pre>
<p>So now it&#8217;s all up and working, and to give it a try yourself, <a href="http://assets.nikdoof.net/desktops/Rachel-Stevens-2.jpg">here</a> is a fetching wallpaper of Rachel Stevens.</p>
]]></content:encoded>
			<wfw:commentRss>http://tensixtyone.com/perma/off-site-assets-with-s3/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why leave Textdrive/Joyent?</title>
		<link>http://tensixtyone.com/perma/why-leave-textdrive-joyent</link>
		<comments>http://tensixtyone.com/perma/why-leave-textdrive-joyent#comments</comments>
		<pubDate>Wed, 11 Jul 2007 12:31:00 +0000</pubDate>
		<dc:creator>Andrew Williams</dc:creator>
				<category><![CDATA[Soapbox]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[amazon]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[joyent]]></category>
		<category><![CDATA[s3]]></category>
		<category><![CDATA[textdrive]]></category>

		<guid isPermaLink="false">http://blog.tensixtyone.com//2007/07/11/why-leave-textdrive-joyent</guid>
		<description><![CDATA[After a few days of thinking i&#8217;ve decided it&#8217;s time to move away from Textdrive onto GMail and my own hosting. Why? Well lets have a quick overview. 1. Memory allocation on shared servers Recently i&#8217;ve been dogged with Mephisto spitting feathers after a few page requests, saying it&#8217;s hit its memory limit and the [...]]]></description>
			<content:encoded><![CDATA[<p>After a few days of thinking i&#8217;ve decided it&#8217;s time to move away from Textdrive onto GMail and my own hosting. Why? Well lets have a quick overview.</p>
<p>1. Memory allocation on shared servers</p>
<p>Recently i&#8217;ve been dogged with Mephisto spitting feathers after a few page requests, saying it&#8217;s hit its memory limit and the MySQL lib can&#8217;t run a command. This is a new change that happend on the TxD servers which i&#8217;m not impressed about, especially how the process never seems to tick over the acceptable limits for ruby processes.</p>
<p>2. Joyent</p>
<p>Joyent, the Gmail replacement, or so I thought. Over the last few months its suffered from developer time being concentrated on the wrong areas. Want to make a mail alias for your Joyent account? No you cant, but you can make spiffy lists&#8230;</p>
<p>If the guys at Joyent actually worked on features that are needed and not what they want to develop then its quite possible that i&#8217;d stick with it. Another fantastic example is that you can&#8217;t mark mail as read/unread, even simple webmail clients have this feature but it seems to escape Joyent.</p>
<p>3. Mish-mash of solutions</p>
<p>Textdrive shared hosting run via Webmin, Mail via Joyent or Webmin however you want to do it, Billing related changes via another control panel, Storage space via another panel.</p>
<p>I can understand that Textdrive/Strongspace/Joyent are three products that have been thrown together into the all encompassing &#8220;Joyent Core&#8221; but they should of worked on the integration before they announced it.</p>
<p>4. All or nothing</p>
<p>I like Strongspace, I like the idea, but now i&#8217;ve got to have Textdrive hosting and Joyent mail with it as well, all i want is Strongspace, nothing more. integration is a good thing but why an&#8217;t we allowed to buy seperate services? I could go for Bingodisk but that doesnt support rsync. After a quick investigation it seems that S3 is my best bet, and probably a bit cheaper.</p>
<p>So, theres a quick run down of my dealbreakers, the issues i&#8217;ve been living with for the last few months. I currently pay around £15 for a low powered dedicated server in London which I hardly make use of, due to the traffic I get to my sites it seems like a good candidate. I&#8217;ll use Google Apps for Domains for my mail and related stuff, and S3 for backup. Now, the long trawl of migration&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://tensixtyone.com/perma/why-leave-textdrive-joyent/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
