当前位置:网站首页>Setting up a proxy for the WGet command
Setting up a proxy for the WGet command
2020-11-09 11:37:00 【xxjbs001】
by wget Command settings agent
Experimental environment :ubuntu 12.04 LTS goagent
Method 1 、 Set the agent in the environment variable
export http_proxy=http://127.0.0.1:8087
Method 2 、 Use profile
by wget Using agents , Can be modified directly /etc/wgetrc, You can also create a new one in the home folder .wgetrc, And edit the content , This paper adopts the latter .
take /etc/wgetrc China and proxy Copy the relevant lines to ~/.wgetrc, And make the following changes :
#You can set the default proxies for Wget to use for http, https, and ftp.
# They will override the value in the environment.
https_proxy = http://127.0.0.1:8087/
http_proxy = http://127.0.0.1:8087/
ftp_proxy = http://127.0.0.1:8087/
# If you do not want to use proxy at all, set this to off.
use_proxy = on
here use_proxy = on Opened the agent , If you don't want to use a proxy , It's troublesome to modify this file every time , We can use -Y Parameters are set in the future :
-Y, --proxy=on/off Turn the agent on or off
Method 3 、 Use -e Parameters
wget There is no command line parameter set specifically for the agent itself , But there is one "-e" Parameters , You can specify on the command line that an original appears in ".wgetrc" Settings in . So you can specify a proxy on the command line in disguise :
-e, --execute=COMMAND perform `.wgetrc' Format order
for example :
wget -c -r -np -k -L -p -e "http_proxy=http://127.0.0.1:8087" http://www.subversion.org.cn/svnbook/1.4/
This is especially convenient for using a temporary proxy .
notes : If it is https, Then the parameter is :-e "https_proxy=http://127.0.0.1:8087"
Use https If you want to ignore the server-side certificate verification , have access to -k Parameters .
版权声明
本文为[xxjbs001]所创,转载请带上原文链接,感谢
边栏推荐
- 真正拖垮你的,是沉没成本
- Shoes? Forecasting stock market trends? Taobao second kill? Python means what you want
- 手写Koa.js源码
- When Python calls ffmpeg, 'ffmpeg' is not an internal or external command, nor a runnable program
- Mapstructure detoxifies object mapping
- Elasticsearch原理解析与性能调优
- Principle analysis and performance tuning of elasticsearch
- 用一种简单的方式实现终端文字粘贴板
- 1486. Array XOR operation
- 解决IDEA快捷键 Alt+Insert 失效的问题
猜你喜欢

SQL Chapter 2 Chapter 3

推荐系统,深度论文剖析GBDT+LR

Front end code style practice prettier + eslint + git hook + lint staged

iPhone“连到系统上的设备没有发挥作用”原因分析及解决方法 20200105

Mac 终端(terminal) oh-my-zsh+solarized配置

el-table动态表头

Commodity management system -- implementation of local preservation of new commodities

GitHub 上适合新手的开源项目(Python 篇)

Learning notes of nodejs

How to query by page after 10 billion level data is divided into tables?
随机推荐
【译】npm developer guide
一个简单的能力,决定你是否会学习!
Adobe Experience Design /Xd 2020软件安装包(附安装教程)
Front end code style practice prettier + eslint + git hook + lint staged
“微服务”技术另一个可能更合适的名字
ThinkPHP门面源码解析
Configure switch trunk interface traffic local priority forwarding (cluster / stack)
《内网安全攻防》配套视频 之 利用PS查询域内信息
Rainbow sorting | Dutch flag problem
iPhone“连到系统上的设备没有发挥作用”原因分析及解决方法 20200105
git 删除iml文件
Capture bubbles? Is browser a fish?
Kubernetes业务日志收集与监控
Sql分组查询后取每组的前N条记录
An attempt to read or write to protected memory occurred using the CopyMemory API. This usually indicates that other memory is corrupted.
How to query by page after 10 billion level data is divided into tables?
A simple way to realize terminal text paste board
Android权限大全
Review of hot spots of last week (11.2-11.8)
微信圈子