Revision history for BitTorrent


Revision [11037]

Last edited on 2010-11-23 01:32:03 by coolpup
Additions:
{{nocomments}}
Deletions:
----
==Categories==
CategoryDocumentation


Revision [7821]

Edited on 2010-06-25 09:41:04 by coolpup
Additions:
The ""BitTorrent"" protocol is used to distribute large files widely without the original distributor incurring the entire costs of hardware, hosting and bandwidth resources. Instead, when a file is distributed using the ""BitTorrent"" protocol, each downloader supplies pieces of the file to other people, with such benefits as reducing the cost and burden on any given individual source, providing redundancy against system problems, and reducing dependence on the original distributor.
""BitTorrent"" client software: [[Transmission]] & [[Opera]]
Deletions:
The BitTorrent protocol is used to distribute large files widely without the original distributor incurring the entire costs of hardware, hosting and bandwidth resources. Instead, when a file is distributed using the ""BitTorrent"" protocol, each downloader supplies pieces of the file to other people, with such benefits as reducing the cost and burden on any given individual source, providing redundancy against system problems, and reducing dependence on the original distributor.
BitTorrent client software: [[Transmission]] & [[Opera]]


Revision [7820]

Edited on 2010-06-25 09:40:33 by coolpup
Additions:
The BitTorrent protocol is used to distribute large files widely without the original distributor incurring the entire costs of hardware, hosting and bandwidth resources. Instead, when a file is distributed using the ""BitTorrent"" protocol, each downloader supplies pieces of the file to other people, with such benefits as reducing the cost and burden on any given individual source, providing redundancy against system problems, and reducing dependence on the original distributor.
BitTorrent client software: [[Transmission]] & [[Opera]]
CategoryDocumentation
Deletions:
{{image url="http://www.bittorrent.com/sites/all/themes/bittorrent2/files-front/front-btlogo.gif" title="BitTorrent logo" alt="BitTorrent logo"}}
======[[http://www.bittorrent.com/ BitTorrent]]{{color text=" is a form of peer-to-peer file sharing (P2P)" c="green"}}======
With it, someone can distribute large files widely without the original distributor incurring the entire costs of hardware, hosting and bandwidth resources. Instead, when a file is distributed using the ""BitTorrent"" protocol, each downloader supplies pieces of the file to other people, with such benefits as:
- Reducing the cost and burden on any given individual source.
- Providing redundancy against system problems.
- Reducing dependence on the original distributor.
[[http://murga-linux.com/puppy/viewtopic.php?t=38969 Transmission pet]] recommended bit torrent program for Puppy
==={{color text="Downloading Torrent Files with BitTorrent" c="black"}}===
1) Click on a ""BitTorrent"" link on a webpage. Here's an example: [[http://torrents.thepiratebay.org/4006345/Puppy_Linux_Manual_-_3.01_-_English.4006345.TPB.torrent Torrent link for Puppy Linux Manual 3.01 in English]] (11MB, PDF)
1) The .torrent will open in your ""BitTorrent"" program.
1) Select a place to save the file.
1) The file will begin to download.
==={{color text="Uploading Files with BitTorrent" c="black"}}===
1) Use a ""BitTorrent"" program to make a .torrent file for the file you want to upload
1) Upload that .torrent to a tracker site
1) Seed the file: click the .torrent and select the file you want to share as the Save location.
1) Give people a link either directly to the .torrent file or to a webpage where they can get the .torrent file.
===Finding Torrent Files===
==[[http://linuxtracker.org/index.php?page=torrents&category=277 LinuxTracker Puppy torrents]]==
Some other popular torrent trackers (torrent search/hosting sites):
[[http://thepiratebay.org/ The Pirate Bay]]
[[http://www.isohunt.com/ isoHunt]]
[[http://www.bittorrent.com/btusers BitTorrent Search]]
See their FAQ's for more on uploading a torrent to their trackers.
===""BitTorrent"" Programs===
If a torrent program is included with Puppy then would be available in the menu in the Internet section. Some versions of Puppy include [[http://www.transmissionbt.com/ Transmission]], CTorrent and others can be added:
[[Opera Opera]] - web browser with ""BitTorrent"" support built-in
Azureus - specialized ""BitTorrent"" program in Java with many features & add-ons
""Aria2"" - command-line downloader that can do ""BitTorrent""
==={{color text="Installing the Original BitTorrent Program" c="black"}}===
You can install and compile the original [[http://www.bittorrent.com/ BitTorrent client]] on recent versions of Puppy Linux with a bit of difficulty. BitTorrent requires Python 2.2.1 or greater. The GUI also requires Python 2.3, GTK 2.6 or greater, and pygtk 2.6 or greater. From edr4rd: Any version of BitTorrent "... higher than 4.3.3 requires a higher version of pygtk than 2.6.0, which requires a newer version of gLib than glib-2.6. The problem is while newer versions of gLib can be installed to puppy for some reason puppy will not recognize it and continue to only report the version it came with, which is 2.6." & " further complicating the issue is that the documentation in the install readme files of bittorrent client are not up to date" with its requirements.
One may need to install the ""DotPup"" for the [[http://puppylinux.org/wikka/DotPups libstdc++.so.6]] library file, because Python requires it.
You could install the [[ftp://grafpup.com/pub/unleashed_packages/python-2.4.tar.gz Python]] & [[ftp://grafpup.com/pub/unleashed_packages/pygtk-2.4.0.tar.gz PyGtk]] packages from Grafpup Linux (Puppy-based) with the ""PupGet"" package manager using the install alien package option. It would probably work **better** if you compiled them yourself.
To compile programs in Puppy Linux, you need to download the [[http://www.puppylinux.com/development/compileapps.htm compiling support file]] to /mnt/home (if using a multisession CD/DVD or installed to a Linux partition then download it to /root; either way don't forget to verify with the MD5 checksum)
Once the above requirements are met, then complete the following instructions to compile and install ""BitTorrent"":
1) Download the [[http://www.bittorrent.com/opensource latest BitTorrent source tarball]] (or [[http://download.bittorrent.com/dl/archive/ an older version]])
1) Reboot Puppy Linux
1) Extract the tarball to somewhere like /root/my-documents/tmp
1) Go to console (via rxvt); type, for example, cd /root/my-documents/tmp/BitTorrent-4.2.2; then type python setup.py install; then type bittorrent to run it the first time and change the settings as you like them.
To put an icon on the desktop: open Rox-Filer then navigate to /usr/bin/ then drag the bittorrent script to the desktop then right click on the file to add the BitTorrent icon from /usr/(?)/X11/pixmaps. (Warning: you won't see any error messages via this method)
To set up Mozilla: open Mozilla; click on a .torrent file (below); then when prompted, Open With /usr/bin/""bittorrent""
==={{color text="Related links" c="black"}}===
- [[http://www.bittorrent.com/btusers BitTorrent FAQ]]
- WikiPedia:BitTorrent
- [[http://www.async.com.br/faq/pygtk/index.py?req=index PyGTK FAQ]]
- [[http://python.org/doc/ Python FAQ]]
CategoryApplicationPreinstalled


Revision [5193]

Edited on 2010-01-25 13:54:41 by wolf_pup
Additions:
[[http://murga-linux.com/puppy/viewtopic.php?t=38969 Transmission pet]] recommended bit torrent program for Puppy
Deletions:
[[http://murga-linux.com/puppy/viewtopic.php?p=245047#245047 Transmission pet]] recommended bit torrent program for Puppy


Revision [4771]

Edited on 2009-12-24 01:27:13 by CrustyLobster
Additions:
[[http://murga-linux.com/puppy/viewtopic.php?p=245047#245047 Transmission pet]] recommended bit torrent program for Puppy


Revision [4750]

Edited on 2009-12-22 15:54:44 by JeyRey [major updates]
Additions:
==={{color text="Downloading Torrent Files with BitTorrent" c="black"}}===
===Finding Torrent Files===
==[[http://linuxtracker.org/index.php?page=torrents&category=277 LinuxTracker Puppy torrents]]==
Some other popular torrent trackers (torrent search/hosting sites):
[[http://thepiratebay.org/ The Pirate Bay]]
[[http://www.isohunt.com/ isoHunt]]
[[http://www.bittorrent.com/btusers BitTorrent Search]]
See their FAQ's for more on uploading a torrent to their trackers.
===""BitTorrent"" Programs===
If a torrent program is included with Puppy then would be available in the menu in the Internet section. Some versions of Puppy include [[http://www.transmissionbt.com/ Transmission]], CTorrent and others can be added:
One may need to install the ""DotPup"" for the [[http://puppylinux.org/wikka/DotPups libstdc++.so.6]] library file, because Python requires it.
To compile programs in Puppy Linux, you need to download the [[http://www.puppylinux.com/development/compileapps.htm compiling support file]] to /mnt/home (if using a multisession CD/DVD or installed to a Linux partition then download it to /root; either way don't forget to verify with the MD5 checksum)
1) Download the [[http://www.bittorrent.com/opensource latest BitTorrent source tarball]] (or [[http://download.bittorrent.com/dl/archive/ an older version]])
- [[http://www.bittorrent.com/btusers BitTorrent FAQ]]
- WikiPedia:BitTorrent
- [[http://www.async.com.br/faq/pygtk/index.py?req=index PyGTK FAQ]]
- [[http://python.org/doc/ Python FAQ]]
Deletions:
For more on what ""BitTorrent"" is see the article at [[WikiPedia:BitTorrent BitTorrent]]
==={{color text="Downloading Files with BitTorrent" c="black"}}===
Some trackers: [[http://thepiratebay.org/ The Pirate Bay]], [[http://www.isohunt.com/ isoHunt]], [[http://linuxtracker.org/ LinuxTracker]]. See their FAQ's for more on uploading a torrent to their trackers.
One would need to install the ""DotPup"" for the [[http://puppylinux.org/wikka/DotPups libstdc++.so.6]] library file, because Python requires it.
To compile programs in Puppy Linux, you need to download the [[http://distro.ibiblio.org/pub/linux/distributions/puppylinux/usr_devx.sfs usr_devx.sfs]] compiling support file to /mnt/home (if using a multisession CD/DVD or installed to a Linux partition then download it to /root; either way don't forget to verify with the MD5 checksum)
1) Download the [[http://download.bittorrent.com/dl/ BitTorrent source tarball]]
This software is preinstalled in Puppy 4.2.1
Available from:
//Menu > Internet > Transmission//
[[http://www.bittorrent.com/dna/dna-support-forums/frequently-asked-questions BitTorrent FAQ]]
[[http://www.async.com.br/faq/pygtk/index.py?req=index PyGTK FAQ]]
[[http://python.org/doc/ Python FAQ]]


Revision [3991]

Edited on 2009-11-03 17:28:19 by Puppyite [major updates]

No Differences

Revision [3990]

Edited on 2009-11-03 17:27:49 by Puppyite [major updates]
Additions:
- Reducing the cost and burden on any given individual source.
- Providing redundancy against system problems.
- Reducing dependence on the original distributor.
[[Opera Opera]] - web browser with ""BitTorrent"" support built-in
Azureus - specialized ""BitTorrent"" program in Java with many features & add-ons
""Aria2"" - command-line downloader that can do ""BitTorrent""
Deletions:
- reducing the cost and burden on any given individual source
- providing redundancy against system problems
- reducing dependence on the original distributor.
[[Opera Opera]] - web browser with ""BitTorrent"" support built-in
Azureus - specialized ""BitTorrent"" program in Java with many features & add-ons
""Aria2"" - command-line downloader that can do ""BitTorrent""


Revision [3989]

Edited on 2009-11-03 17:27:01 by Puppyite [major updates]
Additions:
1) Download the [[http://download.bittorrent.com/dl/ BitTorrent source tarball]]
Deletions:
1) Download the [[http://www.bittorrent.com/dl/BitTorrent-4.2.2.tar.gz BitTorrent source tarball]]


Revision [3988]

Edited on 2009-11-03 17:24:50 by Puppyite [major updates]
Additions:
[[http://python.org/doc/ Python FAQ]]
Deletions:
[[http://python.org/doc/faq/general.html Python FAQ]]


Revision [3987]

Edited on 2009-11-03 17:23:01 by Puppyite [major updates]
Additions:
For more on what ""BitTorrent"" is see the article at [[WikiPedia:BitTorrent BitTorrent]]
Deletions:
For more on what ""BitTorrent"" is see the article at [[http://en.wikipedia.org/wiki/BitTorrent WikiPedia:BitTorrent]]


Revision [3986]

Edited on 2009-11-03 17:13:31 by Puppyite [major updates]
Additions:
{{image url="http://www.bittorrent.com/sites/all/themes/bittorrent2/files-front/front-btlogo.gif" title="BitTorrent logo" alt="BitTorrent logo"}}


Revision [3985]

Edited on 2009-11-03 17:11:03 by Puppyite [major updates]
Additions:
[[http://www.bittorrent.com/dna/dna-support-forums/frequently-asked-questions BitTorrent FAQ]]
Deletions:
[[http://www.bittorrent.com/FAQ.html#unixrequirements BitTorrent requirements FAQ]]


Revision [3984]

Edited on 2009-11-03 17:09:05 by Puppyite [major updates]
Additions:
======[[http://www.bittorrent.com/ BitTorrent]]{{color text=" is a form of peer-to-peer file sharing (P2P)" c="green"}}======
Deletions:
======{{color text="BitTorrent is a form of peer-to-peer file sharing (P2P)" c="green"}}======


Revision [3983]

Edited on 2009-11-03 17:05:16 by Puppyite [major updates]
Additions:
One would need to install the ""DotPup"" for the [[http://puppylinux.org/wikka/DotPups libstdc++.so.6]] library file, because Python requires it.
You could install the [[ftp://grafpup.com/pub/unleashed_packages/python-2.4.tar.gz Python]] & [[ftp://grafpup.com/pub/unleashed_packages/pygtk-2.4.0.tar.gz PyGtk]] packages from Grafpup Linux (Puppy-based) with the ""PupGet"" package manager using the install alien package option. It would probably work **better** if you compiled them yourself.
Deletions:
One would need to install the DotPup for the [[http://puppylinux.org/wikka/DotPups libstdc++.so.6]] library file, because Python requires it.
You could install the [[ftp://grafpup.com/pub/unleashed_packages/python-2.4.tar.gz Python]] & [[ftp://grafpup.com/pub/unleashed_packages/pygtk-2.4.0.tar.gz PyGtk]] packages from Grafpup Linux (Puppy-based) with the PupGet package manager using the install alien package option. It would probably work **better** if you compiled them yourself.


Revision [3982]

Edited on 2009-11-03 17:03:53 by Puppyite [major updates]
Additions:
======{{color text="BitTorrent is a form of peer-to-peer file sharing (P2P)" c="green"}}======
With it, someone can distribute large files widely without the original distributor incurring the entire costs of hardware, hosting and bandwidth resources. Instead, when a file is distributed using the ""BitTorrent"" protocol, each downloader supplies pieces of the file to other people, with such benefits as:
""Aria2"" - command-line downloader that can do ""BitTorrent""
Deletions:
""BitTorrent"" is a form of peer-to-peer file sharing (P2P). With it, someone can distribute large files widely without the original distributor incurring the entire costs of hardware, hosting and bandwidth resources. Instead, when a file is distributed using the ""BitTorrent"" protocol, each downloader supplies pieces of the file to other people, with such benefits as:
Aria2 - command-line downloader that can do ""BitTorrent""


Revision [2665]

Edited on 2009-10-23 08:08:25 by Puppyite [major updates]
Deletions:
CategoryDocumentation


Revision [2422]

Edited on 2009-10-21 16:07:51 by Puppyite [major updates]
Additions:
CategoryApplicationPreinstalled


Revision [2284]

Edited on 2009-10-17 00:58:47 by coolpup [major updates]
Additions:
CategoryDocumentation
Deletions:
CategoryApplicationPreinstalled


Revision [2283]

Edited on 2009-10-17 00:58:16 by coolpup [major updates]
Additions:
For more on what ""BitTorrent"" is see the article at [[http://en.wikipedia.org/wiki/BitTorrent WikiPedia:BitTorrent]]
1) Click on a ""BitTorrent"" link on a webpage. Here's an example: [[http://torrents.thepiratebay.org/4006345/Puppy_Linux_Manual_-_3.01_-_English.4006345.TPB.torrent Torrent link for Puppy Linux Manual 3.01 in English]] (11MB, PDF)
1) The .torrent will open in your ""BitTorrent"" program.
1) Use a ""BitTorrent"" program to make a .torrent file for the file you want to upload
Once the above requirements are met, then complete the following instructions to compile and install ""BitTorrent"":
//Menu > Internet > Transmission//
Deletions:
For more on what BitTorrent is see the article at [[http://en.wikipedia.org/wiki/BitTorrent WikiPedia:BitTorrent]]
1) Click on a BitTorrent link on a webpage. Here's an example: [[http://torrents.thepiratebay.org/4006345/Puppy_Linux_Manual_-_3.01_-_English.4006345.TPB.torrent Torrent link for Puppy Linux Manual 3.01 in English]] (11MB, PDF)
1) The .torrent will open in your BitTorrent program.
1) Use a BitTorrent program to make a .torrent file for the file you want to upload
Once the above requirements are met, then complete the following instructions to compile and install BitTorrent:
Menu > Internet > Transmission - ""BitTorent"" Client


Revision [2282]

Edited on 2009-10-17 00:57:24 by coolpup [major updates]
Additions:
""BitTorrent"" is a form of peer-to-peer file sharing (P2P). With it, someone can distribute large files widely without the original distributor incurring the entire costs of hardware, hosting and bandwidth resources. Instead, when a file is distributed using the ""BitTorrent"" protocol, each downloader supplies pieces of the file to other people, with such benefits as:
Deletions:
BitTorrent is a form of peer-to-peer file sharing (P2P). With it, someone can distribute large files widely without the original distributor incurring the entire costs of hardware, hosting and bandwidth resources. Instead, when a file is distributed using the BitTorrent protocol, each downloader supplies pieces of the file to other people, with such benefits as:


Revision [2281]

Edited on 2009-10-17 00:56:44 by coolpup [major updates]
Deletions:
Some Puppys have BitTorrent software built-in. Go to Menu > Internet > Transmission - BitTorrent Client.
Other programs are available for Puppy that can download files using BitTorrent protocol:


Revision [2280]

Edited on 2009-10-17 00:55:35 by coolpup [major updates]
Additions:
[[Opera Opera]] - web browser with ""BitTorrent"" support built-in
Azureus - specialized ""BitTorrent"" program in Java with many features & add-ons
Aria2 - command-line downloader that can do ""BitTorrent""
Deletions:
Opera - web browser with BitTorrent support built-in
Azureus - specialized BitTorrent program in Java with many features & add-ons
Aria2 - command-line downloader that can do Bitttorrent


Revision [2212]

Edited on 2009-10-16 00:53:18 by Puppyite [major updates]
Additions:
==={{color text="Installing the Original BitTorrent Program" c="black"}}===
Deletions:
===Installing the Original BitTorrent Program===


Revision [2210]

Edited on 2009-10-16 00:52:42 by Puppyite [major updates]
Additions:
==={{color text="Uploading Files with BitTorrent" c="black"}}===
==={{color text="Related links" c="black"}}===
Deletions:
===Uploading Files with BitTorrent===
===Related links===


Revision [2209]

Edited on 2009-10-16 00:51:43 by Puppyite [major updates]
Additions:
==={{color text="Downloading Files with BitTorrent" c="black"}}===
Deletions:
===Downloading Files with BitTorrent===


Revision [1169]

Edited on 2009-09-18 15:27:47 by Puppyite [major updates]
Additions:
To set up Mozilla: open Mozilla; click on a .torrent file (below); then when prompted, Open With /usr/bin/""bittorrent""
This software is preinstalled in Puppy 4.2.1
Available from:
Menu > Internet > Transmission - ""BitTorent"" Client
Deletions:
To set up Mozilla: open Mozilla; click on a .torrent file (below); then when prompted, Open With /usr/bin/bittorrent


Revision [996]

Edited on 2009-09-14 20:57:06 by Puppyite [added categories]
Additions:
----
==Categories==
CategoryApplicationPreinstalled


Revision [888]

Edited on 2009-09-08 20:45:39 by CrustyLobster [formatting]
Additions:
Some Puppys have BitTorrent software built-in. Go to Menu > Internet > Transmission - BitTorrent Client.
Deletions:
Puppy has BitTorrent software built-in. Go to Menu > Internet > Transmission - BitTorrent Client.


Revision [886]

Edited on 2009-09-08 19:42:57 by Puppyite [minor edit]
Additions:
Once the above requirements are met, then complete the following instructions to compile and install BitTorrent:
1) Download the [[http://www.bittorrent.com/dl/BitTorrent-4.2.2.tar.gz BitTorrent source tarball]]
1) Reboot Puppy Linux
1) Extract the tarball to somewhere like /root/my-documents/tmp
1) Go to console (via rxvt); type, for example, cd /root/my-documents/tmp/BitTorrent-4.2.2; then type python setup.py install; then type bittorrent to run it the first time and change the settings as you like them.
Deletions:
Once the above requirements are met, then follow the following instructions to compile and install BitTorrent:
Download the [[http://www.bittorrent.com/dl/BitTorrent-4.2.2.tar.gz BitTorrent source tarball]]
Reboot Puppy Linux
Extract the tarball to somewhere like /root/my-documents/tmp
Go to console (via rxvt); type, for example, cd /root/my-documents/tmp/BitTorrent-4.2.2; then type python setup.py install; then type bittorrent to run it the first time and change the settings as you like them.


Revision [885]

Edited on 2009-09-08 19:39:38 by Puppyite [minor edit]
Additions:
Puppy has BitTorrent software built-in. Go to Menu > Internet > Transmission - BitTorrent Client.
Deletions:
Puppy has BitTorrent software built-in. Go to Menu > Internet > Transmission - BitTorrent Client
Pctorrent
Pcreatetorrent


Revision [884]

Edited on 2009-09-08 19:37:31 by Puppyite [convert to wikki code]
Additions:
Puppy has BitTorrent software built-in. Go to Menu > Internet > Transmission - BitTorrent Client

Pctorrent
Pcreatetorrent

Other programs are available for Puppy that can download files using BitTorrent protocol:

Opera - web browser with BitTorrent support built-in
Azureus - specialized BitTorrent program in Java with many features & add-ons
Aria2 - command-line downloader that can do Bitttorrent

BitTorrent is a form of peer-to-peer file sharing (P2P). With it, someone can distribute large files widely without the original distributor incurring the entire costs of hardware, hosting and bandwidth resources. Instead, when a file is distributed using the BitTorrent protocol, each downloader supplies pieces of the file to other people, with such benefits as:

- reducing the cost and burden on any given individual source
- providing redundancy against system problems
- reducing dependence on the original distributor.

For more on what BitTorrent is see the article at [[http://en.wikipedia.org/wiki/BitTorrent WikiPedia:BitTorrent]]

===Downloading Files with BitTorrent===

1) Click on a BitTorrent link on a webpage. Here's an example: [[http://torrents.thepiratebay.org/4006345/Puppy_Linux_Manual_-_3.01_-_English.4006345.TPB.torrent Torrent link for Puppy Linux Manual 3.01 in English]] (11MB, PDF)
1) The .torrent will open in your BitTorrent program.
1) Select a place to save the file.
1) The file will begin to download.

===Uploading Files with BitTorrent===

1) Use a BitTorrent program to make a .torrent file for the file you want to upload
1) Upload that .torrent to a tracker site
1) Seed the file: click the .torrent and select the file you want to share as the Save location.
1) Give people a link either directly to the .torrent file or to a webpage where they can get the .torrent file.

Some trackers: [[http://thepiratebay.org/ The Pirate Bay]], [[http://www.isohunt.com/ isoHunt]], [[http://linuxtracker.org/ LinuxTracker]]. See their FAQ's for more on uploading a torrent to their trackers.

===Installing the Original BitTorrent Program===

You can install and compile the original [[http://www.bittorrent.com/ BitTorrent client]] on recent versions of Puppy Linux with a bit of difficulty. BitTorrent requires Python 2.2.1 or greater. The GUI also requires Python 2.3, GTK 2.6 or greater, and pygtk 2.6 or greater. From edr4rd: Any version of BitTorrent "... higher than 4.3.3 requires a higher version of pygtk than 2.6.0, which requires a newer version of gLib than glib-2.6. The problem is while newer versions of gLib can be installed to puppy for some reason puppy will not recognize it and continue to only report the version it came with, which is 2.6." & " further complicating the issue is that the documentation in the install readme files of bittorrent client are not up to date" with its requirements.

One would need to install the DotPup for the [[http://puppylinux.org/wikka/DotPups libstdc++.so.6]] library file, because Python requires it.
You could install the [[ftp://grafpup.com/pub/unleashed_packages/python-2.4.tar.gz Python]] & [[ftp://grafpup.com/pub/unleashed_packages/pygtk-2.4.0.tar.gz PyGtk]] packages from Grafpup Linux (Puppy-based) with the PupGet package manager using the install alien package option. It would probably work **better** if you compiled them yourself.
To compile programs in Puppy Linux, you need to download the [[http://distro.ibiblio.org/pub/linux/distributions/puppylinux/usr_devx.sfs usr_devx.sfs]] compiling support file to /mnt/home (if using a multisession CD/DVD or installed to a Linux partition then download it to /root; either way don't forget to verify with the MD5 checksum)

Once the above requirements are met, then follow the following instructions to compile and install BitTorrent:

Download the [[http://www.bittorrent.com/dl/BitTorrent-4.2.2.tar.gz BitTorrent source tarball]]
Reboot Puppy Linux
Extract the tarball to somewhere like /root/my-documents/tmp
Go to console (via rxvt); type, for example, cd /root/my-documents/tmp/BitTorrent-4.2.2; then type python setup.py install; then type bittorrent to run it the first time and change the settings as you like them.

To put an icon on the desktop: open Rox-Filer then navigate to /usr/bin/ then drag the bittorrent script to the desktop then right click on the file to add the BitTorrent icon from /usr/(?)/X11/pixmaps. (Warning: you won't see any error messages via this method)

To set up Mozilla: open Mozilla; click on a .torrent file (below); then when prompted, Open With /usr/bin/bittorrent

===Related links===

[[http://www.bittorrent.com/FAQ.html#unixrequirements BitTorrent requirements FAQ]]
[[http://www.async.com.br/faq/pygtk/index.py?req=index PyGTK FAQ]]
[[http://python.org/doc/faq/general.html Python FAQ]]
Deletions:
""<div class="floatr">
Puppy has BitTorrent software built-in. Go to <i>Menu > Internet</i><br />
<li><a title="Create this page" href="http://puppylinux.org/wikka/PupCtorrent/edit" class="missingpage">Pctorrent</a>
</li>
<li> <a title="Create this page" href="http://puppylinux.org/wikka/PupcreateTorrent/edit" class="missingpage">Pcreatetorrent</a></li>
Other programs are available for Puppy that can download files using BitTorrent protocol:<br />
<ul>
<li> Opera - web browser with BitTorrent support built-in
</li>
<li> Azureus - specialized BitTorrent program in Java with many features & add-ons
</li>
<li> <a title="Create this page" href="http://puppylinux.org/wikka/Aria2/edit" class="missingpage">Aria2</a> - command-line downloader that can do Bitttorrent
</li>
</ul>
BitTorrent is a form of peer-to-peer file sharing (P2P). With it, someone can distribute large files widely without the original distributor incurring the entire costs of hardware, hosting and bandwidth resources. Instead, when a file is distributed using the BitTorrent protocol, each downloader supplies pieces of the file to other people, with such benefits as:<br />
<ul>
<li> reducing the cost and burden on any given individual source
</li>
<li> providing redundancy against system problems
</li>
<li> reducing dependence on the original distributor.</li>
</ul>
<br />
For more on what <a href="http://puppylinux.org/wikka/BitTorrent">BitTorrent</a> is see the article at <a href="http://en.wikipedia.org/wiki/BitTorrent" class="ext">WikiPedia:BitTorrent</a><span class="exttail">∞</span><br />
<br />
<br />
<h4>Downloading Files with BitTorrent</h4>
1. click on a BitTorrent link on a webpage<br />
<ul>
<li> Here's an example: <a href="http://torrents.thepiratebay.org/4006345/Puppy_Linux_Manual_-_3.01_-_English.4006345.TPB.torrent" class="ext">Torrent link for Puppy Linux Manual 3.01 in English (11MB, PDF)</a><span class="exttail">∞</span></li>
</ul>
2. the .torrent will open in your BitTorrent program<br />
3. Select a place to save the file<br />
4. The file will begin to download.<br />
<br />
<h4>Uploading Files with BitTorrent</h4>
1. Use a BitTorrent program to make a .torrent file for the file you want to upload<br />
2. Upload that .torrent to a tracker site<br />
3. Seed the file: click the .torrent and select the file you want to share as the Save location.<br />
4. Give people a link either directly to the .torrent file or to a webpage where they can get the .torrent file.<br />
<br />
Some trackers: <a href="http://thepiratebay.org/" class="ext">The Pirate Bay</a><span class="exttail">∞</span>, <a href="http://www.isohunt.com/" class="ext">isoHunt</a><span class="exttail">∞</span>, <a href="http://linuxtracker.org/" class="ext">LinuxTracker</a><span class="exttail">∞</span>. See their FAQ's for more on uploading a torrent to their trackers.<br />
<hr />
<br />
<h4>Installing the Original BitTorrent Program</h4>
You can install and compile the <a href="http://www.bittorrent.com/" class="ext">original BitTorrent client</a><span class="exttail">∞</span> on recent versions of Puppy Linux with a bit of difficulty. <a href="http://puppylinux.org/wikka/BitTorrent">BitTorrent</a> requires Python 2.2.1 or greater. The GUI also requires Python 2.3, GTK 2.6 or greater, and pygtk 2.6 or greater. From edr4rd: Any version of <a href="http://puppylinux.org/wikka/BitTorrent">BitTorrent</a> "... higher than 4.3.3 requires a higher version of pygtk than 2.6.0, which requires a newer version of gLib than glib-2.6. The problem is while newer versions of gLib can be installed to puppy for some reason puppy will not recognize it and continue to only report the version it came with, which is 2.6." & "further complicating the issue is that the documentation in the install readme files of bittorrent client are not up to date" with its requirements.<br />
<br />
<ul>
<li> One would need to install the <a href="http://puppylinux.org/wikka/DotPup">DotPup</a> for the <a href="http://puppylinux.org/wikka/DotPups" class="ext">libstdc++.so.6</a><span class="exttail">∞</span> library file, because Python requires it.
</li>
<li> You could install the <a href="ftp://grafpup.com/pub/unleashed_packages/python-2.4.tar.gz" class="ext">Python</a><span class="exttail">∞</span> & <a href="ftp://grafpup.com/pub/unleashed_packages/pygtk-2.4.0.tar.gz" class="ext">PyGtk</a><span class="exttail">∞</span> packages from <a href="http://grafpup.com/" class="ext">Grafpup Linux</a><span class="exttail">∞</span> (Puppy-based) with the <a href="http://puppylinux.org/wikka/PupGet">PupGet</a> package manager using the install alien package option. It would probably work <strong>better</strong> if you compiled them yourself.
</li>
<li> To compile programs in Puppy Linux, you need to download the <a href="http://distro.ibiblio.org/pub/linux/distributions/puppylinux/usr_devx.sfs" class="ext">usr_devx.sfs</a><span class="exttail">∞</span> compiling support file to /mnt/home (if using a multisession CD/DVD or installed to a Linux partition then download it to /root; either way don't forget to verify with the <a href="http://puppylinux.org/wikka/Md5">MD5 checksum</a>)</li>
</ul>
Once the above requirements are met, then follow the following instructions to compile and install <a href="http://puppylinux.org/wikka/BitTorrent">BitTorrent</a>:<br />
<ul>
<li> Download the <a href="http://www.bittorrent.com/dl/BitTorrent-4.2.2.tar.gz" class="ext">BitTorrent source tarball</a><span class="exttail">∞</span>
</li>
<li> Reboot Puppy Linux
</li>
<li> Extract the tarball to somewhere like /root/my-documents/tmp
</li>
<li> Go to console (via rxvt); type, for example, <tt>cd /root/my-documents/tmp/<a href="http://puppylinux.org/wikka/BitTorrent">BitTorrent</a>-4.2.2</tt>; then type <tt>python setup.py install</tt>; then type <tt>bittorrent</tt> to run it the first time and change the settings as you like them. </li>
</ul>
<br />
To put an icon on the desktop: open Rox-Filer then navigate to /usr/bin/ then drag the bittorrent script to the desktop then right click on the file to add the <a href="http://puppylinux.org/wikka/BitTorrent">BitTorrent</a> icon from /usr/(?)/X11/pixmaps. (Warning: you won't see any error messages via this method)<br />
To set up Mozilla: open Mozilla; click on a .torrent file (below); then when prompted, Open With <tt>/usr/bin/bittorrent</tt><br />
<br />
<h3>Related links</h3>
<a href="http://www.bittorrent.com/FAQ.html#unixrequirements" class="ext">BitTorrent requirements FAQ</a><span class="exttail">∞</span><br />
<a href="http://www.async.com.br/faq/pygtk/index.py?req=index" class="ext">PyGTK FAQ</a><span class="exttail">∞</span><br />
<a href="http://python.org/doc/faq/general.html" class="ext">Python FAQ</a><span class="exttail">∞</span><br />
</div>
<div class="smallprint">""


Revision [834]

Edited on 2009-09-07 01:48:01 by coolpup [convert to wikki code]
Deletions:
<div class="footer">
<form method="get" action="http://puppylinux.org/wikka/TextSearch">
<a title="Click to view recent edits to this page" href="http://puppylinux.org/wikka/BitTorrent/history">Page History</a> ::
<a title="Click to view recent revisions list for this page" href="http://puppylinux.org/wikka/BitTorrent/revisions">2008-02-04 18:33:48</a> <a title="Click to view recent page revisions in XML format." href="http://puppylinux.org/wikka/BitTorrent/revisions.xml"><img alt="XML" style="border : 0px" align="middle" height="14" width="36" src="/images/xml.png" /></a> ::
Owner: <a href="http://puppylinux.org/wikka/JeyRey">JeyRey</a> ::
Search: <input class="searchbox" size="15" name="phrase" />
</form>


Revision [833]

Edited on 2009-09-07 01:46:58 by coolpup [convert to wikki code]
Deletions:
<a href="http://puppylinux.org/wikka/CategoryApplicationPreinstalled">CategoryApplicationPreinstalled</a>

<div class="commentsheader">
<p>
There are no comments on this page. [<a href="http://puppylinux.org/wikka/BitTorrent?show_comments=1#comments">Add comment</a>]
</p>


Revision [825]

Edited on 2009-09-07 01:31:50 by coolpup [convert to wikki code]
Additions:
Puppy has BitTorrent software built-in. Go to <i>Menu > Internet</i><br />
Deletions:
<h3>BitTorrent in Puppy</h3>
Latest version of Puppy has BitTorrent software built-in. Go to <i>Menu > Internet</i><br />


Revision [824]

Edited on 2009-09-07 01:30:52 by coolpup [convert to wikki code]
Additions:
""<div class="floatr">
<div class="smallprint">""
Deletions:
"<div class="floatr">
<div class="smallprint">"


Revision [823]

The oldest known version of this page was created on 2009-09-07 01:30:16 by coolpup [convert to wikki code]
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki