File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99- Gitbook 在线阅读地址:< https://youmeek.gitbooks.io/linux-tutorial/content/ >
1010- ** 学得越多越是明白一个人的力量是不够的,我只是起了一个引子,希望你能一起参与,真心希望!!!(鞠躬)**
1111
12+ ## 优秀同行推荐
13+
14+ - [ Linux工具快速教程] ( http://linuxtools-rst.readthedocs.io/zh_CN/latest/base/index.html )
15+
1216## 目录(Contents)
1317
1418- [ 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 表示这是
195195- ` umount /dev/sdb5 ` ,卸载挂载,用分区名
196196
197197
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+
198209
199210## 资料
200211
201212- < http://wenku.baidu.com/view/1ad19bd226fff705cc170af3.html >
202213- < 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