个人工具

“UbuntuHelp:Rufus”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
第3行: 第3行:
 
Install Rufus on Edgy from Source - 64bit ( might work on other systems )
 
Install Rufus on Edgy from Source - 64bit ( might work on other systems )
 
== Introduction ==
 
== Introduction ==
This page is a HowTo that explaines how to install Rufus ( A Bittorrent client similar to [http://help.ubuntu.com/community/AzureusHowTo Azureus]) in Ubuntu Edgy 64bit.
+
This page is a [[UbuntuHelp:HowTo|HowTo]] that explaines how to install Rufus ( A Bittorrent client similar to [http://help.ubuntu.com/community/AzureusHowTo Azureus]) in Ubuntu Edgy 64bit.
 
== Installation ==
 
== Installation ==
 
At first, install the following prerequisite packages:
 
At first, install the following prerequisite packages:
第40行: 第40行:
 
<pre><nowiki>
 
<pre><nowiki>
 
Name=Rufus
 
Name=Rufus
Comment=BitTorrent Client
+
Comment=[[UbuntuHelp:BitTorrent|BitTorrent]] Client
 
Exec=/usr/bin/rufus
 
Exec=/usr/bin/rufus
 
Icon=/usr/share/rufus/images/rufus.ico
 
Icon=/usr/share/rufus/images/rufus.ico

2007年12月4日 (二) 11:21的版本

Install Rufus on Edgy from Source - 64bit ( might work on other systems )

Introduction

This page is a HowTo that explaines how to install Rufus ( A Bittorrent client similar to Azureus) in Ubuntu Edgy 64bit.

Installation

At first, install the following prerequisite packages:

  • python-wxgtk2.6
  • tofrodos

That can be done with a quick

sudo apt-get install tofrodos python-wxgtk2.6

or with Synaptic, of course. Then you have to get the Rufus source. Ether you download the newest source with your favorite browser from the Rufus Homepage or just do the wget like I did.

wget http://prdownloads.sourceforge.net/rufus/Rufus_0.6.9_src.zip

Unzip the source

unzip Rufus_0.6.9_src.zip -d rufus_install 

Change DOS to Linux text format of file "install"

fromdos < install > install2 

make install2 executable

chmod +x install2

install Rufus

sudo ./install2

install an icon in menu (Applications -> Internet)

 
gedit ~/.local/share/applications/rufus.desktop

paste this text:

Name=Rufus
Comment=[[UbuntuHelp:BitTorrent|BitTorrent]] Client
Exec=/usr/bin/rufus
Icon=/usr/share/rufus/images/rufus.ico
Terminal=false
Type=Application
Categories=Application;Network;

There you go - you can now start Rufus with the command "rufus" !

Uninstallation

It should be all, if you simply remove the "~/.local/share/applications/rufus.desktop" file and the "/usr/share/rufus" folder. But since I didn't uninstall, I don't know...

Configuration

  • You definitively have to change the value for maximum connections under Options -> Preferences -> Transfer Options -> Connections. The default seems very low...

If you have any hints on the configuration, feel free to add :)