https_proxy 썸네일형 리스트형 [리눅스] 리눅스에서 HTTP Proxy Server 설정하기 리눅스에서 HTTP Proxy Server 설정하기 1. 로그인 세션 동안만 유지되는 방법 $ export http_proxy=[proxy서버]:[proxy포트] $ export https_proxy=[proxy서버]:[proxy포트] $ unset http_proxy $ unset https_proxy 2. 로그인 세션이 종료된 후에도 프록시를 유지시키는 방법 *** .bashrc, .bash_profile, /etc/profile $ vi ~/.bashrc --- export http_proxy=[proxy서버]:[proxy포트] export https_proxy=[proxy서버]:[proxy포트] --- $ source ~/.bashrc 참고 URL : http://krespo.net/188 htt.. 더보기 이전 1 다음