P2PHowTo

Differences between revisions 14 and 20 (spanning 6 versions)
Revision 14 as of 2005-12-27 22:33:31
Size: 2525
Editor: S010600131016cf6f
Comment: fix link to restricted formats
Revision 20 as of 2006-04-28 09:03:17
Size: 3616
Editor: 84
Comment: Started major edit
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
## page was renamed from Peer2PeerHowto
## page was renamed from p2p
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.

<!> Work in progress
Line 7: Line 7:
== Azureus - bit torrent client == = Introduction and background information =
Line 9: Line 9:
First, you need Java. If you dont have Java installed, check the JavaSetup page. == What is Peer-to-Peer file sharing? ==
Line 11: Line 11:
Peer-to-peer (commonly abbreviated as ''P2P'') file sharing is the sharing of files on one person's computer with other peoples' computers, without the need for a server.
Line 12: Line 13:
Once you have java installed:
{{{
sudo apt-get install azureus
}}}
FIXME: how P2P works, its advantages and disadvantages
Line 17: Line 15:
Refresh the gnome-panel by typing:
{{{
killall gnome-panel
}}}
The Azureus icon will now show up in the Applications -> Internet menu.
== Legal issues ==

FIXME: Comment on ''possibility'' of illegal material being distributed through P2P

= File-sharing software =

There are many file-sharing services available, and each requires a compatible 'client' application to send and receive files using it. Below are some of the most common P2P applications which can be installed on Ubuntu.

== BitTorrent ==

BitTorrent is an open-source protocol and there is already a client for it installed in Ubuntu 5.04 (Hoary Hedgehog), Ubuntu 5.10 (Breezy Badger) and Ubuntu 6.06 LTS (Dapper Drake). For more information, see BitTorrent.
Line 25: Line 29:
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 29: Line 33:
wget -c http://frankandjacq.com/ubuntuguide/LimeWireOther.zip wget -c http://easylinux.info/uploads/LimeWireOther.zip
Line 35: Line 39:
 1.#3 Create a launcher in the /usr/bin directory  1.#3 Create a launcher in the /usr/bin directory:
Line 51: Line 55:
Type 'runLime.sh' to execute. Type `runLime.sh` to execute.

== gtk-gnutella ==

You can find `gtk-gnutella` in the Universe repository; however, the latest version includes the most up-to-date list of Gnutella servers and is thus guaranteed to connect properly. To install `gtk-gnutella`, visit its [http://gtk-gnutella.sourceforge.net project page] and click on "Download", which will lead you to the download link on Sourceforge. Click "Download" next to the latest (or only) release, then choose the .deb file starting with "GTK2_gtk-gnutella".

When you have the .deb downloaded, open a terminal and type:
{{{
cd /path/to/download/folder/
sudo dpkg -i GTK2_gtk-gnutella*.deb
}}}
Line 55: Line 69:
First, you need install the dependencies: First, you need to install the dependencies:
Line 65: Line 79:
''Note: this is a temporary URL. If you get a "404 file not found" or some other error, check the howto thread (below) for updated information.''
Line 67: Line 83:
sudo dpkg -i dcpp_0.0.20050809cvs-1~mird_i386.deb sudo dpkg -i dcpp_0.0.*_i386.deb
Line 70: Line 86:
Refresh the gnome-panel by typing:
{{{
killall gnome-panel
}}}
Line 80: Line 92:
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 87: Line 100:
Refresh the gnome-panel by typing:
{{{
killall gnome-panel
}}}
The Amule icon will show up in the Applications -> Internet menu.
The Amule icon will show up in the Applications --> Internet menu.
Line 93: Line 102:
The information on this page originates from www.ubuntuguide.org and the threads linked.
Line 95: Line 103:
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.

Info <!> Work in progress

Introduction and background information

What is Peer-to-Peer file sharing?

Peer-to-peer (commonly abbreviated as P2P) file sharing is the sharing of files on one person's computer with other peoples' computers, without the need for a server.

FIXME: how P2P works, its advantages and disadvantages

FIXME: Comment on possibility of illegal material being distributed through P2P

File-sharing software

There are many file-sharing services available, and each requires a compatible 'client' application to send and receive files using it. Below are some of the most common P2P applications which can be installed on Ubuntu.

BitTorrent

BitTorrent is an open-source protocol and there is already a client for it installed in Ubuntu 5.04 (Hoary Hedgehog), Ubuntu 5.10 (Breezy Badger) and Ubuntu 6.06 LTS (Dapper Drake). 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.

gtk-gnutella

You can find gtk-gnutella in the Universe repository; however, the latest version includes the most up-to-date list of Gnutella servers and is thus guaranteed to connect properly. To install gtk-gnutella, visit its [http://gtk-gnutella.sourceforge.net project page] and click on "Download", which will lead you to the download link on Sourceforge. Click "Download" next to the latest (or only) release, then choose the .deb file starting with "GTK2_gtk-gnutella".

When you have the .deb downloaded, open a terminal and type:

cd /path/to/download/folder/
sudo dpkg -i GTK2_gtk-gnutella*.deb

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://newstuff.orcon.net.nz/ubuntu/dcpp/dcpp_0.0.20050809cvs-1~mird_i386.deb

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

Install the package:

sudo dpkg -i dcpp_0.0.*_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)