<?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 - nslu2</title>
 <link>https://www.stress-free.co.nz/tech/nslu2</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>
</channel>
</rss>
