P2PHowTo

Differences between revisions 16 and 18 (spanning 2 versions)
Revision 16 as of 2006-01-02 21:02:58
Size: 2247
Editor: cpc1-oxfd8-3-1-cust68
Comment: Updated for new cvs and url
Revision 18 as of 2006-04-27 04:16:33
Size: 2245
Editor: adsl-154-178-101
Comment: Fixed broken LimeWire download link and made various corrections and rewordings.
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
This page describes how to install the different peer-2-peer software. Everything displayed in grey boxes is supposed to be executed in a terminal. Check the TerminalHowto if you dont know how to open one. This page describes how to install different peer-to-peer software. Everything displayed in grey boxes is to be executed in a terminal. Check the TerminalHowto if you don't know how to open one.
Line 5: Line 5:
== Bittorrent == == BitTorrent ==
Line 7: Line 7:
Bittorrent is an open source protocol and there is already a client for it installed in Ubuntu 5.04 (Hoary Hedgehog) and Ubuntu 5.10 (Breezy Badger). For more information, see BitTorrent. BitTorrent is an open-source protocol and there is already a client for it installed in Ubuntu 5.04 (Hoary Hedgehog) and Ubuntu 5.10 (Breezy Badger). For more information, see BitTorrent.
Line 11: Line 11:
First, you need Java. If you dont have Java installed, check the RestrictedFormats page. First, you need Java. If you don't have Java installed, check the RestrictedFormats page.
Line 15: Line 15:
wget -c http://frankandjacq.com/ubuntuguide/LimeWireOther.zip wget -c http://easylinux.info/uploads/LimeWireOther.zip
Line 21: Line 21:
 1.#3 Create a launcher in the /usr/bin directory  1.#3 Create a launcher in the /usr/bin directory:
Line 41: Line 41:
First, you need install the dependencies: First, you need to install the dependencies:
Line 51: Line 51:
''Note: this is a temporary URL, if you get a "404 file not found", or some other error then check the howto thread for extra information.'' ''Note: this is a temporary URL. If you get "404 file not found" or some other error, check the howto thread for extra information.''
Line 64: Line 64:
First, add extra repositories. If you dont know how, go to AddingRepositoriesHowto. First, add extra repositories. If you don't know how, go to AddingRepositoriesHowto.
Line 74: Line 74:
CategoryDocumentation CategoryDocumentation CategoryCleanup

This page describes how to install different peer-to-peer software. Everything displayed in grey boxes is to be executed in a terminal. Check the TerminalHowto if you don't know how to open one.

BitTorrent

BitTorrent is an open-source protocol and there is already a client for it installed in Ubuntu 5.04 (Hoary Hedgehog) and Ubuntu 5.10 (Breezy Badger). For more information, see BitTorrent.

LimeWire - gnutella network client

First, you need Java. If you don't have Java installed, check the RestrictedFormats page.

  1. Get the package:

wget -c http://easylinux.info/uploads/LimeWireOther.zip
  1. Extract the package:

sudo unzip -u LimeWireOther.zip -d /opt/
  1. Create a launcher in the /usr/bin directory:

sudo gedit /usr/bin/runLime.sh
  1. Paste the following lines in the new document:

cd /opt/LimeWire/
./runLime.sh

and save the file.

  1. Make the launcher executable:

sudo chmod +x /usr/bin/runLime.sh

Type 'runLime.sh' to execute.

DC++ - Direct Connect

First, you need to install the dependencies:

sudo apt-get install libatk1.0-0 libbz2-1.0 libc6 libgcc1 libglade2-0 libglib2.0-0 libgtk2.0-0 libpango1.0-0 libstdc++6 libxml2 zlib1g

Download the package:

wget http://www.studentdiscussion.co.uk/linux/dcpp_0.0.20060102cvs-1~loftx_i386.deb

Note: this is a temporary URL. If you get "404 file not found" or some other error, check the howto thread for extra information.

Install the package:

sudo dpkg -i dcpp_0.0.20060102cvs-1~loftx_i386.deb

The DC++ icon will show up in the Applications -> Internet menu.

Problems? Check out this thread on the Ubuntu forums: http://ubuntuforums.org/showthread.php?t=42084

Amule - eMule client

First, add extra repositories. If you don't know how, go to AddingRepositoriesHowto.

Install the client:

sudo apt-get install amule

The Amule icon will show up in the Applications -> Internet menu.


CategoryDocumentation CategoryCleanup

P2PHowTo (last edited 2008-08-06 16:37:12 by localhost)