P2PHowTo
Size: 1575
Comment:
|
Size: 2101
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: |
This page describes how to install the different peer-2-peer software. | 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. |
Line 3: | Line 3: |
[[TableOfContents]] | ||<tablestyle="float:right; font-size: 0.9em; width:40%; background:#F1F1ED; margin: 0 0 1em 1em;" style="padding:0.5em;">'''Contents'''[[BR]][[TableOfContents]]|| |
Line 5: | Line 5: |
=== Azureus - bit torrent client === | == Bittorrent == |
Line 7: | Line 7: |
First, you need java. If you dont have it, check this wiki page out: https://wiki.ubuntu.com/Java |
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 10: | Line 9: |
== LimeWire - gnutella network client == | |
Line 11: | Line 11: |
Once you have java installed, type, in a terminal: | First, you need Java. If you dont have Java installed, check the RestrictedFormats page. 1. Get the package: |
Line 13: | Line 15: |
sudo apt-get install azureus | wget -c http://frankandjacq.com/ubuntuguide/LimeWireOther.zip }}} 1.#2 Extract the package: {{{ sudo unzip -u LimeWireOther.zip -d /opt/ }}} 1.#3 Create a launcher in the /usr/bin directory {{{ sudo gedit /usr/bin/runLime.sh }}} 1.#4 Paste the following lines in the new document: {{{ cd /opt/LimeWire/ ./runLime.sh }}} and save the file. 1.#5 Make the launcher executable: {{{ sudo chmod +x /usr/bin/runLime.sh |
Line 16: | Line 37: |
Refresh the gnome-panel by typing "killall gnome-panel" and the Azureus icon will show up in the Applications -> Internet menu. | Type 'runLime.sh' to execute. |
Line 18: | Line 39: |
=== LimeWire - gnutella network client === | == DC++ - Direct Connect == |
Line 20: | Line 41: |
Coming very soon === DC++ - Direct Connect === First, install the dependencies: |
First, you need install the dependencies: |
Line 39: | Line 56: |
Execute "dcpp" to run the program. If you refresh the gnome-panel (killall gnomepanel in terminal) there should now be a DC++ menu entry in Applications -> Internet. | The DC++ icon will show up in the Applications -> Internet menu. |
Line 44: | Line 61: |
=== Amule - eMule client === First, add extra repositories. If you dont know how, check this wiki page out: https://wiki.ubuntu.com/AddingRepositoriesHowto |
== Amule - eMule client == First, add extra repositories. If you dont know how, go to AddingRepositoriesHowto. |
Line 53: | Line 69: |
Refresh the gnome-panel by typing "killall gnome-panel" and the Amule icon will show up in the Applications -> Internet menu. | The Amule icon will show up in the Applications -> Internet menu. ---- CategoryDocumentation |
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.
ContentsBRTableOfContents |
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.
- Get the package:
wget -c http://frankandjacq.com/ubuntuguide/LimeWireOther.zip
- Extract the package:
sudo unzip -u LimeWireOther.zip -d /opt/
- Create a launcher in the /usr/bin directory
sudo gedit /usr/bin/runLime.sh
- Paste the following lines in the new document:
cd /opt/LimeWire/ ./runLime.sh
and save the file.
- 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.
P2PHowTo (last edited 2008-08-06 16:37:12 by localhost)