If you need to use a proxy for wget, this can be configured as follows:
Either create a file $HOME/.wgetrc (for a specific user) or /etc/wgetrc (to set the proxy configuration for the entire system), and add in the following lines, while replacing the entries below with your HTTP proxy URL and port information:
Alternatively, you may also use the -e option for wget:# You can set the default proxies for Wget to use for http and https. # They will override the value in the environment. https_proxy = http://proxy.yoyodyne.com:3128 http_proxy = http://proxy.yoyodyne.com:3128 # If you do not want to use proxy at all, set this to off. use_proxy = on
# wget ... -e https_proxy=http://proxy.yoyodyne.com:3128 ...
If you found this useful, here's more on the same topic(s) in our blog:
- How best to configure the /etc/netsvc.conf file
- Finding files with no defined user or group
- Reset iDRAC from OS
- Incrond
- Resolving LED code 555
UNIX Health Check delivers software to scan Linux and AIX systems for potential issues. Run our software on your system, and receive a report in just a few minutes. UNIX Health Check is an automated check list. It will report on perfomance, capacity, stability and security issues. It will alert on configurations that can be improved per best practices, or items that should be improved per audit guidelines. A report will be generated in the format you wish, and the report includes the issues discovered and information on how to solve the issues as well.
Interested in learning more?
Interested in learning more?