답변:
다음 명령을 사용하여 http / https / ftp 프록시 환경 변수를 변경할 수 있습니다.
export http_proxy='http://user:password@prox-server:3128'
export https_proxy='http://user:password@prox-server:3128'
export ftp_proxy='http://user:password@prox-server:3128'
원 라이너로 :
export {http,https,ftp}_proxy='http://user:password@prox-server:3128'
그러나 이것은 지속되지 않으므로 bashrc에 추가 할 수 있습니다.