Results 1 to 10 of 12
How would i open torrent files?...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 11-29-2005 #1
torrent files
How would i open torrent files?
- 11-29-2005 #2
With Azureus :
http://prdownloads.sourceforge.net/a...r.bz2?download
Or any other torrents client..."To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."
-Bruce Lee
- 11-29-2005 #3Just Joined!
- Join Date
- Jul 2005
- Location
- .nl
- Posts
- 70
Azureus is a real resource hog (at least .. thatīs my experience with Azureus) (Azureus is java based)
So I use BitTorrent:
On your desktop open a terminal.
+ passwCode:su
I used yum to install BitTorrent but you can get an rpm package here:
http://www.bittorrent.com/
you can choose (if you have Firefox) whether to install the package or you can save it somewhere else (like ... /home/you) and untar the package + install it manually
Code:/sbin/iptables -I INPUT -p tcp --destination-port 6881:6999 -j ACCEPT
This adds a rule to open TCP ports 6881 through 6999 in your firewall. These ports are required by Bittorent.
This saves the rule.Code:/sbin/iptables-save > /etc/sysconfig/iptables
If you want to open torrent files with firefox you have to do this:
I donīt know if you have gedit .. but you must implement this rule (see below) in /etc/mailcap.Code:gedit /etc/mailcap
Add this line (donīt forget to add a carriage return!)Code:# bittorrent application/x-bittorrent; /usr/bin/bittorrent %s; test=test -n "$DISPLAY"
Log out .. Log in .. and youīre ready to d/l torrent files!
- 11-29-2005 #4You are right about this one. In fact, it is a memory hog... it does take a lot of ram. Still, I think it is a really nice piece of software.
Originally Posted by Infinity
Hey, that's cool. I have to admit I didn't knew about thatCode:/sbin/iptables -I INPUT -p tcp --destination-port 6881:6999 -j ACCEPT
This adds a rule to open TCP ports 6881 through 6999 in your firewall. These ports are required by Bittorent.
This saves the rule.Code:/sbin/iptables-save > /etc/sysconfig/iptables
But, one thing... I never did this, and Azureus is working like a charm... I guest iptables isn't on in Debian Sarge by default. (I have a router, I'll be fine.)
That's all very neat, I'll take note of all this iptables thing. Thanks!"To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."
-Bruce Lee
- 11-29-2005 #5Just Joined!
- Join Date
- Jul 2005
- Location
- .nl
- Posts
- 70
Originally Posted by antidrugue
no problem...
This will output your iptables file.Code:/sbin/iptables -L | less
Azureus also needs another port to be open to be able to function normally.
This adds a rule to open UDP (the other was tcp) port 6881 in your firewall.Code:/sbin/iptables -I INPUT -p udp --destination-port 6881:6881 -j ACCEPT
Saves the ruleCode:/sbin/iptables-save > /etc/sysconfig/iptables
Cheers...
- 11-29-2005 #6
i have a dvd season in a torrent file. i already installed bittorrent. how would i watch them?
- 11-29-2005 #7Linux Newbie
- Join Date
- Mar 2005
- Location
- Minneapolis, MN
- Posts
- 112
Why would you ever use yum on a Gentoo system?
Will get you QTorrent, a fairly light and usable bittorrent client. Now go into your client and open the bittorrent file. It will begin downloading. It will take a long time to download so be patient!Code:emerge qtorrent
--Dachnaz [Fuzzy Llama]
- 11-30-2005 #8Just Joined!
- Join Date
- Jul 2005
- Location
- .nl
- Posts
- 70
Iīve never claimed that he should use yum.. I only said that I used yum to get BitTorrent. I gave him an rpm package to install it. Anyway, emerge ... I forgot about that though.
Originally Posted by Dachnaz
@ crashandburn0420
have you d/l it already ?? cause a whole dvd season (doesnīt really matter what it is) is usually quite big (+4 gb) that takes a few days to d/l.
You can play the d/l files (movies etc. like my own Anime series) with VLC ... the files are usually in .avi format. Sometimes though the package is filled with .rar files, there should be a tool inside the package that puts the packages back together (after you opened the rar files ... )
(?)Code:emerge video-lan client
something like that ... or you can d/l an rpm package and install it manually.
- 12-02-2005 #9Gentoo uses portage not rpm's.or you can d/l an rpm package and install it manually.
- 12-02-2005 #10Linux Newbie
- Join Date
- Mar 2005
- Location
- Minneapolis, MN
- Posts
- 112
I believe you could install the package manager that uses .rpm files on Gentoo. Something to read up on at least!
--Dachnaz [Fuzzy Llama]


Reply With Quote
