Tag Archive for 'bittorrent'

Transmission on Ubuntu 8.04 Server the best Bittorrent client with a web interface

I like the new release of Transmission the Bittorrent client because it’s web interface requires no additional installation of a web server or the entire LAMP stack to do something very simple. My headless server runs Ubuntu 8.04 LTS which till now only had the job of being a file server, not long ago I decided to expand it’s functions and make it grab torrents for me. Remember I have a headless server and only manage it via SSH.

The main requirement was for a BT client that was light and also manageable via HTTP. In my case I decided for Transmission 1.34 because it bring everything I need under one name, except it’s not officially supported or included in the Ubuntu 8.04 repositories.

The solution is to simply add an extra repository to the /etc/apt/sources.list and then execute a simple apt-get install.

Transmission installation

To install Transmission 1.34 or newer versions in Ubuntu 8.04 LTS we first need to add an entry to the sources.list.


sudo nano /etc/apt/sources.list

And add the following.


## Transmission repository not officially supported by the Ubuntu team
deb http://ppa.launchpad.net/bortis/ubuntu hardy main
deb-src http://ppa.launchpad.net/bortis/ubuntu hardy main

Now that we have the new repository in the sources list let’s install the new package.


sudo apt-get install transmission-cli

Check to see if Transmission starts.


transmission-daemon

Now we have Transmission running, let’s log in to the web interface.


http://192.168.15.1:9091

This is by far the easiest way of installing a Bittorrent client that by default includes a web interface and has no need for a web server to be installed in order to work.

Information compiled from:
http://forum.transmissionbt.com/

Verify installed version


transmissioncli -v

If you find any of the material on this site useful please take a moment to make a small donation.

When Is BitTorrent Becoming An Option?

Thank you to all the people who responded to the poll I place on this blog sidebar. The question was whether BitTorrent should become an option for downloading the virtual machines offered on this site?, the poll ended this way 62% Yes, 34% No and 4% What’s BitTorrent. I appreciate the answers and plan to have BitTorrent along side HTTP, however I wont be able to offer this option for another 3 to 5 months due to the fact that I need to move everything to a new server.

My plan includes a server hosted in the US and a second one hosted in the UK. At the moment I do not have the amount of money needed to do so, again thank you for responding to the poll.

If you find any of the material on this site useful please take a moment to make a small donation.

New Virtual Machine Ubuntu 8.04 LTS

Yesterday Ubuntu 8.04 LTS Desktop in the form of a virtual machine was uploaded to the download area. The VM is over 700 MB and offered via HTTP.

Update: I’m planning to also offer all of the content in the download area via Bittorrent in a couple of months.

If you find any of the material on this site useful please take a moment to make a small donation.