Linux settings Global Agent vs. Yum Agent

Source: Internet
Author: User

Set the global proxy as follows:

Modify the/etc/profile file to add the following:

Http_proxy=http://username:[email protected]:8080/

Ftp_proxy=http://username:[email protected]:8080/

Export Http_proxy

Export Ftp_proxy

If there is no password limit, the above content can be modified to the following:

http_proxy=http://yourproxy:8080/

ftp_proxy=http://yourproxy:8080/

Export Http_proxy

Export Ftp_proxy

If only for a user, then modify the ~/.bash_profile file, add the same content;

After the modification is complete, log off and log back in.

For the yum Agent , also set the/etc/yum.conf file, adding the following code:

Proxy=http://username:[email protected]:8080/

#若无密码限制, the following is the way

#proxy =http://yourproxy:8080/

This way, Yum's operation is done by proxy.


Linux settings Global Agent vs. Yum Agent

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.