Visualizzazione Stampabile
-
Consiglio Acquisto NAS
Hola, mi servirebbe un consiglio, magari da chi già lo utilizza o ha dimestichezza con il sistema.
Devo prendere un NAS per utilizzarlo come Cloud Storage e Download Center (torrent e Jdonloader). Il problema è che non so cosa prendere. Ci sta il tanto Blasonato QNap ma ho sentito anche parlar bene del Sinology...
Nessuno di voi li usa in questo modo? Se si avete consigli... pro o contro?
-
io tra un po' credo farò così
[url]http://www.raspberrypi.org/forums/viewtopic.php?f=29&t=68170[/url]
[url=http://www.dariocaputo.com/guida-raspberry-pi-come-nas-e-torrent-downloader/]Guida Raspberry Pi come NAS e Torrent downloader - Dario Caputo[/url]
-
Si ma non so se esiste il modo per far partire Jdowloader (o simili) sul Rab... c'è chi dice si.. .chi no..
-
dipende da cosa ti serve titty.
Io uso come torrent box un raspberry Always online ([url=http://www.howtogeek.com/142044/how-to-turn-a-raspberry-pi-into-an-always-on-bittorrent-box/]How to Turn a Raspberry Pi into an Always-On BitTorrent Box[/url])
Però in ambito aziendale/multimedia server/file server uso un QNAP ([url=http://www.qnap.com/i/it/product/items_by_series.php?CA=3]QNAP Systems, Inc. - Network Attached Storage (NAS)[/url])
Mi trovo benissimo e fa di tutto ;- )
Edit: se vi servono altre fonti :
[url=http://www.howtogeek.com/141157/how-to-configure-your-raspberry-pi-for-remote-shell-desktop-and-file-transfer/]How to Configure Your Raspberry Pi for Remote Shell, Desktop, and File Transfer[/url]
[url=http://www.howtogeek.com/139433/how-to-turn-a-raspberry-pi-into-a-low-power-network-storage-device/]How to Turn a Raspberry Pi into a Low-Power Network Storage Device[/url]
-
da possessore di un synology ds 112j devo dire che sono rimasto molto soddisfatto del prodotto.
Gestisce tranquillamente i torrent, emule e anche gli hosting a pagamento, tutto i modo molto intuitivo e al limite esiste un forum di supporto.
Con l' ultimo aggiornamento dsm 5.0 è migliorato ulteriormente. ci sono app quasi per tutto e anche possibilità di installare applicazione tramite python
io lo uso come server cloud e download station principalmente.
-
Citazione:
Originariamente Scritto da
Titty
Si ma non so se esiste il modo per far partire Jdowloader (o simili) sul Rab... c'è chi dice si.. .chi no..
Se ti serve jDownloader, devi avere la gui, quindi ram a manetta, e non so se il Rpi ce la fa...
Altrimenti fai come me... pyLoad, che è uguale a jDownloader ma senza gui, tutto via demone... lo comandi da webGui ovviamente...
-
Anche io sono il felice possessore di ben 4 synology. Vari modelli con varie cpu. Non e' da sottovalutare il fatto che l'SDK e' free, esiste dunque anche una toolchain che permette dunque la compilazione o porting dei propri software preferiti. Roba da smanettoni, ti consiglio dunque qualcosa di piu' "tranquillo".
-
Io non ho voglia di sbattermi a far porting...
Ho sentito pareri discordanti su pyLoad... per questo chiedo.
VIsto che CMQ alla fine la spesa non è irrisoria (tra NAS e 2 HDD da 4TB) volevo ponderar ebene le varie soluzioni
-
Citazione:
Originariamente Scritto da
Titty
Io non ho voglia di sbattermi a far porting...
Ho sentito pareri discordanti su pyLoad... per questo chiedo.
VIsto che CMQ alla fine la spesa non è irrisoria (tra NAS e 2 HDD da 4TB) volevo ponderar ebene le varie soluzioni
Lo uso da 2 anni ormai... dipende dagli account che usi... ddl5torag3 andava una favola... ho avuto anche netload entrambi premium... ormai uso solo realdebrid, e fa cmq il suo sporco lavoro...
-
PyLoad + alldebrid su QNAP ts-212p, fenomenale!!
-
Io uso il Synology DS212j ed è proprio una fighezzeria, il suo download manager è il top :D ieri ho anche messo IPKG tramite script bootstrap per installare i pacchetti "foresti" da terminale tipo mc ecc, da optware, non escluderei l'esistenza di repo di vario genere , cmq sembra sia fattibile avere jdownloader su synology con chroot debian e un lxde via vnc:
Citazione:
Re: Support for JDownloader
Postby dislusive » Wed Oct 23, 2013 9:41 am
I hope I'm not bumping a dead thread here, but there seems to be several incomplete instances of how to get this to work; both JDownloader and the Debian Chroot env in general.
I'll start off with saying that I'm VERY new to the Synology NAS. I picked up an 1813+ to replace an external RAID5 connected to a home-brew Debian box functioning in the network role as a NAS, DNS server, and a few other things . However, I digress...
I'm still transferring my data to the Synology NAS, yeah, that new to it. But I'm a very experienced *nix admin/developer.
I was having a look around the forums and saw something about a chroot environment and package development, hmm, my interest is peaked!
These are the steps I took, after much Google searching on the topic, and just a general attempt at figuring out the environment.
1) Add the SynoCommunity package repo source (Instructions here [url]http://www.synocommunity.com/faq#addSource[/url])
2) Install "Python" and "Debian Chroot" packages from the SynoCommunity repo.
3) SSH to the NAS box
- cd /volume1
- ln -s /volume1/@appstore/debian-chroot/var/chroottarget debian
- mount -o bind /proc /volume1/debian/proc
4) Type "chroot debian /bin/bash" (sans quotes)
You're in! That's all that is to setting up the Debian Chroot environment! (the bare essentials).
The "ln" command above, the SynoCommunity "Debian Chroot" package installs the chroot target in the path, I'm simply creating a symlink to it for easier access.
It's that easy and painless, you're Debian Chroot environment is now setup!
Now, we have some work to do.
1) Update the package repo with "apt-get update" (sans quotes)
2) upgrade to the newest version of Debian with "apt-get dist-upgrade" (sans quotes)
3) Install some commonly used tools; "apt-get install wget less vim make atop file" (sans quotes)
Install a desktop env:
- "apt-get install lxde-core" (sans quotes) (taken from [url=http://www.mauchle.name/blog/?p=211]HOWTO: Install jDownloader on a Synology Diskstation · FlohEinstein's Footprint[/url] THANKS!)
Install a VNC Client:
- "apt-get install vnc4server" (sans quotes)
Install Java:
- "apt-get install openjdk-6-jre" (sans quotes)
Download and install JDownloader:
- mkdir /home/downloads
- cd /home/downloads
- wget [url]http://installer.jdownloader.org/jd_unix_0_9.sh[/url]
- chmod +x jd_unix_0_9.sh
- ./jd_unix_0_9.sh
Edit the VNC Server startup file: (taken from [url=http://www.mauchle.name/blog/?p=211]HOWTO: Install jDownloader on a Synology Diskstation · FlohEinstein's Footprint[/url] )
- vim /root/.vnc/xstartup
Comment out all the lines that are currently in the file and append the following lines to the file:
xrdb $HOME/.Xresources
xsetroot -solid grey
startlxde &
lxsession
At this point everything should be installed, and we're ready to launch!
Launch the VNC server:
- /usr/bin/vncserver :1 -geometry 800x600 (1024x768)
Lets make sure our VNC Server is running from the above step:
- netstat -an | grep 5901 (assuming VNC is running on display 1)
Export the VNC server display:
- export DISPLAY=":1"
Connect to the VNC Server with your VNC Client at this point.
Launch JDownloader:
- cd /usr/local/jdownloader (default install directory)
- ./JDLauncher
There's still some things to do, such as adding the download directories. I'll edit this post and add that additional information later.
My next task is to get DJB-DNS working on this, so that it can start performing DNS duties for my network; I'll document that as well, if I get it all figured out and working.
Enjoy!
Fonte: [url=http://forum.synology.com/enu/viewtopic.php?f=3&t=17076&start=150#p286463]Synology Forum • View topic - Support for JDownloader[/url]