download
1.下载命令wget,
usage: wget -i http://*
example: wget -i http://xp6.yyxt.com/201201/GZOS_XP_1.1.iso
2.用axel加快下载速度
安装axel
apt-get install axel
运行axel
usage:1
axel -n 10 -o /tmp/ http://xp6.yyxt.com/201201/GZOS_XP_1.1.iso
3.用aria2断点下载文件
1 | apt-get install aria2 |
分段下载:1
aria2c -s 2 http://xp6.yyxt.com/201201/GZOS_XP_1.1.iso
断点下载:1
aria2c -c http://xp6.yyxt.com/201201/GZOS_XP_1.1.iso
下载torrent文件1
example: aria2c -o *.torrent http://*
http://www.jb51.net/os/Ubuntu/343168.html 在Ubuntu系统上使用apt-fast来加快apt-get下载的教程