标签:Aria2 相关文章

aria2+oneindex最新一键onedrive网盘脚本

简介: 首先你要有个5T的OneDrive,没有需要去网上找,或者购买,价格不贵。 Aria2Drive为一键脚本,将会为你打造一个利用aria2和onedrive实现离线下载功能的私有网盘,只支持Debian 9(主要是因为没时间去适配其他系统,我主用Debian系),考虑到稳定性问题,推荐使用纯净系统进行运行和安装。 作者地址:https://github.com/uselibrary/Aria2Drive 一键脚本: 推荐边运行脚本边看下面的教程: wget –no-check-certificate -O Aria2Drive.sh https://raw.githubusercon……

继续阅读»»»

使用aria2+ariaNG+onedrive搭建离线下载/在线播放程序

以前都是用一键脚本安装的,但是一键脚本限制条件也挺多,所以想学一下手动安装。另外我用的pyone虽然有离线下载功能,但是体验并不好,经常下不来,所以干脆手动装一个得了,用ariaNG面板下载自动上传,这里记录一下安装过程. 介绍 aria2 aria2 is a lightweight multi-protocol & multi-source command-line download utility. It supports HTTP/HTTPS, FTP, SFTP,BitTorrent and Metalink. aria2 can be manipulated via bui……

继续阅读»»»

BT离线下载安装大全-Docker镜像

前言 随着大家对离线下载的需求越来越高,这里就找了一些用户量比较多,也经常在维护的BT离线程序的Docker镜像,包括Aria2、utorrent、Deluge、Transmission、Rutorrent、Qbittorrent,算是比较全了,这里就分享下。 安装Docker 首先安装下面程序之前,需要在服务器上安装Docker环境,使用命令: #CentOS 6系统 rpm -iUvh http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm yum update -y yum -y install ……

继续阅读»»»

Aria2+Aria2Ng+OneIndex+OneDrive建立不限流量/离线BT下载/在线观看网盘

1、安装宝塔 #Centos系统 yum install -y wget && wget -O install.sh http://download.bt.cn/install/install.sh && sh install.sh #Ubuntu系统 wget -O install.sh http://download.bt.cn/install/install-ubuntu.sh && sudo bash install.sh #Debian系统 wget -O install.sh http://download.bt.cn/install……

继续阅读»»»