Banner

My Tech Blog (확인법)

오늘의 명언
· ETC_Software
⚠️ 문제포트포워딩 했는데 외부IP에서는 접속 안되는 문제를 겪음그래서 하나씩 원인규명중이다공유기에서 포트포워딩 후 포트가 제대로 열려 있는지 확인하는 법⚡ 해결법cmd에서 netstat -an 명령어로 확인 가능하다 netstat -an | find "8080"netstat -an | find "80" 포트가 열려 있으면 아래와 같이 LISTENING 문구가 출력된다.TCP 0.0.0.0:8080 0.0.0.0:0 LISTENINGTCP [::]:8080 [::]:0 LISTENING이 결과는 8080 포트가 현재 열려 있고 리스닝 중인 상태임을 나타낸다.0.0.0.0:8080 또는 [::]:8080..
· AWS
1.  AWS Billing and Cost Management (setting Budget)Is a service that provides tools for managing and controlling your AWS spending. Within this service, the Budgets tab allows you to set custom cost, usage, and reservation budgets. You can track your AWS usage and costs against these budgets and receive alerts when you approach or exceed your specified thresholds. This tab is useful for ensurin..
상단으로