Sureshot324
Diamond Member
My ISP heavily throttles all bittorrent traffic on all ports except 1720 (to pretty much dialup speeds). I can't figure out how to change the port on the bittorrent client that comes with ubuntu. Anyone know how?
Originally posted by: Sureshot324
i'm not sure. The debian package name is just bittorrent. Maybe gnome bittorrent? I've found a way to do it from the command line:
btdownloadcurses --minport 1720 --maxport 1720 mytorrent.torrent
But i'd rather permanently set it to use that port, even when i use the gui version.
I may be way out in left field on this as I am pretty new to Linux but Bersyl had me add a command to /etc/init.d/bootmisc.sh once to retain settings I needed for my modem.
would that possibly work in this case?
By far the best BT client and the only one you should be using is Azureus. Fast, easy to use, great interface and clear display, advanced functions. Seemlessly integrates with everything else (at least in ubuntu) Get out of the stone age.
Azureus is certainly a reasonable suggestion, since he may not have been aware that it was easily available for ubuntu, but suggesting that it's the only option is just stupid. He can use whichever client damn well suits his needs (which may or may not be the same as yours).Originally posted by: DidlySquat
By far the best BT client and the only one you should be using is Azureus. Fast, easy to use, great interface and clear display, advanced functions. Seemlessly integrates with everything else (at least in ubuntu) Get out of the stone age.
http://easylinux.info/wiki/Ubuntu#How_t...ll_P2P_BitTorrent_Client_.28Azureus.29
Originally posted by: Nothinman
I may be way out in left field on this as I am pretty new to Linux but Bersyl had me add a command to /etc/init.d/bootmisc.sh once to retain settings I needed for my modem.
would that possibly work in this case?
That won't work. What you did there was add some commands to a startup script (sort of like the old autoexec.bat file on Windows) that configured your modem, they weren't normal application settings. Bittornado does support reading some config settings from a file in your home directory, but I'll be damned if I can figure out what it's called or what format they should be in.
By far the best BT client and the only one you should be using is Azureus. Fast, easy to use, great interface and clear display, advanced functions. Seemlessly integrates with everything else (at least in ubuntu) Get out of the stone age.
Except for the fact that it's UI is slow as crap and it's done in Java.
Well, he pretty much hates everything written in java, but that's his right now isnt' it?Originally posted by: DidlySquat
ROFL I get the feeling you don't like azureus only because it's in java and probably formed your opinion without really using it. Well I use it and it's very fast, java is a good choice for handling the UI, the netcode is native anyways
That's a complete non-issue. Obviously the actual handling of tcp and stuff is handed off to the operating system, as it is with any programming language. There's not much else to do with networking that can really be relevant, whether you're dealing with java or python or c.Originally posted by: DidlySquat
The java networking classes are all implemented natively.
I'll let Nothinman comment on this if he wants to but you're totally out of line simply assuming that he hasn't. Not everybody that disagrees with you is automatically an idiot.Anyway, I bet you he never even used Azureus, and that's wrong by itself - to give advice about something you don't know
ROFL I get the feeling you don't like azureus only because it's in java and probably formed your opinion without really using it. Well I use it and it's very fast, java is a good choice for handling the UI, the netcode is native anyways