<?xml version="1.0" encoding="UTF-8" ?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Posteet: proxy</title> 
    <link>http://www.posteet.com/</link> 
    <description>Recent posteets posted to Posteet</description>
    <ttl>60</ttl>

    
    <item>
        <title>Utiliser un proxy HTTP avec apt et yum</title>
        <link>http://www.posteet.com/view/854</link>
        <description>
        <![CDATA[<pre>// APT: Ajouter la ligne suivante dans /etc/apt/apt.conf.d/70debconf
Acquire::http::Proxy &quot;http://192.168.1.1:80&quot;;
(éventuellement http://login:passwd@192.168.1.1:8080)

// YUM: deux solutions:
- export http_proxy=http://192.168.1.1:8080
(éventuellement http_proxy=http://login:passwd@192.168.1.1:8080)
- [ou] Editer le fichier /etc/yum.conf et rajouter proxy=http://192.168.1.1:8080
(éventuellement aussi proxy_username=userxxx et proxy_password=passxxx)</pre> <a href="http://www.posteet.com/tags/apt">[apt]</a>  <a href="http://www.posteet.com/tags/debian">[debian]</a>  <a href="http://www.posteet.com/tags/proxy">[proxy]</a>  <a href="http://www.posteet.com/tags/rhel">[rhel]</a>  <a href="http://www.posteet.com/tags/yum">[yum]</a> ]]>        </description>
        <dc:creator>spirit</dc:creator>
        <pubDate>Tue, 01 Apr 2008 11:40:50 +0000</pubDate>

            <category>apt</category>
            <category>debian</category>
            <category>proxy</category>
            <category>rhel</category>
            <category>yum</category>
    
    </item>


</channel>
</rss>
