-->

DEVOPSZONES

  • Recent blogs

    How to Configure Proxy Access for YUM

    How to Configure Proxy Access for YUM?





    1. Edit the /etc/yum.conf file and add following entries.
     proxy=http://192.168.1.2:8080

    2. For Proxy access of root user. Edit the .bash_profile and put following entries.
    http_proxy="http://192.168.1.2:8080"
    export http_proxy

    No comments