Set system-level proxy in CentOS

Source: Internet
Author: User
Set system-level proxy, YUM proxy, and Wget proxy settings in CentOS

Edit/etc/yum. conf and add

# Proxy

Proxy = http: // username: password @ proxy_ip: port/

You can also use proxy_username and proxy_password to configure the proxy username and password.

After such configuration is complete, all users will use a proxy when using yum, which can be called a global proxy.

If you need to configure a proxy for a separate user, you can ~ /. Bash_profile.

Wget proxy settings

Edit/etc/wgetrc and add

# Proxy

Http_proxy = http: // username: password @ proxy_ip: port/

Ftp_proxy = http: // username: password @ proxy_ip: port/

System Global Proxy

If you need to set a system-level proxy for a user, you can ~ /. Bash_profile:

Http_proxy = "http: // username: password @ proxy_ip: port"

Export_http_proxy

The above settings only take effect for a user. to take effect for all system users, write them in/etc/profile.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.