您的位置:首页 > 职场人生

ubuntu下载命令及加速办法

2012-03-10 16:59 267 查看
1.下载命令wget,

usage: wget -i http://*
说明: http://*为下载文件网址及文件名
example: wget -i http://xp6.yyxt.com/201201/GZOS_XP_1.1.iso
2.用axel加快下载速度

安装axel

apt-get install axel

运行axel

usage: axel -n 10 -o /tmp/ http://xp6.yyxt.com/201201/GZOS_XP_1.1.iso
3.用aria2断点下载文件

apt-get install aria2

example: aria2c http://xp6.yyxt.com/201201/GZOS_XP_1.1.iso
分段下载:

example: aria2c -s 2 http://xp6.yyxt.com/201201/GZOS_XP_1.1.iso
断点下载:

example: aria2c -c http://xp6.yyxt.com/201201/GZOS_XP_1.1.iso
下载torrent文件

example: aria2c -o *.torrent http://*
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  职场 ubuntu 休闲