[tutorial] Make an always on, headless BitTorrent client - Raspberry Pi Forums


this condensed copy of guide wrote here turn raspberry pi on, bittorrent client snappy ubuntu core.

tutorial uses snappy ubuntu core installation can created following the getting started raspberry pi 2 guide on developer.ubuntu.com has excellent instructions linux, windows, , mac desktop users. don’t forget take note of log ubuntu core chapter contains user login details. though should ssh: ubuntu@webdm.local password: ubuntu

once logged pi running snappy ubuntu core.

code: select all

sudo snappy update
if prompted snappy, reboot pi apply operating system updates.

code: select all

sudo reboot
wait until pi has rebooted, log in , run.

code: select all

sudo snappy install transmission
once done it, have functioning, on bittorrent client running on local network!

point desktop web browser http://webdm.local:9091/

, done! simple.

transmission‘s downloads saved pi , can found at:

code: select all

/var/lib/apps/transmission.matiasb/current/downloads/
can connect raspberry pi on sftp (filezilla) address below transfer downloads desktop.

code: select all

webdm.local
.torrent files in:

code: select all

/var/lib/apps/transmission.matiasb/current/torrents/
transmission’s configuration file json document located at:

code: select all

/var/lib/apps/transmission.matiasb/current/settings.json
can edit using vim though many of configuration options can changed using web interface. if have never used vim before i'd recommend quick primer.

code: select all

sudo vi /var/lib/apps/transmission.matiasb/current/settings.json
transmission’s statistic file json document:

code: select all

/var/lib/apps/transmission.matiasb/current/stats.json
the original guide wrote goes more details on using , configuring snappy, installing non-snappy apps such nano, changing pi's hostname (address) , attaching external hard drive.



raspberrypi



Comments