Install rTorrent & ruTorrent with nginx on Debian 9

Published / by ChoosenEye

Here it comes the Update to the glorious Debian 8 – How to install rTorrent & ruTorrent with nginx.

Today we’ll be taking a minimal Debian 9 (stretch) system and set up a seedbox all from scratch, using rTorrent/libTorrent, ruTorrent and Nginx.

Install dependencies

without some packages we can’t start here….

apt-get update
apt-get upgrade

apt-get install nginx php7.0-fpm nano apache2-utils subversion git screen build-essential automake libtool libcppunit-dev libcurl3 libsigc++-2.0-dev curl unrar unzip libncurses5-dev libfuse-dev libcurl4-openssl-dev libxml++2.6-dev php7.0-cli php7.0-mbstring libssl-dev mediainfo

Weiterlesen

Install PlexDrive on Debian 8

Published / by ChoosenEye

Today we wanna install PlexDrive 4.0 on Debian 8, which can mount a Google Drive with Node Caching so you dont get API banned by Google for overuse the API.

Install dependencies

without some packages we can’t start here….

apt-get update
apt-get upgrade

apt-get install fuse mongodb

Weiterlesen

Plex Remote Transcoder on Debian 8

Published / by ChoosenEye

Introduction

This is a guide how to get Plex Remote Transcoder setup on two Debian machines a master and a transcode slave. The first machine will be the master node with IP address 192.168.0.2 and the transcode slave node with IP address 192.168.0.3. This guide assumes that you have already installed the Plex Media Server (PMS) .deb package on the master (directions can be found here if needed). The slave should be a minimal install of Debian 8 . A good way to follow along if you don’t have access to multiple machines is to simply create a few virtual machines using something like VirtualBox/Proxmox/KVM/VMWare/LXC or what ever.

For this guide, we’ve installed Debian 8 on two virtual machines using Proxmox. On the master we’ve installed the latest copy of Plex Media Server (PMS), which at the time of writing is version 1.3.0.3059-6277334.

Weiterlesen

Install rTorrent & ruTorrent with nginx on Debian 8

Published / by ChoosenEye

Get some drink of choice and some snacks. This will take a while. We’ll be taking a minimal Debian 8 system and set up a seedbox all from scratch, using rTorrent/libTorrent, ruTorrent and Nginx.

Install dependencies

without some packages we can’t start here….

apt-get update
apt-get upgrade

apt-get install nginx php5-fpm apache2-utils subversion git screen build-essential automake libtool libcppunit-dev libcurl3-dev libsigc++-2.0-dev libcppunit-dev unzip unrar curl libncurses-dev  libfuse-dev libcurl4-openssl-dev libxml++2.6-dev libssl-dev php5-cli mediainfo

Weiterlesen