Tech Drive-in: "Deluge is a feature rich bit torrent client, which is really popular among Linux users. Deluge is cross platform and works in OS X, Unix and Windows platforms as well."
Tech Drive-in: "Deluge is a feature rich bit torrent client, which is really popular among Linux users. Deluge is cross platform and works in OS X, Unix and Windows platforms as well."
Tech Drive-In: "Transmission is the default bit torrent client in Ubuntu for some time now. But I must admit, I always felt it to be inferior in front of alternatives like Deluge, which apparently is my favorite bit torrent app for Ubuntu Gnome."
Hi guys,
I'm having a heck of a problem with Deluge.
I'm using Kubuntu 12.04 and installed Deluge 1.3.5.
I use a seedbox and use the 'thin client' with Deluge.
Deluge is a full-featured BitTorrent client for Linux, OS X, Unix and Windows. It uses libtorrent in it’s backend and features multiple user-interfaces including: GTK+, web and console. It has been designed using the client server model with a daemon process that handles all the bittorrent activity.
If you need a BitTorrent client for your Ubuntu or Linux system, you should give Deluge a try. Deluge is a new BitTorrent client reated using Python and GTK+. Deluge is intended to bring a native, full-featured client to Linux GTK desktop environments such as Gnome and XFCE.
Deluge, a full-featured BitTorrent client that uses libtorrent in its backend and features multiple user-interfaces including GTK+, web and console, is now at version 1.3.6.
The latest Deluge 1.3.6 comes with a lot of fixes and tons of new features and users have been advised to update to the latest version.
Highlights of Deluge 1.3.6:
• Catch & log KeyError when removing a torrent from th
I installed proftpd under xinetd and it appears to be working...I figured it would make sense to launch deluge-web under xinetd since i don't really use it much.
Code:
/etc/xinetd.d$ cat deluge-web
service deluge-web
{
flags = REUSE
socket_type = stream
protocol = tcp
wait = no
user = deluge
server = /usr/bin/deluge-web
instances = 20
port = 8112
}
I have the file path right:
Code:
/e
Just recently I noticed my deluge-web wasn't running, so I just tried starting the daemon and get this:> sudo /etc/rc.d/deluge-web start
Password:
:: Starting Deluge WebUI [DONE]
>