wget 명령어 썸네일형 리스트형 wget 명령어를 사용하여 프록시를 설정하는 방법 wget 명령어를 사용하여 프록시를 설정하는 방법 1. 명령어 옵션으로 설정 wget 명령어에 직접 옵션을 추가하여 프록시를 설정할 수 있습니다. -e 옵션은 환경 변수를 설정하는 역할을 합니다. use_proxy=yes는 프록시 사용을 활성화하고 http_proxy는 HTTP 프록시의 주소를 지정합니다. wget -e use_proxy=yes -e http_proxy=http://proxy.example.com:8080 http://example.com/file.txt sudo wget -e use_proxy=yes -e http_proxy=http://your-proxy-server:your-proxy-port -e https_proxy=http://your-proxy-server:your-proxy.. 더보기 리눅스 curl 명령어(curl bash -x) curl 명령어(curl bash -x) curl로 스크립트를 다운로드하기 curl -Ssf https://sangchul.kr/scripte/webconfsync.sh -o /tmp/webconfsync.sh curl로 스크립트를 다운로드하고 실행하기 curl -Ssf https://sangchul.kr/scripte/webconfsync.sh | bash -x wget을 사용하여 스크립트를 다운로드하고 실행하기 wget -qO - https://sangchul.kr/scripte/webconfsync.sh | bash -x 참고URL - curl 명령어 : https://scbyun.com/1005 더보기 이전 1 다음