====== Netgear ReadyNAS Duo ====== I decided it was time to upgrade from my old [[wp>NSLU2|NSLU2]] to a more sophisticated [[wp>Network-attached_storage|NAS]] and opted for the [[http://www.readynas.com/?cat=3|Netgear ReadyNAS Duo]]. Its already running a GNU/Linux variant, but I obviously wanted to do a bit more with it, so here you'll find HowTo's on what I've done, hopefully they'll be useful for others. ===== Getting Started ===== Some simple, quick and basic things to do upon first plugging in and powering up your ReadyNAS ==== Update the System ==== Before doing anything else the first thing you should do is update your system as there may be a newer version of the firmware available from Netgear. This is easily achieved from the Frontview WebUI by going to System -> Update and then clicking on the ''Remote'' tab, from where you can tell the ReadNAS to go off and search on-line for updates. ==== Add a normal user ==== The second thing to do is add a normal user so that you don't mess up the ''admin'' or ''root'' account. This is also simple to do in the Frontview WebUI by going to Security -> User & Group Accounts and selecting ''Manage Users'' from the drop-down menu on the right. You then "Add user" tab and enter the users details before hitting ''Apply''. ===== Add-ons ===== Installing add-ons is [[http://www.readynas.com/?p=912|straight-forward]], simply choose your add-on from the [[http://www.readynas.com/?cat=36|Official Add-ons]] or [[http://www.readynas.com/?cat=75|Community Add-ons]] and save the file to a local directory. Then go to your ReadyNAS Duo Frontview page, select System -> Update and then click on the "Local" tab, find the file you just saved to a local directory, then hit the "Upload & Verify" button. Thats it, you may be told the ReadyNAS needs to restart to complete the install, but thats fine, let it go ahead and restart (providing you don't have any other back-up jobs running). Below I describe how to use and/or tweak installed packages, they are in no particular order, but I would recommend installing ''apt-get'' first and following the instructions for then installing ''nano'' which is a much easier text-editor to use than the default ''vi''. * [[linux:readynas:apt-get]] : Installing and using the [[http://www.debian.org|Debian]] package manager which allows you to install additional programs compiled for the ReadyNAS (e.g. nano, mpd, keychain). * [[linux:readynas:EnableRootSSH]] : Having root ssh access enabled is generally a bad idea on *NIX systems, once you've installed the add-on you can disable it, but retain ssh access as normal user for administering the ReadyNAS. * [[linux:readynas:Transmission]] : An alternative BitTorrent client to the default that comes installed on your ReadyNAS. ===== Fancy Stuff ===== Most of the following HowTo's are concerned with installing and configuring packages from the Debian repository, or taking advantage of the tools that are already installed to do many of the tasks you'd normally be expected to perform via Frontview WebUI. * [[linux:readynas:DokuWiki]] : Its already running a web-server ([[http://httpd.apache.org/|Apache]]) so why not use it to host a wiki (includes installing CGI/PHP which are pre-requisites to running DokuWiki). * [[linux:readynas:MPD]] : Have your ReadyNAS stream music //anywhere//, like having your own mp3-streaming radio station. **NB** Never got round to writing this page. * [[linux:readynas:ssh]] : Be able to ''ssh'' from the ReadyNAS to other devices. * [[linux:readynas:rsync]] : Rather than using the Frontview scheduler to set up jobs I preferred to set up ''rsync'' jobs over [[ssh]] and schedule them with ''cron''. ===== Hardware ===== Having installed ''lshw'' I had a peek at the hardware that is in the ReadyNas Duo, details are [[readynas hardware|here]]. Interestingly it indicates that there is a wireless interface which will be investigated. ===== Miscellaneous ===== Other random stuff. * [[linux:readynas:wake-on-lan|Wake-on-LAN]] : get your NAS to turn on and off of its own accord. **NB** Never got round to writing this page. ===== Links ===== * [[http://www.readynas.com|Netgear ReadyNAS]] * [[http://www.readynas.com/download/documentation/UM/ReadyNAS_UM_19Nov07.pdf|Netgear ReadyNAS User Manual (pdf)]] * [[http://www.readynas.com/forum/|ReadyNAS Forums]] * [[http://www.readynas.com/?cat=36|Official Add-ons]] * [[http://www.readynas.com/?cat=75|Community Add-ons]] * [[http://www.readynas.com/?cat=16|Official ReadyNAS HowTo's]] * [[http://readynasfreeware.org/|ReadyNAS Freeware]] {{tag> readynas linux howto}}