P2PHowTo

Differences between revisions 14 and 15
Revision 14 as of 2005-12-27 22:33:31
Size: 2525
Editor: S010600131016cf6f
Comment: fix link to restricted formats
Revision 15 as of 2005-12-27 22:40:05
Size: 2101
Editor: S010600131016cf6f
Comment: move azerus to bittorrent, generic section on bt, remove gnome-panel crack
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
## page was renamed from Peer2PeerHowto
## page was renamed from p2p
Line 7: Line 5:
== Azureus - bit torrent client == == Bittorrent ==
Line 9: Line 7:
First, you need Java. If you dont have Java installed, check the JavaSetup page.


Once you have java installed:
{{{
sudo apt-get install azureus
}}}

Refresh the gnome-panel by typing:
{{{
killall gnome-panel
}}}
The Azureus icon will now show up in the Applications -> Internet menu.
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 70: Line 56:
Refresh the gnome-panel by typing:
{{{
killall gnome-panel
}}}
Line 87: Line 69:
Refresh the gnome-panel by typing:
{{{
killall gnome-panel
}}}
Line 93: Line 71:
The information on this page originates from www.ubuntuguide.org and the threads linked.

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.

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 dont have Java installed, check the RestrictedFormats page.

  1. Get the package:

wget -c http://frankandjacq.com/ubuntuguide/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 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

Install the package:

sudo dpkg -i dcpp_0.0.20050809cvs-1~mird_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 dont 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

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