Xtreamer Support System

View Articles by Category

There are no sub categories
Add an article to this category

Category » User Tutorialsrss button

There were 8 articles found in this category:

  1. questionHow to install new applications to the e-TRAYz
    In our Knowledge Base and on the forum you can find out that some of the more advanced users have managed to install new applications to the e-TRAYz. Alternative torrent clients, downloaders, newsgrabbers and so on. In order to install those applications you will need access. Download a SSH cli ...
  2. questionCollection of e-TRAYz Guides by thehijacker
    Warning: for advanced users only! for ver1.0 ******************************* o Fixing the FTP share ******************************* vim /etc/proftpd/proftpd.conf i change DefaultRoot ~ to DefaultRoot /home To save and quit: ESCAPE :wq To quit without save: ESCAPE :q! ************************** ...
  3. questionInstall VSFTPD
    This is HOWTO install VSFTPD with possibility to add more users First u need to stop FTP server from eTrayz web interface Secon follow this tutorial to instal ipkg and nano Code: /opt/bin/ipkg install xinetd /opt/bin/ipkg install vsftpd Config vsftpd: Code: /opt/bin/nano /opt/etc/vsftpd.conf A ...
  4. question How to sync Windows folders with eTRAYz (SyncFolder for Win)
    Why do it - short description I want to backup some of my Windows files to eTRAYz at daily basis. In LAN - its not a problem. Just copy and forget. Via Internet - there is FTP. But what if my directory is rather big (3Gb, 16K files) and I really dont remember which files were changed or are th ...
  5. questionInstalling MC (midnight commander)
    To install do a sudo bash to get access rights for /opt Code: # cd /opt # mkdir tmp # cd tmp # wget http://ipkg.nslu2-linux.org/feeds/optware/cs08q1armel/cross/unstable/ipkg-opt_0.99.163-10_arm.ipk # tar -xOvzf ipkg-opt_*_arm.ipk ./data.tar.gz | tar -C / -xzvf - # mkdir -p /opt/etc/ipkg # echo ...
  6. questionInstalling SABnzbd
    Download etrayz_sabnzbd_v100.zip from http://drop.io/etrayz_sabnzbd/ Extract the contents to the WWW folder on your eTRAYz Open your webbrowser and browse to http://etrayz:8000/installetrayz_sabnzbd.php Click Install and wait a moment, DON'T DO ANYTHING, just wait while de page finishes loadin ...
  7. questionInstalling ruTorrent
    There was already guide how to install transmission, but sometimes it is nice to have alternatives. Really rtorrent (for which eTorrent is just a frontend) is quite powerful. Also uTorrent lovers (like me) prefer uTorrent interface, and rtorrent has it! You do not even need to install any new " ...
  8. question Installing TRANSMISSION
    Code: # sudo bash # cd /opt # mkdir tmp # cd tmp # wget http://ipkg.nslu2-linux.org/feeds/optware/cs08q1armel/cross/unstable/ipkg-opt_0.99.163-10_arm.ipk # tar -xOvzf ipkg-opt_*_arm.ipk ./data.tar.gz | tar -C / -xzvf - # mkdir -p /opt/etc/ipkg # echo "src cross http://ipkg.nslu2-linux.org/feeds ...