FREEDOM. FRIENDS. FEATURES. FIRST. 페도라 한국 사용자 모임

방화벽이 있는 네트웍에서 wget/yum/프락시 설정방법

게시판 Tech/Tip 방화벽이 있는 네트웍에서 wget/yum/프락시 설정방법

  • This topic has 0개 답변, 1명 참여, and was last updated 14 years, 2 months 전에 by 인베인. This post has been viewed 1601 times
  • #12116
    인베인
    참가자
      게시글147 댓글412 총합559
    @leemgs
     

    방화벽이 있는 네트웍에서  wget/yum/프락시 설정방법입니다.

    1. wget proxy ( Network Downloader)
    fedora12#>  /etc/wgetrc
    http_proxy = http:// 211.123.48.250:8080/
    ftp_proxy = http://user:pass@xxx.xxx.xxx.xxx.port/
    use_proxy = on
    fedora12#> wget http://www.kernel.org/pub/linux/kernel/v2.6/ChangeLog-2.6.20.10

     

     

    2. yum proxy (Fedora Core Users)
    fedora12#> vi /etc/profile ( or ~/.bashrc )
    export http_proxy=http://211.123.48.250:8080/
    export https_proxy=http://211.123.48.250:8080/
    export ftp_proxy=http://211.123.48.250:8080/
    fedora12#> source /etc/profile

     

     

    end of line.

    * 오픈소스는 Open Innovationa & 윈윈전략을 도모할 지언정 절대 공짜(무료)임을 뜻하지 않는다.치

  • 답변은 로그인 후 가능합니다.

지금 이 순간


무선랜 드라이버 설치 중에 modules/커널버전/build에서 오류가나요.
F13에서 모니터 해상도가 제대로 안잡히네요.
Silverlight 동영상을 리눅스용 Moonlight으로 재생방법
SpiderMonkey (JavaScript-C) Engine
회원 분들 모두 건강 챙기시고 힘내세요~!
좋은 하루 되세요
오아시스를 찾은 느낌.......ㅠㅠ
안녕하세요^^ 리눅스 첨 설치하는 초보입니다~
가입인사드립니다.
SCP 명령어 지원종료(Deprecated)