个人工具

“UbuntuHelp:BulgarianDocumentation/p2p”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
(新页面: {{From|https://help.ubuntu.com/community/BulgarianDocumentation/p2p}} {{Languages|UbuntuHelp:BulgarianDocumentation/p2p}} '''Частично преведено на български!!!...)
 
第2行: 第2行:
 
{{Languages|UbuntuHelp:BulgarianDocumentation/p2p}}
 
{{Languages|UbuntuHelp:BulgarianDocumentation/p2p}}
 
'''Частично преведено на български!!!'''
 
'''Частично преведено на български!!!'''
 
 
'''Partially translated to bulgarian!!!'''
 
'''Partially translated to bulgarian!!!'''
 
 
Тази страница описва как да се инсталират различни peer-2-peer програми. Всичко намиращо се в сиви кутии се изпълнява като команда в конзолата.
 
Тази страница описва как да се инсталират различни peer-2-peer програми. Всичко намиращо се в сиви кутии се изпълнява като команда в конзолата.
 
 
 
 
=== Azureus - bit torrent клиент ===
 
=== Azureus - bit torrent клиент ===
 
 
Първо имате нужда от Java. Ако нямате инсталирана, проверете [...]
 
Първо имате нужда от Java. Ако нямате инсталирана, проверете [...]
 
 
След като е инсталирана:
 
След като е инсталирана:
 
<pre><nowiki>
 
<pre><nowiki>
 
sudo apt-get install azureus
 
sudo apt-get install azureus
 
</nowiki></pre>
 
</nowiki></pre>
 
 
Опреснете gnome-panel като въведете:
 
Опреснете gnome-panel като въведете:
 
<pre><nowiki>
 
<pre><nowiki>
第23行: 第15行:
 
</nowiki></pre>
 
</nowiki></pre>
 
Иконата на Azureus ще се появи в Програми -> Интернет (Applications -> Internet).
 
Иконата на Azureus ще се появи в Програми -> Интернет (Applications -> Internet).
 
 
=== LimeWire - gnutella network client ===
 
=== LimeWire - gnutella network client ===
 
 
First, you need Java. If you dont have Java installed, check the JavaSetup page.
 
First, you need Java. If you dont have Java installed, check the JavaSetup page.
 
+
# Get the package:
* Get the package:
+
 
<pre><nowiki>
 
<pre><nowiki>
 
wget -c http://frankandjacq.com/ubuntuguide/LimeWireOther.zip
 
wget -c http://frankandjacq.com/ubuntuguide/LimeWireOther.zip
 
</nowiki></pre>
 
</nowiki></pre>
*#2 Extract the package:
+
1.#2 Extract the package:
 
<pre><nowiki>
 
<pre><nowiki>
 
sudo unzip -u LimeWireOther.zip -d /opt/
 
sudo unzip -u LimeWireOther.zip -d /opt/
 
</nowiki></pre>
 
</nowiki></pre>
*#3 Create a launcher in the /usr/bin directory
+
1.#3 Create a launcher in the /usr/bin directory
 
<pre><nowiki>
 
<pre><nowiki>
 
gksudo gedit /usr/bin/runLime.sh
 
gksudo gedit /usr/bin/runLime.sh
 
</nowiki></pre>
 
</nowiki></pre>
*#4 Paste the following lines in the new document:
+
1.#4 Paste the following lines in the new document:
 
<pre><nowiki>
 
<pre><nowiki>
 
cd /opt/LimeWire/
 
cd /opt/LimeWire/
第46行: 第35行:
 
</nowiki></pre>
 
</nowiki></pre>
 
and save the file.
 
and save the file.
 
+
1.#5 Make the launcher executable:
*#5 Make the launcher executable:
+
 
<pre><nowiki>
 
<pre><nowiki>
 
sudo chmod +x /usr/bin/runLime.sh
 
sudo chmod +x /usr/bin/runLime.sh
 
</nowiki></pre>
 
</nowiki></pre>
 
 
Type 'runLime.sh' to execute.
 
Type 'runLime.sh' to execute.
 
 
=== DC++ - Direct Connect ===
 
=== DC++ - Direct Connect ===
 
 
First, you need install the dependencies:
 
First, you need install the dependencies:
 
<pre><nowiki>
 
<pre><nowiki>
 
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
 
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
 
</nowiki></pre>
 
</nowiki></pre>
 
 
Download the package:
 
Download the package:
 
<pre><nowiki>
 
<pre><nowiki>
 
wget http://newstuff.orcon.net.nz/ubuntu/dcpp/dcpp_0.0.20050809cvs-1~mird_i386.deb
 
wget http://newstuff.orcon.net.nz/ubuntu/dcpp/dcpp_0.0.20050809cvs-1~mird_i386.deb
 
</nowiki></pre>
 
</nowiki></pre>
 
 
Install the package:
 
Install the package:
 
<pre><nowiki>
 
<pre><nowiki>
 
sudo dpkg -i dcpp_0.0.20050809cvs-1~mird_i386.deb
 
sudo dpkg -i dcpp_0.0.20050809cvs-1~mird_i386.deb
 
</nowiki></pre>
 
</nowiki></pre>
 
 
Refresh the gnome-panel by typing:
 
Refresh the gnome-panel by typing:
 
<pre><nowiki>
 
<pre><nowiki>
第76行: 第58行:
 
</nowiki></pre>
 
</nowiki></pre>
 
The DC++ icon will show up in the Applications -> Internet menu.
 
The DC++ icon will show up in the Applications -> Internet menu.
 
 
Problems? Check out this thread on the Ubuntu forums:
 
Problems? Check out this thread on the Ubuntu forums:
 
http://ubuntuforums.org/showthread.php?t=42084
 
http://ubuntuforums.org/showthread.php?t=42084
 
 
=== Amule - eMule client ===
 
=== Amule - eMule client ===
 
First, add extra repositories. If you dont know how, go to AddingRepositoriesHowto.
 
First, add extra repositories. If you dont know how, go to AddingRepositoriesHowto.
 
 
Install the client:  
 
Install the client:  
 
<pre><nowiki>
 
<pre><nowiki>
 
sudo apt-get install amule
 
sudo apt-get install amule
 
</nowiki></pre>
 
</nowiki></pre>
 
 
Refresh the gnome-panel by typing:  
 
Refresh the gnome-panel by typing:  
 
<pre><nowiki>
 
<pre><nowiki>
第95行: 第73行:
 
----
 
----
 
The information on this page originates from www.ubuntuguide.org and the threads linked.
 
The information on this page originates from www.ubuntuguide.org and the threads linked.
 
 
[[category:CategoryDocumentation]]
 
[[category:CategoryDocumentation]]
  
 
[[category:UbuntuHelp]]
 
[[category:UbuntuHelp]]

2007年11月30日 (五) 16:24的版本

Частично преведено на български!!! Partially translated to bulgarian!!! Тази страница описва как да се инсталират различни peer-2-peer програми. Всичко намиращо се в сиви кутии се изпълнява като команда в конзолата.

Azureus - bit torrent клиент

Първо имате нужда от Java. Ако нямате инсталирана, проверете [...] След като е инсталирана:

sudo apt-get install azureus

Опреснете gnome-panel като въведете:

killall gnome-panel

Иконата на Azureus ще се появи в Програми -> Интернет (Applications -> Internet).

LimeWire - gnutella network client

First, you need Java. If you dont have Java installed, check the JavaSetup page.

  1. Get the package:
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

gksudo 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

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

Refresh the gnome-panel by typing:

killall gnome-panel

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

Refresh the gnome-panel by typing:

killall gnome-panel

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


The information on this page originates from www.ubuntuguide.org and the threads linked.