Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

deluge(1) [debian man page]

DELUGE(1)						      General Commands Manual							 DELUGE(1)

NAME
deluge - a bittorrent client SYNOPSIS
deluge [options] [torrent] DESCRIPTION
Deluge utilizes a client/server model, with 'deluged' being the daemon process and 'deluge' being used to launch a user-interface. By default, Deluge will run in 'Classic' mode where the daemon functionality will be hidden and the GtkUI will automatically launch a 'del- uged' process. You can turn this off in the Preferences dialog. OPTIONS
[torrent] List of ".torrent" files to add to the download queue. --version Show program's version number and exit. -h, --help Show this help message and exit. -c CONFIG, --config=CONFIG Sets the configuration path. -u UI, --ui=UI The UI that you wish to launch, current options include: gtk, web or console -l LOGFILE, --logfile=LOGFILE Output to designated logfile instead of stdout -L LOGLEVEL, --loglevel=LOGLEVEL Set the log level (default is error): none, info, warning, error, critical, debug -q --quiet Sets the log level to 'none', this is the same as `-L none` -s DEFAULT_UI, --set-default-ui=DEFAULT_UI Sets the default UI to be run when no UI is specified SEE ALSO
Homepage: http://www.deluge-torrent.org/ AUTHOR
This manual page was written by Andrew Resch <andrewresch@gmail.com>. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 3 or any later version published by the Free Software Foundation 1.3.3 July 2011 DELUGE(1)

Check Out this Related Man Page

DELUGED(1)						      General Commands Manual							DELUGED(1)

NAME
deluged - a bittorrent client daemon SYNOPSIS
deluged [options] DESCRIPTION
Deluge utilizes a client/server model, with 'deluged' being the daemon process and 'deluge' being used to launch a user-interface. By default, 'deluged' will run as a daemon, to prevent this you can run deluged with the -d option. This option is useful for running del- uged with the start-stop-daemon. OPTIONS
--version Show program's version number and exit. -h, --help Show this help message and exit. -p PORT, --port=PORT Port daemon will listen on, default is 58846 -i INTERFACE, --interface=INTERFACE Interface daemon will listen for bittorrent connections on, this should be an IP address -u UI_INTERFACE, --ui-interface=UI_INTERFACE Interface daemon will listen for UI connections on, this should be an IP address -d, --do-not-daemonize Do not daemonize -c CONFIG, --config=CONFIG Sets the configuration path. -l LOGFILE, --logfile=LOGFILE Output to designated logfile instead of stdout -P PIDFILE, --pidfile=PIDFILE Use pidfile to store process id -L LOGLEVEL, --loglevel=LOGLEVEL Set the log level (default is error): none, info, warning, error, critical, debug -q --quiet Sets the log level to 'none', this is the same as `-L none` SEE ALSO
Homepage: http://www.deluge-torrent.org/ AUTHOR
This manual page was written by Andrew Resch <andrewresch@gmail.com>. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 3 or any later version published by the Free Software Foundation 1.3.3 July 2011 DELUGED(1)
Man Page

6 More Discussions You Might Find Interesting

1. Ubuntu

deluge

i have ubuntu i just downloaded the package file for deluge 0.5.8.7 and i installed it using the package installer and when i try to launch it it starts to launch but crashes and doesnt show the program or atleast i think it crashes any suggestions on deluge or another bittorrent app that... (7 Replies)
Discussion started by: Texasone
7 Replies

2. Linux

deluge

(7 Replies)
Discussion started by: Texasone
7 Replies

3. UNIX for Dummies Questions & Answers

Problems installing a program through Terminal in Mac OS X

Hey all.. I have a problem with the BitTorrent client called Deluge. (Deluge BitTorrent Client). Followed the guide on their homepage, but can't get it to work. First of all I have installed Xcode Tools 3.0 and MacPorts. I did the "sudo port install deluge" command, and all packages seemed to... (1 Reply)
Discussion started by: Sixmax
1 Replies

4. Linux

Cannot find an OCE Xandros 3 download.

I have been searching the web, using torrent sites - but I still cannot find a download for the Xandros 3 OCE ISO. Linux Questions has a torrent link but Xandros removed it, on their forums they link to a site thats supposed to have the OCE 4 release, but still nothing. So I'm pretty much lost on... (1 Reply)
Discussion started by: Tiffany
1 Replies

5. 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

6. UNIX for Dummies Questions & Answers

Changes to write output to logfile and console

Friends, Below is the script which writes output to LOGFILE, however I want the entire log written to LOGFILE and also console. Please suggest me the changes I need to do here. #!/bin/ksh x=${0##*/} LOGFILE="x.log" echo "CAUTION : Files once deleted cannot be restored" printf 'Would... (8 Replies)
Discussion started by: fop4658
8 Replies