Centos系统安装aria2

我常用的是centos 其他系统自己google,很简单的

CentOS 6.x 32 位下安装

wget -c http://pkgs.repoforge.org/nettle/nettle-2.2-1.el6.rf.i686.rpm
wget -c http://pkgs.repoforge.org/nettle/nettle-devel-2.2-1.el6.rf.i686.rpm
rpm -ivh nettle-2.2-1.el6.rf.i686.rpm
rpm -ivh nettle-devel-2.2-1.el6.rf.i686.rpm
wget -c http://pkgs.repoforge.org/aria2/aria2-1.16.4-1.el6.rf.i686.rpm
rpm -ivh aria2-1.16.4-1.el6.rf.i686.rpm

CentOS 6.x 64 位下安装

wget -c http://pkgs.repoforge.org/nettle/nettle-2.2-1.el6.rf.x86_64.rpm
wget -c http://pkgs.repoforge.org/nettle/nettle-devel-2.2-1.el6.rf.x86_64.rpm
rpm -ivh nettle-2.2-1.el6.rf.x86_64.rpm
rpm -ivh nettle-devel-2.2-1.el6.rf.x86_64.rpm
wget -c http://pkgs.repoforge.org/aria2/aria2-1.16.4-1.el6.rf.x86_64.rpm
rpm -ivh aria2-1.16.4-1.el6.rf.x86_64.rpm

通过 rpm 安装的一般都不会是最新版的。官网目前的最新版本已经到 1.18.8 ,有兴趣的可以自己去下载源码回来编译安装。

3. 远程管理

A. 开启RPC远程管理命令

aria2c --enable-rpc --rpc-listen-all=true --rpc-allow-origin-all -c -D

#说明: 这个命令在VPS上运行即可开启rpc服务,可以用多种方式进行远程管理,但貌似不会保存配置文件,重启后会丢失之前的下载记录.

B. 让配置文件不丢失

下载附件的 aria2.conf 文件到/root/ 或者其他目录, 之后运行

aria2c --conf-path=/root/aria2.conf --disable-ipv6=true -D

C. 开机自动启动,把命令添加到rc.local

vi /etc/rc.d/rc.local
aria2c --conf-path=/root/aria2.conf --disable-ipv6=true -D &

D. 远程管理

WEB管理版 见附件 (本地也可以运行,所需的只是个浏览器,我是放到服务器上了)
windows版 需要的自己搜索下,我没有使用
安卓版 需要的自己搜索下,我没有使用

4. 一些问题

A. WEB管理界面删除任务后不会自动删除文件,还需要自己去服务器上删除.

B. 下载百度网盘可以使用 chrome浏览器 加 百度网盘助手 插件,
迅雷离线也差不多,我没有试,需要的可以自己搜索.

C. 附件里的配置文件可以设置帐号密码,当然你可以自己删掉,貌似百度网盘助手不支持帐号密码,所以要使用它就必须删掉..

D. 没有aria2.session文件的话,自己新建一个.

echo '' > /root/aria2.session;

编译安装aria2

wget http://iweb.dl.sourceforge.net/project/aria2/stable/aria2-1.19.0/aria2-1.19.0.tar.gz
tar zxvf aria2-1.19.0.tar.gz
cd aria2-1.19.0
./configure
make
make install

man aria2c //查看 aria2c manual

aria2c http://cachefly.cachefly.net/100mb.test && rm -f 100mb.test
aria2c -c http://a/f.iso ftp://b/f.iso //-c 选项可以断点续传文件
aria2c http://example.org/mylinux.torrent
aria2c 'BitTorrent Magnet URI' -d test/ //-d test/是指明下载文件保存在test目录
aria2c http://example.org/mylinux.metalink
aria2c -i uris.txt //Download URIs found in text file
资源下载

此资源下载价格为1D币立即购买

客服邮箱:[email protected]
点赞