250x250
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 | 31 |
Tags
- express.js
- Ethereum
- middleware
- web
- API
- 삶
- tailwindcss
- REACT
- HTML
- 기준
- solidity
- node.js
- bitcoin
- error
- hardhat
- nextJS
- SSR
- CSS
- evm
- typeScript
- Interface
- blockchain
- Redux
- Props
- useState
- graphQL
- built in object
- JavaScript
- concept
- CLASS
Archives
- Today
- Total
목록2025/07 (2)
ReasonJun
Cursor SSH 연결 에러 해결: "Failed to install the Cursor Server"
문제 발생 : Cursor에서 AWS EC2로 원격 접속하려고 했더니 이런 에러가 떴다.Connection to Cursor server failed: Failed to install the Cursor Server. Please check the logs for more details.아니, SSH는 되는데 왜 Cursor만 작동을 하지 않았다. 로그 확인/usr/libexec/grepconf.sh: line 5: grep: command not found/etc/profile.d/which2.sh: line 4: readlink: command not foundbash: bash: command not founddebug1: Exit status 127grep도 없고, bash도 없다는 것을 알게되었..
Useful Lib
2025. 7. 24. 01:32
Docker 특정 포트만 외부 접속이 안 될 때: iptables NAT 무한 루프 해결기
🚨 문제 상황Docker로 서비스를 운영하던 중 기묘한 현상을 발견했다:43001, 43030 포트: 외부 접속 ✅ 정상43000 포트: 외부 접속 ❌ 불가능localhost:43000: 내부 접속 ✅ 정상더 이상한 건, Docker 컨테이너는 정상 실행 중이고, 포트도 제대로 리스닝하고 있었다는 점이다.🔍 진단 과정1. 기본 상태 확인# 포트 리스닝 상태 확인$ netstat -tuln | grep 43000tcp6 0 0 :::43000 :::* LISTEN# Docker 컨테이너 상태 확인 $ docker ps | grep 430008a5bce7ee59f aimfuse-web "docker-entrypoin..
카테고리 없음
2025. 7. 5. 21:19