curl_명령어 썸네일형 리스트형 [명령어] curl 명령어 curl 명령어 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 더보기 [명령어] curl 명령으로 웹사이트 로딩 속도를 테스트하는 방법 curl 명령으로 웹사이트 로딩 속도를 테스트하는 방법 curl 명령어 : https://sangchul.kr/2 curl 버전 정보 $ curl --version curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets.. 더보기 [명령어] curl 명령어 curl 명령어 : 원격 서버 (FTP, HTTP 등)에서 파일을 가져 오는 유틸리티 curl 패키지 설치 $ yum install -y curl $ curl --version curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-.. 더보기 이전 1 다음