It’s a good idea to run your torrent downloads through an anonymous VPN. Unlike Usenet, which runs over SSL, torrents just use regular unencrypted traffic. Your ISP can see what you’re downloading. The MPAA and other officials can see all…Continue Reading →
CouchPotato is like SickBeard, but for movies. It will use torrents to download the files instead of Usenet. We’ll need to download the software into a hidden folder in our home folder. cd ~ git clone https://github.com/RuudBurger/CouchPotatoServer.git .couchpotato Now let’s…Continue Reading →
Now we’ll be installing Transmission. This is a torrent client that has a web front end. First, we need to add transmission to our repository and install it. sudo add-apt-repository ppa:transmissionbt/ppa sudo apt-get update sudo apt-get install transmission-cli transmission-common transmission-daemon…Continue Reading →
I’ve always downloaded my content, whether it was TV shows or movies. Heck, even e-books. While there are always ways to get this media in a legitimate fashion, accessibility and value always drove me to consume this content in the…Continue Reading →