centos 安装 aria2 webui 实现网页下载
生活随笔
收集整理的這篇文章主要介紹了
centos 安装 aria2 webui 实现网页下载
小編覺得挺不錯(cuò)的,現(xiàn)在分享給大家,幫大家做個(gè)參考.
centos aria2 webui
安裝aria2
安裝 rpmforge源
wget http://repository.it4i.cz/mirrors/repoforge/redhat/el6/en/x86_64/rpmforge/RPMS/rpmforge-release-0.5.3-1.el6.rf.x86_64.rpm
yum 安裝
yum -y install aria2
簡(jiǎn)單用下命令
直接下載
aria2c http://3w.gd.6122.net:8080/uploadFile/2017/CommonDll.zip
使用兩個(gè)連接
aria2c -x2 http://3w.gd.6122.net:8080/uploadFile/2017/CommonDll.zip
斷點(diǎn)續(xù)傳
aria2c -c -s 5 http://example.org/mylinux.iso
-c : 斷點(diǎn)續(xù)傳
-s : 使用線程數(shù) 配置
$ mkdir /etc/aria2/
$ vim /etc/aria2/aria2.conf#用戶名
#rpc-user=user
#密碼
#rpc-passwd=passwd
#上面的認(rèn)證方式不建議使用,建議使用下面的token方式
#設(shè)置加密的密鑰
#rpc-secret=token
#允許rpc
enable-rpc=true
#允許所有來源, web界面跨域權(quán)限需要
rpc-allow-origin-all=true
#允許外部訪問,false的話只監(jiān)聽本地端口
rpc-listen-all=true
#RPC端口, 僅當(dāng)默認(rèn)端口被占用時(shí)修改
rpc-listen-port=6800
#最大同時(shí)下載數(shù)(任務(wù)數(shù)), 路由建議值: 3
max-concurrent-downloads=5
#斷點(diǎn)續(xù)傳
continue=true
#同服務(wù)器連接數(shù)
max-connection-per-server=5
#最小文件分片大小, 下載線程數(shù)上限取決于能分出多少片, 對(duì)于小文件重要
min-split-size=10M
#單文件最大線程數(shù), 路由建議值: 5
split=10
#下載速度限制
max-overall-download-limit=0
#單文件速度限制
max-download-limit=0
#上傳速度限制
max-overall-upload-limit=0
#單文件速度限制
max-upload-limit=0
#斷開速度過慢的連接
#lowest-speed-limit=0
#驗(yàn)證用,需要1.16.1之后的release版本
#referer=*
#文件保存路徑, 默認(rèn)為當(dāng)前啟動(dòng)位置
dir=/root/downloads
#文件緩存, 使用內(nèi)置的文件緩存, 如果你不相信Linux內(nèi)核文件緩存和磁盤內(nèi)置緩存時(shí)使用, 需要1.16及以上版本
#disk-cache=0
#另一種Linux文件緩存方式, 使用前確保您使用的內(nèi)核支持此選項(xiàng), 需要1.15及以上版本(?)
#enable-mmap=true
#文件預(yù)分配, 能有效降低文件碎片, 提高磁盤性能. 缺點(diǎn)是預(yù)分配時(shí)間較長(zhǎng)
#所需時(shí)間 none < falloc ? trunc << prealloc, falloc和trunc需要文件系統(tǒng)和內(nèi)核支持
file-allocation=prealloc 配置文件啟動(dòng)(推薦)
后臺(tái)啟動(dòng)
aria2c --conf-path=/etc/aria2/aria2.conf -D 啟動(dòng)腳本
$ vi /etc/init.d/aria2
#!/bin/bash
#
# aria2 - this script starts and stops the aria2 daemon
#
# chkconfig: - 85 15
# description: Aria2 - Download Manager
# processname: aria2c
# config: /etc/aria2/aria2.conf
# pidfile: # Source function library.
. /etc/rc.d/init.d/functions# Source networking configuration.
. /etc/sysconfig/network# Check that networking is up.
[ "$NETWORKING" = "no" ] && exit 0aria2c="/usr/bin/aria2c"
ARIA2C_CONF_FILE="/etc/aria2/aria2.conf"
options=" --conf-path=$ARIA2C_CONF_FILE -D "RETVAL=0start() {# code here to start the programecho -n "Starting aria2c daemon."${aria2c} ${options}RETVAL=$?echo
}stop() {echo -n "Shutting down aria2c daemon."/usr/bin/killall aria2cRETVAL=$?echo
}status() {ID=$(/bin/ps -ef | grep 'aria2c' | grep -v 'grep' | awk '{print $2}')if [[ "x$ID" != "x" ]]; thenecho "Aria2 is running."elseecho "Aria2 is not running."fi
}restart() {stopsleep 3start
}case "$1" instart)start;;stop)stop;;status) status;;restart)restart;;*)echo "Usage: service aria2c {start|stop|restart}"RETVAL=1
esac exit $RETVAL 搭配Aria2 Web UI
git clone https://github.com/ziahamza/webui-aria2
在程序目錄下
python -m SimpleHTTPServer 9999
然后在你的瀏覽器就可以訪問了
嫌輸入IP和端口麻煩的話,可以用nginx做個(gè)反向代理加個(gè)域名 具體的自己摸索吧。
轉(zhuǎn)載于:https://www.cnblogs.com/colder219/p/6298168.html
總結(jié)
以上是生活随笔為你收集整理的centos 安装 aria2 webui 实现网页下载的全部?jī)?nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 虎牌保温杯日本和台湾有什么区别
- 下一篇: How to set window ti