Linux에서 HTTP Proxy Server 설정하기

Coumputer's/Linux 2012. 3. 19. 16:30



1. vi /etc/profile

2. http_proxy설정 
    export http_proxy=[proxy서버]:[proxy포트]

3. source /etc/profile을 통해서 바로 적용.

4. export | grep http_proxy 를 통해서 제대로 적용됐는지 확인.