wget http://ftp.gnome.org/pub/GNOME/sources/libsigc++/2.2/libsigc++-2.2.4.tar.gz
wget http://libtorrent.rakshasa.no/downloads/libtorrent-0.13.3.tar.gz
wget http://libtorrent.rakshasa.no/downloads/rtorrent-0.9.3.tar.gz
./configure
make
make
./configure
make
make
cd
rm
./autogen.sh
./configure
make
make
./autogen.sh
./configure
make
make
# ----------------------------------------
# rtorrent 配置文档
# 存放位置:~
# ----------------------------------------
# 每 torrent 最小/最大连接数
min_peers = 500
max_peers = 5000
# 每 torrent 最大上传数
max_uploads = 1000
# 上传和下传速度限制,設0=无限制.(单位 KB/s)
download_rate = 0
upload_rate = 2000
#随机 port 范围
port_range = 19000-55000
# 下载文件编码
encoding_list = UTF-8
# 下载存放目录
directory = /home/bt/download
# 快取存放目录
session = /home/bt/session
# torrent 存放目录
# 放在此目录的中的 torrent 会自动加入列表
schedule = watch_directory,5,5,load_start=/home/bt/torrent/*.torrent
# DHT
dht = on
# DHT port
dht_port = 50000
⑴. 方向键 : ↑,↓,←,→
⑵. Torrent 开始下载 : Ctrl + S (Screen下用法为: Ctrl+ a + s)
⑶. Torrent 暂停下载 : Ctrl + D
⑷. Torrent 停止下载 : Ctrl + K
⑸. 清除Torrent下载列表 : [法1] 在停止状态使用Ctrl + D, [法2] 在下载完成连续执行 Ctrl+D 二次
⑹. 限定最大上传速度 : [增加]a / s / d [减少] z / x /c
⑺. check file hash : Ctrl + R
⑻. 离开rtorrent : Ctrl+ q (Screen下用法为 : Ctrl+ a + q)
# .screenrc 简易设定
##########################################
#
##########################################
# screen 的 escape 键,下热键指令前的「前导按键组合」
# 预设值为 ^aa,即 <Ctrl> + <a>
# 可随喜好更改,例:^zz 代表 <Ctrl> + <z>
escape ^aa
# 是否启动时显示欢迎讯息?on:显示 off:不显示
startup_message off
# 是否显示错误提示?on:显示 off:不显示
vbell off
autodetach on
shell -$SHELL
allpartial off
defc1 off
defencoding utf8
##########################################
#
##########################################
caption always "%{=u .d} %-w%<%{=ub .B}%n %t%{=u .d}%+w "
hardstatus alwaysignore
# hardstatus alwayslastline "%{= .K} [%l]%<%=%{= .W}@%H %=%{= .y} %Y %M %d(%D) %{= .m} %C %A"
##########################################
#
##########################################
term xterm
termcapinfo xterm "Co#256:AB=\E[48;5;%dm:AF=\E[38;5;%dm"
# allow bold colors - necessary for some reason
attrcolor b ".I"
attrcolor i "+b"
# erase background with current bg color
defbce on
##########################################
#
##########################################
# 格式:
# bindkey [按键组合码] [功能]
# bind [单一英文按键] [功能]
#
# 说明:
# bindkey 直接描述一种按键组合,例如:<ctrl> + 方向键右→,需使用「按键码」。
# bind
# screen 常用预设功能热键:
# 注1:需先按 escape 键「前导按键组合」,才能输入功能热键。
# 注2:以下功能热键有区分大小写。
# ========================================================
# d
# c
# K
# 0-9 在视窗编号 0~9 之间快速切换。
# n
# p
# S
# TAB 在分割的屏幕之间切换。
# X
# [
# ]
# ?
# :
# ========================================================
###############
#
###############
# 说明:
# next:下一个 , prev 上一个
bindkey "^[O5C" next
bindkey "^[O5D" prev
bindkey "^[[C" next
bindkey "^[[D" prev
bindkey "^[[1;5D" prev
bindkey "^[[1;5C" next
bindkey "^[[5D" prev
bindkey "^[[5C" next
screen 用法如下:
大小写有区分,screen 只接受小写的指令,此外直接 Ctrl + 方向键左右,也能切换 page
离开终端机时,要记得 Ctrl+a 然后 d
离开 screent (仍在背景执行)
下次叫回来,打指令 screen -r 就可叫回来