<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="https://www.stress-free.co.nz"  xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>stressfree - nas</title>
 <link>https://www.stress-free.co.nz/tech/nas</link>
 <description></description>
 <language>en</language>
<item>
 <title>Large file support with an Unslung NSLU2</title>
 <link>https://www.stress-free.co.nz/large_file_support_with_an_unslung_nslu2</link>
 <description>
  &lt;div class=&quot;field-body&quot;&gt;
    &lt;p&gt;I have written previously on how &lt;a href=&quot;/node/269/2/&quot;&gt;cool the little NSLU2 is&lt;/a&gt; as a customisable NAS device. I have set mine up as a little backup device, it silently backs up my server files (using rsync), creates tar files from all the files and then presents these archives to Retrospect on my Mac for backing up to external media and taking off-site. Unfortunately the default &#039;ls&#039; and &#039;tar&#039; programs that come with the Unslung distribution do not support large file sizes or long filenames to fix this problem download the far more up-to-date versions using ipkg:&lt;/p&gt;  &lt;p class=&quot;codesnippet&quot;&gt;# Whilst logged in as root (or use sudo)    &lt;br /&gt;ipkg install coreutils    &lt;br /&gt;ipkg install tar    &lt;br /&gt;mv /bin/ls /bin/ls.old    &lt;br /&gt;mv /bin/tar /bin/tar.old    &lt;br /&gt;ln -s /opt/bin/ls /bin/ls    &lt;br /&gt;ln -s /opt/bin/tar /bin/tar &lt;/p&gt;  &lt;p&gt;Running these commands will replace the outdated programs with their newer counterparts which results in far smoother backups.&lt;/p&gt;   &lt;/div&gt;

&lt;ul class=&quot;field-taxonomy-vocabulary-1&quot;&gt;

      &lt;li&gt;
      &lt;a href=&quot;/tech/linux&quot;&gt;linux&lt;/a&gt;    &lt;/li&gt;
      &lt;li&gt;
      &lt;a href=&quot;/tech/server&quot;&gt;server&lt;/a&gt;    &lt;/li&gt;
      &lt;li&gt;
      &lt;a href=&quot;/tech/nas&quot;&gt;nas&lt;/a&gt;    &lt;/li&gt;
      &lt;li&gt;
      &lt;a href=&quot;/tech/nslu2&quot;&gt;nslu2&lt;/a&gt;    &lt;/li&gt;
      &lt;li&gt;
      &lt;a href=&quot;/tech/backup&quot;&gt;backup&lt;/a&gt;    &lt;/li&gt;
  
&lt;/ul&gt;
</description>
 <pubDate>Mon, 14 Aug 2006 04:03:57 +0000</pubDate>
 <dc:creator>David</dc:creator>
 <guid isPermaLink="false">290 at https://www.stress-free.co.nz</guid>
</item>
<item>
 <title>Linsys NSLU2, one cool little NAS</title>
 <link>https://www.stress-free.co.nz/linsys_nslu2_one_cool_little_nas</link>
 <description>
  &lt;div class=&quot;field-body&quot;&gt;
      &lt;p&gt;Weighing in at a couple of hundred dollars the &lt;a href=&quot;http://www1.linksys.com/products/product.asp?prid=640&quot;&gt;Linksys NSLU2&lt;/a&gt; is a very tidy little NAS device. It&#039;s a small (three CD cases stacked) unit that holds a 266mhz PPC processor (underclocked to 133mhz), 40meg of RAM, two USB ports and one network interface. Linksys have fashioned together a Linux-based OS running Samba to provide a very tidy, home/home-office level NAS device that can be easily administered via a clean web-based interface.&lt;/p&gt;  &lt;div class=&quot;centeredimage&quot;&gt;&lt;a href=&quot;/sites/default/files/images/reviews/linksys_nas/linksys_nas_lg.jpg&quot;&gt;&lt;img src=&quot;/sites/default/files/images/reviews/linksys_nas/linksys_nas_sm.jpg&quot; border=&quot;0&quot; alt=&quot;linksys_nas_sm.jpg&quot; hspace=&quot;0&quot; vspace=&quot;0&quot; width=&quot;262&quot; height=&quot;250&quot; /&gt;&lt;/a&gt;    &lt;br /&gt;The Linksys NAS connected to a 2.5&quot; 80gig drive (click to enlarge)&lt;/div&gt;  &lt;p&gt;Where the little box gets really interesting is its ability to be hacked in almost any direction. There is a large community of Linux hackers producing custom Flash images that allow everything from the addition of extra software packages to the installation of a &lt;a href=&quot;http://www.nslu2-linux.org/wiki/DebianSlug/HomePage&quot;&gt;full-blown Debian system&lt;/a&gt; on the tiny box. The hackers have cleverly got around the flash memory limits of the onboard hardware through a method known as &#039;unslinging&#039;, or more precisely the ability to boot and run the device off a connected hard drive. Coupled with this there is a raft of hardware hacks that range from the relatively simple (&lt;a href=&quot;http://www.nslu2-linux.org/wiki/HowTo/OverClockTheSlug&quot;&gt;removing the underclocking on the CPU&lt;/a&gt;) through to the really difficult (&lt;a href=&quot;http://www.nslu2-linux.org/wiki/HowTo/FattenYourSlug&quot;&gt;boosting RAM to 256meg by soldering together RAM chips&lt;/a&gt;).&lt;/p&gt;  &lt;p&gt;As soon as I read about the device I new I had to try one out to see if it was powerful enough to satisfy some PhD testing needs I have. On Tuesday the device turned up and after verifying the hardware was working I proceeded to void the warranty by installing the &lt;a href=&quot;http://www.nslu2-linux.org/wiki/Unslung/HomePage&quot;&gt;Unslung flash image&lt;/a&gt; and removing the hardware underclocking resistor. The Unslung image is a variation on the default Linksys OS, the major difference from the default OS being that it is &#039;unslung&#039; to the external drive and the ability to install new software packages is provided. The &lt;a href=&quot;http://www.nslu2-linux.org/wiki/Unslung/Packages&quot;&gt;available package list&lt;/a&gt; is surprisingly complete and very up to date. It includes such things as PHP 5.1, Apache 2, MySQL 4.1, CUPS 1.1 and Samba 3.0.22. The package management tool is called ipkg and I&#039;ve found it very easy to use and surprisingly quick. New software gets installed into the /opt/ directory which makes experimenting and distinguishing between the default packages a lot easier.    &lt;br /&gt;&lt;/p&gt;  &lt;p&gt;With all these software packages its easy to put together a really powerful little NAS device that does everything from database driven PHP webpages to complex Active Directory integrated file and print serving. The only limiting factor is the 266mhz CPU and 40meg of RAM (which rules out really tricky stuff involving Java, Mono or Ruby). But ignoring this the device has a tonne of potential for the Linux software or hardware hacker. As it is only a few hundred dollars voiding the warranty is not really an issue, plus if everything turns to custard it is really easy to just re-flash the device with a pre-rolled image and start from square one again. The Linksys NAS is well worth the money if you are a tinkerer, in the market for a low-end file/print/web server or have a particular hardware/software project in mind.    &lt;br /&gt;&lt;/p&gt;   &lt;/div&gt;

&lt;ul class=&quot;field-taxonomy-vocabulary-1&quot;&gt;

      &lt;li&gt;
      &lt;a href=&quot;/tech/linux&quot;&gt;linux&lt;/a&gt;    &lt;/li&gt;
      &lt;li&gt;
      &lt;a href=&quot;/tech/nas&quot;&gt;nas&lt;/a&gt;    &lt;/li&gt;
      &lt;li&gt;
      &lt;a href=&quot;/tech/nslu2&quot;&gt;nslu2&lt;/a&gt;    &lt;/li&gt;
  
&lt;/ul&gt;
</description>
 <pubDate>Thu, 11 May 2006 10:47:43 +0000</pubDate>
 <dc:creator>David</dc:creator>
 <guid isPermaLink="false">269 at https://www.stress-free.co.nz</guid>
</item>
<item>
 <title>Software as a Service - myths destroyed</title>
 <link>https://www.stress-free.co.nz/software_as_a_service_myths_destroyed</link>
 <description>
  &lt;div class=&quot;field-body&quot;&gt;
    &lt;p&gt;Recently I have been giving a lot of thought to the Software as a Service concept. The basic idea behind this catch phrase is that rather than paying a lot of money up front for a piece of software and/or server combination you subscribe to the software online and have it hosted remotely. There&#039;s obviously a couple of concerns over such a model, firstly you have got to trust that these companies do not go out of business plus you have to be confident that your Internet connection (and theirs) will be working whenever you need the service. A lot of these myths have been put to rest as this &lt;a href=&quot;http://www.businessweek.com/technology/content/apr2006/tc20060417_996365.htm?campaign_id=bier_tca&quot;&gt;Business Week article illustrates&lt;/a&gt;, but for hard-core (old school) network administrators the idea of out-sourcing essential software sends cold shivers down their spines.    &lt;br /&gt;&lt;/p&gt; &lt;p&gt;The concept really got stuck in my head when a friend of mine sent a general email asking for people to help him convince a small business to purchase a general purpose (mail/calendar/file/print) server. After having my share of bad server experiences and over demanding clients I eventually came to the conclusion that installing a new server in a small/medium business is a really difficult thing to justify when pitted against the new Software as a Service model. For example if you were to sign-up for the &lt;a href=&quot;https://www.google.com/hosted/&quot;&gt;GMail hosted email service&lt;/a&gt; (where they host your email domain) you get &lt;a href=&quot;http://www.google.com/mail&quot;&gt;email&lt;/a&gt;, &lt;a href=&quot;http://www.google.com/calendar&quot;&gt;calendar&lt;/a&gt; and &lt;a href=&quot;http://www.google.com/talk&quot;&gt;instant messaging&lt;/a&gt; services all for just a few only slightly annoying adverts. Alternatively you could go the &lt;a href=&quot;http://officelive.microsoft.com/&quot;&gt;Microsoft Office Live&lt;/a&gt; path which does not provide as much storage space and costs more but could get very interesting as these services are integrated into the traditional Office suite. For data there are some pretty interesting looking &lt;a href=&quot;http://www.pcmag.com/article2/0,1895,1953565,00.asp&quot;&gt;NAS (Network Attached Service) devices&lt;/a&gt; available that provide local network storage without the hassle of running a full blown server. Then as long as you purchase decent network-enabled printers you have a complete small/medium office solution for a lot less setup and ongoing support costs than a conventional Linux/Windows/Netware server.&lt;/p&gt; &lt;p&gt;From a network administrator&#039;s perspective this model is at first scary (on one likes being out of a job) until you realise that you can now spend your time working with users to get these services working for them rather than just simply working, which is their current (and only) ongoing concern.    &lt;br /&gt;&lt;/p&gt;   &lt;/div&gt;

&lt;ul class=&quot;field-taxonomy-vocabulary-1&quot;&gt;

      &lt;li&gt;
      &lt;a href=&quot;/tech/nas&quot;&gt;nas&lt;/a&gt;    &lt;/li&gt;
      &lt;li&gt;
      &lt;a href=&quot;/tech/web_2_0&quot;&gt;web 2.0&lt;/a&gt;    &lt;/li&gt;
      &lt;li&gt;
      &lt;a href=&quot;/tech/software_as_a_service&quot;&gt;software as a service&lt;/a&gt;    &lt;/li&gt;
  
&lt;/ul&gt;
</description>
 <pubDate>Mon, 01 May 2006 11:48:03 +0000</pubDate>
 <dc:creator>David</dc:creator>
 <guid isPermaLink="false">260 at https://www.stress-free.co.nz</guid>
</item>
<item>
 <title>S3 provides unlimited cheap online storage</title>
 <link>https://www.stress-free.co.nz/s3_provides_unlimited_cheap_online_storage</link>
 <description>
  &lt;div class=&quot;field-body&quot;&gt;
      &lt;div class=&quot;image&quot;&gt;&lt;img src=&quot;/sites/default/files/images/news/amazon_services.gif&quot; border=&quot;0&quot; alt=&quot;amazon_services.gif&quot; hspace=&quot;0&quot; vspace=&quot;0&quot; width=&quot;170&quot; height=&quot;69&quot; /&gt;&lt;/div&gt;It has been a while since I last posted, mainly because I have been very busy working on Reasonate, going to Japan and doing end of year taxes...  &lt;p&gt;Anyway one thing that really blew my mind the other day was &lt;a href=&quot;http://aws.amazon.com/s3&quot;&gt;Amazon&#039;s new S3 service&lt;/a&gt;. On the surface it seems really simple, a basic web service that provides cheap online storage (US$0.15 per Gigabyte for storage per month). What is exciting is the ramifications, if somebody (like you or I) want to store a lot of information for ourselves or others online there is no need to invest in big servers and fat Internet connections to serve that data. It also means that by design your web applications will scale effortlessly at least in the sense of the data storage mechanism assuming Amazon&#039;s server farm is up to the task. I have signed up for an account and read through the documentation and some of the features are pretty nice (access control lists, time sensitive url&#039;s and a lot more). There has been very good things said about it on &lt;a href=&quot;http://www.techcrunch.com/2006/03/14/amazon-grid-storage-web-service-launches/&quot;&gt;TechCrunch&lt;/a&gt; and &lt;a href=&quot;http://blogs.businessweek.com/the_thread/techbeat/archives/2006/03/amazons_newest.html&quot;&gt;other places&lt;/a&gt;, plus some criticisim for &lt;a href=&quot;http://scripting.wordpress.com/2006/03/13/scripting-news-for-3142006/&quot;&gt;not supporting the very simple XML-RPC protocol&lt;/a&gt; (which would have been very nice to have in simple applications). &lt;!--break--&gt;&lt;/p&gt;  &lt;p&gt;What is needed now from someone like Google/MySQL is a distributed database platform that translates a similar business model across to the relational database market, say US$0.15 per thousand queries or database service in exchange for adverts on the site. It would be great to be able to harness to a massively scalable disk and database array with guaranteed uptime and almost unlimited scalability without having to spend thousands (or even millions) of dollars on server hardware and support. This type of setup would be really exciting and would benefit almost everyone involved (except for out of work server support staff). Whether or not something like this happens is uncertain but it certainly is something that Adam Bosworth from Google has obliquely hinted at in &lt;a href=&quot;http://www.adambosworth.net/archives/000031.html&quot;&gt;various speeches&lt;/a&gt; and &lt;a href=&quot;http://www.adambosworth.net/archives/000038.html&quot;&gt;blog posts&lt;/a&gt;.    &lt;br /&gt;&lt;/p&gt;   &lt;/div&gt;

&lt;ul class=&quot;field-taxonomy-vocabulary-1&quot;&gt;

      &lt;li&gt;
      &lt;a href=&quot;/thesis&quot;&gt;thesis&lt;/a&gt;    &lt;/li&gt;
      &lt;li&gt;
      &lt;a href=&quot;/tech/nas&quot;&gt;nas&lt;/a&gt;    &lt;/li&gt;
      &lt;li&gt;
      &lt;a href=&quot;/tech/web_2_0&quot;&gt;web 2.0&lt;/a&gt;    &lt;/li&gt;
      &lt;li&gt;
      &lt;a href=&quot;/tech/software_as_a_service&quot;&gt;software as a service&lt;/a&gt;    &lt;/li&gt;
      &lt;li&gt;
      &lt;a href=&quot;/tech/s3&quot;&gt;s3&lt;/a&gt;    &lt;/li&gt;
      &lt;li&gt;
      &lt;a href=&quot;/tech/amazon&quot;&gt;amazon&lt;/a&gt;    &lt;/li&gt;
  
&lt;/ul&gt;
</description>
 <pubDate>Mon, 01 May 2006 11:15:45 +0000</pubDate>
 <dc:creator>David</dc:creator>
 <guid isPermaLink="false">259 at https://www.stress-free.co.nz</guid>
</item>
</channel>
</rss>
