Difference between revisions of "Rtorrent"
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
	
Onnowpurbo (talk | contribs)  | 
				Onnowpurbo (talk | contribs)   | 
				||
| (6 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
| − | rTorrent   | + | rTorrent adalah text-based ncurses BitTorrent client di tulis menggunakan C++, berbasis pada library libTorrent untuk Unix. Goal dari penciptanya adalah “a focus on high performance and good code”  | 
==Instalasi==  | ==Instalasi==  | ||
| Line 33: | Line 33: | ||
  max_peers = 60  |   max_peers = 60  | ||
| − |   (dalam KiB)  | + |   download_rate = 40    (dalam KiB)  | 
| − | + |   upload_rate = 1       (dalam KiB)  | |
| − |   upload_rate = 1  | ||
  directory = /folder/tempat/download/torrent  |   directory = /folder/tempat/download/torrent  | ||
| + |  session = /folder/tempat/download/torrent/session  | ||
| + |  dht = auto  | ||
| + |  dht_port = 6881  | ||
==Penggunaan==  | ==Penggunaan==  | ||
| Line 47: | Line 49: | ||
  ENTER   - masuk ke menu load  |   ENTER   - masuk ke menu load  | ||
| − |   CTRL-  | + |   CTRL-S  - start torrent  | 
| + |  CTRL-Q  - keluar rtorrent  | ||
| Line 60: | Line 63: | ||
==Pranala Menarik==  | ==Pranala Menarik==  | ||
| + | * [[Media Server]]  | ||
| + | |||
| + | ===Media Server di Network Appliance===  | ||
| + | * [[Buffalo: Media Server]]  | ||
| + | * [[Buffalo: BitTorrent]]  | ||
| + | * [[Buffalo: BitTorrent Konfigurasi]]  | ||
| + | |||
| + | ===Media Server di Komputer===  | ||
| + | * [[mediatomb]] '''(RECOMMENDED)'''  | ||
| + | * [[ushare]]  | ||
| + | * [[gmediaserver]]  | ||
| + | |||
| + | ===Mencari Film / Lagu===  | ||
| + | * [[ThePirateBay]]  | ||
* [[rtorrent]]  | * [[rtorrent]]  | ||
* [[rtorrent.rc]]  | * [[rtorrent.rc]]  | ||
* [[rtorrent: modifikasi untuk mendukung magnet]]  | * [[rtorrent: modifikasi untuk mendukung magnet]]  | ||
| + | * [[rtorrent: cara penggunaan]]  | ||
| + | * [[rtorrent: menjalankan di background]]  | ||
* [[Bittorrent]]  | * [[Bittorrent]]  | ||
Latest revision as of 05:45, 9 April 2012
rTorrent adalah text-based ncurses BitTorrent client di tulis menggunakan C++, berbasis pada library libTorrent untuk Unix. Goal dari penciptanya adalah “a focus on high performance and good code”
Instalasi
Instalasi menggunakan apt-get
apt-get install rtorrent
Konfigurasi
Contoh konfigurasi ada di
/usr/share/doc/rtorrent/examples/rtorrent.rc
copy
cp /usr/share/doc/rtorrent/examples/rtorrent.rc ~/.rtorrent.rc
Jika tidak ada ambil rtorrent.rc dari
rtorrent.rc atau http://libtorrent.rakshasa.no/browser/trunk/rtorrent/doc/rtorrent.rc#latest
paste ke
vi ~/.rtorrent.rc
Edit rtorrent.rc
Misalnya,
max_peers = 60 download_rate = 40 (dalam KiB) upload_rate = 1 (dalam KiB) directory = /folder/tempat/download/torrent session = /folder/tempat/download/torrent/session dht = auto dht_port = 6881
Penggunaan
Jalankan, ketik
rtorrent
Beberapa CTRL penting
ENTER - masuk ke menu load CTRL-S - start torrent CTRL-Q - keluar rtorrent
Referensi
- http://en.wikipedia.org/wiki/RTorrent
 - http://kmandla.wordpress.com/2007/05/02/howto-use-rtorrent-like-a-pro/
 - http://libtorrent.rakshasa.no/
 - http://libtorrent.rakshasa.no/browser/trunk/rtorrent/doc/rtorrent.rc#latest
 - http://harbhag.wordpress.com/2010/06/30/tutorial-using-rtorrent-on-linux-like-a-pro/
 
Pranala Menarik
Media Server di Network Appliance
Media Server di Komputer
- mediatomb (RECOMMENDED)
 - ushare
 - gmediaserver