File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 9
9
- Gitbook 在线阅读地址:< https://youmeek.gitbooks.io/linux-tutorial/content/ >
10
10
- ** 学得越多越是明白一个人的力量是不够的,我只是起了一个引子,希望你能一起参与,真心希望!!!(鞠躬)**
11
11
12
+ ## 优秀同行推荐
13
+
14
+ - [ Linux工具快速教程] ( http://linuxtools-rst.readthedocs.io/zh_CN/latest/base/index.html )
15
+
12
16
## 目录(Contents)
13
17
14
18
- [ Linux 介绍] ( markdown-file/Linux.md )
Original file line number Diff line number Diff line change @@ -195,8 +195,20 @@ drwxr-xr-x. 5 root root 4096 3月 26 10:57,其中最前面的 d 表示这是
195
195
- ` umount /dev/sdb5 ` ,卸载挂载,用分区名
196
196
197
197
198
+ ## wget 下载文件
199
+
200
+ - 常规下载:` wget http://www.gitnavi.com/index.html `
201
+ - 自动断点下载:` wget -c http://www.gitnavi.com/index.html `
202
+ - 后台下载:` wget -b http://www.gitnavi.com/index.html `
203
+ - 伪装代理名称下载:` wget --user-agent="Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.204 Safari/534.16" http://www.gitnavi.com/index.html `
204
+ - 限速下载:` wget --limit-rate=300k http://www.gitnavi.com/index.html `
205
+ - 批量下载:` wget -i /opt/download.txt ` ,一个下载地址一行
206
+ - 后台批量下载:` wget -b -c -i /opt/download.txt ` ,一个下载地址一行
207
+
208
+
198
209
199
210
## 资料
200
211
201
212
- < http://wenku.baidu.com/view/1ad19bd226fff705cc170af3.html >
202
213
- < http://blog.csdn.net/nzing/article/details/9166057 >
214
+ - < http://linuxtools-rst.readthedocs.io/zh_CN/latest/tool/wget.html >
You can’t perform that action at this time.
0 commit comments