In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-19 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >
Share
Shulou(Shulou.com)06/01 Report--
This article mainly explains the "Linux set wget download http/https agent what are the methods", the article explains the content is simple and clear, easy to learn and understand, the following please follow the editor's train of thought slowly in-depth, together to study and learn "what are the methods of Linux setting wget download http/https agent"!
In Linux systems, users do not need any settings for non-proxy downloads using wget, but do so if they are proxy downloads. So how do you set up wget? Today, the editor will solve this problem for you.
Setting method:
Method 1, directly follow the command with parameters
Use the wget command to set up a http proxy
Wget http://www.baidu.com/-e use_proxy=yes-e http_proxy=yourproxy.com:port
Downloading the https file requires additional parameters.
Wget-- no-check-certificate https://www.google.com/\
-e use_proxy=yes-e https_proxy=yourproxy.com:port # # use https_proxy only
Parameter-no-check-certificate may not check the server's certificate.
If you find it troublesome, you can set the http proxy proxy for shell:
Export http_porxy=yourproxy.com:port
Export https_proxy=yourproxy.com:port
So that other programs can access the network through this agent.
If wget does not require a proxy, you can cancel the proxy using the parameter-- no-proxy.
Method 2, set it in the configuration file
Set the proxy in ~ / .wgetrc
Http_proxy = http://ip_or_domainname:80/
Ftp_proxy = http://ip_or_domainname:80/
Use_proxy = on
Wait = 15
Then directly wget http://ip/filename will be ok.
Thank you for your reading, the above is the content of "what are the methods for Linux to set up wget download http/https agent". After the study of this article, I believe you have a deeper understanding of what the method of Linux setting wget download http/https agent has, and the specific use needs to be verified in practice. Here is, the editor will push for you more related knowledge points of the article, welcome to follow!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.