Chinaunix首页 | 论坛 | 博客
  • 博客访问: 847914
  • 博文数量: 366
  • 博客积分: 10267
  • 博客等级: 上将
  • 技术积分: 4290
  • 用 户 组: 普通用户
  • 注册时间: 2012-02-24 14:04
文章分类

全部博文(366)

文章存档

2012年(366)

分类: 系统运维

2012-03-10 19:36:42

1.下载命令wget,

usage: wget -i http://*

说明: http://*为下载文件网址及文件名

example: wget -i

2.用axel加快下载速度

安装axel

apt-get install axel

运行axel

usage: axel -n 10 -o /tmp/

3.用aria2断点下载文件

apt-get install aria2

example: aria2c

分段下载:

example: aria2c -s 2

断点下载:

example: aria2c -c

下载torrent文件

example: aria2c -o *.torrent http://*

阅读(6057) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~