Let's take a look at the two images, which details the rtorrent interface. Open the Ubuntu terminal (unless otherwise specified, the following code indicates a command in the terminal) install sudoaptitudeinstallrtorrent. Create the download directory mkdiruniverse. Create the download history directory mkdiruniverse/session. modify the configuration file gedit/home/username /. rtorren
Let's take a look at the two images, which details the rtorrent interface.
Open the Ubuntu terminal (unless otherwise specified, the following code indicates a command in the terminal)
Install
Sudo aptitude install rtorrent
Create a download directory
Mkdir universe
Create a download history directory
Mkdir universe/session
Modify configuration file
Gedit/home/username/. rtorrent. rc
Write the following configuration code to the. rtorrent. rc file:
# Minimum number of allowed peers
Min_peers = 3
# Maximum number of allowed peers
Max_peers = 500
# Maximum number of simultaneous uploads
Max_uploads = 10
# Download up to 950 k/s optical fiber for use by users. Please modify adsl as appropriate
Download_rate = 950
# Upload a maximum of 200 k/s optical fiber for use by users. Please modify adsl as appropriate
Upload_rate = 200
# Download directory
Directory = ~ /Universe
# Download history directory (this Directory includes download progress information and DHT node cache)
Session = ~ /Universe/session
# (Configure Automatic Monitoring to throw bt seeds ~ /The universe directory is automatically downloaded)
Schedule = watch_directory, 5, 5, load_start = ~ /Universe/*. torrent
# (Configure Automatic Monitoring to take the bt seed from ~ /The universe directory will automatically stop the download)
Schedule = untied_directory, 5, stop_untied =
# If the hard disk space is less than MB, all downloads will be automatically stopped)
Schedule = low_diskspace, 5, 60, close_low_diskspace = 100 M
# (If the total upload volume reaches 200% MB, the upload/download rate reaches 2000%, or if the total upload volume is less than MB, the upload/download rate reaches)
Schedule = ratio, 60, 60, "stop_on_ratio = 200,200 M, 2000"
# Bt listening port
Port_range = 9400-9500
# Randomly select a port from the preceding range
Port_random = yes
###### Enable DHT ######
Dht = on
# UDP port used by DHT
Dht_port= 9501
# Seed exchange
Peer_exchange = yes
# (Upload cache. Each seed is 10 MB. Modify the size of the memory as needed)
Send_buffer_size = 10 M
# (Download the cache. Each seed is 20 mb. Modify the cache size if the memory is small)
Receive_buffer_size = 20 M
# (Modify the encoding to avoid Chinese garbled characters)
Encoding_list = UTF-8
Download Method:
Put the seed in the universe folder just created.
Then
Screen rtorrent
If the terminal is closed, run the terminal again.
Screen-r
In this way, the rtorrent interface is returned again.
Rtorrent exit shortcut: Ctrl + q
NOTE: If some files in the seed are not required, press the up/down key to select the task, right-click the task, press the up/down key to select the File List item, right-click the item, and press the up/down key to select the File, press the space and change it to off.
Let's take a picture.