http proxy 사용

TIPs 2011. 7. 28. 14:26
원문 : http://nice295.egloos.com/1305825

1. .bashrc에 아래 추가

export http_proxy=http://<your_PROXY_SERVER>:<port>



2. /etc/apt/apt.conf에 아래 추가(다른 app를 위한 것)

Acquire::http::Proxy "http://<your_PROXY_SERVER>:<port>";


: