Headless torrent downloads with rTorrent and Screen


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News Headless torrent downloads with rTorrent and Screen
# 1  
Old 06-12-2008
Headless torrent downloads with rTorrent and Screen

Thu, 12 Jun 2008 08:00:00 GMT
I have a constantly running server that would be a perfect on which to run torrent downloads. The only catch is that the server is headless -- it has no monitor or keyboard. To overcome this obstacle, I use rTorrent as my torrent client, and GNU Screen so that I can disconnect my terminal session and leave rTorrent running.


Source...
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Resolution Won't Change on Headless Linux Box?

Hello All, Wasn't sure if I was supposed to post this under Hardware so posting here... Device: CuBox-i OS: OpenSuSE 13.1 Uname: Linux CuBox-PC 3.14.14-cubox-i #1 SMP Sat Sep 13 03:48:24 UTC 2014 armv7l armv7l armv7l GNU/Linux Window Manager: XFCE Display Manager: lightdm (*XDM?) I... (2 Replies)
Discussion started by: mrm5102
2 Replies

2. Ubuntu

The best distro to use on enviorment headless and only run scripts

Hello, I pretend create a machine headless for only run scripts! I think use Ubuntu Server, but this is the best option? Exist another system more light? Because the purpose is run script which do mathematical calculations. Sum, Division and Modules! My knowledge about word gnu/linux is on... (0 Replies)
Discussion started by: enodev
0 Replies

3. What is on Your Mind?

Best Torrent Downloader

Hola ! i am using fedora 11, and the default torrent downloader client is Transmission. but it is very slow.. please suggest some good torrent downloader Thankss (2 Replies)
Discussion started by: yashwantkumar
2 Replies

4. UNIX and Linux Applications

Exceptions while running application on headless linux

I want to install executable file(Demo.bin) on vMA4.0 virtual machine using ssh. Same can be installed on all other Linux/Unix box. but when I am trying to run it on vMA,I am getting the following error-- Could you please advise me how to approch this problem and how to resolve it? (4 Replies)
Discussion started by: smartgupta
4 Replies

5. Ubuntu

what is the limewire equivalent (non-torrent) for ubuntu

i'm aware of frostwire which is a .rpm for other distros... and the many bitTorrent clients but i dont know how to install / convert them... and the torrent clients just won't find music like limewire would (1 Reply)
Discussion started by: Sterist
1 Replies

6. Programming

launching browser from Java on headless sever

I have a web based app that I need to launch from time to time using Java. The app only runs in a browser window so I need to get that running. I used OS X for my development and it runs fine on my laptop running the server on localhost. But when I deploy (in an oc4j container in a Solaris... (4 Replies)
Discussion started by: Solerous
4 Replies
Login or Register to Ask a Question
TRANSMISSION-CREATE(1)					    BSD General Commands Manual 				    TRANSMISSION-CREATE(1)

NAME
transmission-create -- command-line utility to create .torrent files SYNOPSIS
transmission-create [-h] [-p] [-o file] [-c comment] [-t tracker] [source file or directory] DESCRIPTION
transmission-create creates BitTorrent .torrent files from the command line OPTIONS
-h --help Show a short help page and exit. -o --outfile Save the generated .torrent to this filename. -p --private Flag the torrent as intended for use on private trackers. -c --comment Add a comment to the torrent file. -t --tracker Add a tracker's announce URL to the .torrent. Most torrents will have at least one announce URL. To add more than one, use this option multiple times. AUTHORS
Jordan Lee SEE ALSO
transmission-create(1), transmission-daemon(1), transmission-edit(1), transmission-gtk(1), transmission-qt(1), transmission-remote(1), transmission-show(1) http://www.transmissionbt.com/ BSD
June 9, 2010 BSD