https://noctua.at/en/nm-amb15 NM-AMB15The NM-AMB15 are offset AM5 mounting bars for Noctua CPU coolers with 78mm mounting pitch that require their mounting points at the east and west side of the socket for optimal orientation, such as the popular NH-U14S, NH-U12A, NH-U12S or NH-U9S (see detainoctua.at https://youtu.be/eRsv1dOuOHk
NPM에서는 로그확인 어려움version: '3.3' services: goaccess: image: 'xavierh/goaccess-for-nginxproxymanager:latest' container_name: goaccess restart: always ports: - '7880:7880' environment: - TZ=America/New_York - SKIP_ARCHIVED_LOGS=False #optional - DEBUG=False #optional - BASIC_AUTH=False #optional - BASIC_AUTH_USERNAME=user #optional - BASIC_AUTH_PASSWORD=pass #optional - EXCLUDE_IPS=127.0.0.1 #optiona..
## docker run ## [darksharavim]docker run --name="watchtower" -d --restart=always -v /var/run/docker.sock:/var/run/docker.sock -e TZ=Asia/Seoul containrrr/watchtower --interval 10 ## docker-compose ## version: "3" services: watchtower: image: containrrr/watchtower volumes: - /var/run/docker.sock:/var/run/docker.sock https://containrrr.dev/watchtower/ Watchtowercontainrrr.dev https://svrforum.com..
클라우드플레어 API키 발급 클라우드플레어 로그인 후 아래 페이지로 이동 https://dash.cloudflare.com/profile/api-tokens 발급받은 키 확인[darksharavim]curl -X GET "https://api.cloudflare.com/client/v4/user/tokens/verify" \ > -H "Authorization: Bearer 123456789qwerasdzxc123456789" \ > -H "Content-Type:application/json" {"result":{"id":"417dffc3d4d75e49a5391c1756ecea56","status":"active"},"success":true,"errors":[],"messages":[{"code":1..