IT/끄적끄적 (6) 썸네일형 리스트형 다나와 상품리스트 파싱 (작성중) getProductList.ajax.php Payload priceRangeMinPrice: priceRangeMaxPrice: btnAllOptUse: true searchAttributeValueRep[]: 753|658|805762|OR searchAttributeValue[]: 753|658|805762|OR page: 1 listCategoryCode: 753 categoryCode: 753 physicsCate1: 861 physicsCate2: 876 physicsCate3: 0 physicsCate4: 0 viewMethod: LIST sortMethod: BEST listCount: 90 group: 11 depth: 2 brandName: makerName: searchOptionNam.. docker gitlab-ce 초기 로그인 https://docs.gitlab.com/ee/install/docker.html GitLab Docker images | GitLab Documentation for GitLab Community Edition, GitLab Enterprise Edition, Omnibus GitLab, and GitLab Runner. docs.gitlab.com sudo docker exec -it gitlab grep 'Password:' /etc/gitlab/initial_root_password Username은 'root'이며 비밀번호는 해당 명령어 통해서 확인하면 된다. Nginx Proxy Manager Internal Error 해결 (rate limits) docker에 NginxProxyManger 설치된 환경 NPM에서 서브도메인에 대하셔 SSL 인증하려고 시도하면 Internal Error가 뜸 해당 컨테이너의 터미널 접속 후 로그 확인 sudo docker exec -it $container_id /bin/bash cat /var/log/letsencrypt/letsencrypt.log 쭉 보면 아래와 같은 로그가 있을 것이다. too many failed authorizations recently: see https://letsencrypt.org/docs/rate-limits/ 단기간에 SSL인증 요청이 너무 많이 이뤄져서 제한이 걸렸다는 것이니 https://tools.letsdebug.net/clear-authz letsdebug-toolki.. curl tor proxy 사용하기 apt update apt install tor tor echo "SocksPort $ip:port" >> /etc/tor/torrc curl -O --socks5-hostname $ip:port $url 라즈베리파이 4 세팅 Docker - portainer - watchtower Fail2Ban ddclient OLED 모니터링 (ssd1306 128*32) - crontab # 더보기 # SPDX-FileCopyrightText: 2017 Tony DiCola for Adafruit Industries # SPDX-FileCopyrightText: 2017 James DeVito for Adafruit Industries # SPDX-License-Identifier: MIT # This example is for use on (Linux) computers that are using CPython with # Adafruit Blinka to support CircuitPython libraries. CircuitPyt.. curl 파일 사이즈 확인 curl -sI $url | grep -i Content-Length | awk '{print $2}' source : https://stackoverflow.com/questions/4497759/how-to-get-remote-file-size-from-a-shell-script 이전 1 다음