2
http_proxy를 영구적으로 비활성화하는 방법
시스템 / 네트워크에서 프록시를 제거하고 시스템 전체에 적용하면 콘솔에서 작업 할 때 여전히 남아 있습니다. 내가 실행할 때 : env | grep proxy 다음을 인쇄합니다. http_proxy=http://proxy.studnet.lan:8080 ftp_proxy=ftp://proxy.studnet.lan:8080 socks_proxy=socks://proxy.studnet.lan:8080 https_proxy=https://proxy.studnet.lan:8080 나는 그것을 제거 할 수있다 : unset http_proxy unset ftp_proxy unset socks_proxy unset https_proxy 터미널을 다시 열면 이러한 프록시 변수가 다시 …