1000umbrellas.com

Michael Descy's Personal Website

Browsing Posts tagged Transmission

Using the configuration file shown in my Transmission-Daemon setup post, Transmission will download files into the “downloading” folder until the download hits 100%. At that point, the downloaded files will be moved to the “seeding” folder. The torrent will remain active, seeding to other users, until it hits the seeding ratio, or until you pause [...]

Note: This article is an update to the Transmission daemon install instructions which reflects what I did when I rebuilt my media server. I now show the location of the configuration file in the “normal” place, /etc/transmission-daemon/, which did not work for me originally, but worked for me after a fresh install. I also improved [...]

The most popular post on my blog is how to set up the Ubuntu Server firewall via ufw, the Uncomplicated Firewall. I recommend UFW for any standard server, but you might want to move to something more advanced to expand your firewall knowledge, to set up a network gateway, router, or firewall, or to conform [...]

Today I learned a different way to configure the firewall on my Ubuntu 10.04 Lucid Lynx Server: the ufw command. UFW stands for “Uncomplicated FireWall,” and it’s just that. It provides a simpler interface to add or remove firewall rules to iptables, the default Linux firewall. It’s installed on Ubuntu Server by default (and has [...]

Transmission-daemon does not automatically remove completed torrents. I created a script to do so, and I run it via a cron job (under my own user ID) on my Ubuntu 10.04 Lucid Lynx Server.
This script uses command line utility transmission-remote (which is installed when you install the transmission-daemon package) to check on the progress of [...]

Note (10/04/2010): I updated these instructions as part of my media server rebuild project. The new version is clearer and provides a cleaner install.
This article explains how to install, configure, and run Transmission on a headless Ubuntu Lucid Lynx (10.04) server. Transmission, specifically transmission-daemon, is a BitTorrent client that can be accessed via a web [...]