Infra & Server Dev77 폭풍 가성비 서버 호스팅 추천, Contabo(콘타보) 사용기 Contabo(콘타보) 요즘 개인 서버 호스팅으로 Contabo 업체를 사용하고 있습니다. 콘타보... 처음들어보는 호스팅 업체인데 독일 업체랍니다. AWS, GCP, 네이버 클라우드, 카페24 이런 것들만 쓰다가...겁내 저렴한 호스팅 업체를 찾았지요...VPS 1 기준 cpu 4코어, 메모리 6기가, SSD 400기가.... 트래픽 32테라 기가가 아니라 테라 ㅎㄷㄷ.... 게다가 들어오는 트래픽은 무제한.... 이게 단돈 5.5달러... 현재 환율로 따져서 7,600원정도... 8천원도 안듬... 이게 얼마나 저렴한거냐면... 아래 이미지는 카페24 웹호스팅 가격입니다.저 작은 웹용량, 트래픽 용량을 보라... 웹용량이 곧 SDD 용량이다 하드 용량이라고 쉽게 생각하면 됩니다. 메모리는 얼마나 주는.. 2024. 7. 9. AWS EKS Console에서 Overview, Workloads 안보일때 https://docs.aws.amazon.com/ko_kr/eks/latest/userguide/add-user-role.html 클러스터의 사용자 또는 IAM 역할 관리 - Amazon EKS "Error from server (NotFound): configmaps "aws-auth" not found"와 같은 오류가 발생할 경우, 앞의 절차를 통해 재고 ConfigMap을 적용합니다. docs.aws.amazon.com 현상태 보기 : kubectl describe configmap -n kube-system aws-auth 구성맵 다운로드 : curl -o aws-auth-cm.yaml https://s3.us-west-2.amazonaws.com/amazon-eks/cloudformation/.. 2021. 7. 12. nestjs node grpc install(npm or yarn) error yarn add grpc를 해서 grpc를 설치하려고하는데... 설치가 안된다. 찾아보니깐 grpc는 node 15는 아직 지원안하는듯 참고 : github.com/grpc/grpc-node/issues/1630 그러니깐 @grpc/grpc-js를 쓰란다. grpc.io/blog/grpc-js-1.0/ Announcing gRPC-JS 1.0 We are excited to announce the release of version 1.0 of gRPC-JS (@grpc/grpc-js), a pure-TypeScript reimplementation of the original Node gRPC library, grpc. Features gRPC-JS supports the following feature.. 2021. 3. 30. VSCode 컨트롤(Ctrl) + w 종료 키맵 수정 저는 보통 현재 코딩중 창을 컨트롤 + w를 눌러서 연타하며 끄는 경우가 많은데 이게 VSCode는 VSCode까지 꺼버리길래... -_- 갑자기 빈바탕화면을 보게됨... 그래서 키맵을 수정했습니다. 설정에서 바로 가기 키로 눌러서 close라고 검색하면 창 닫기 저거 뜹니다. workbench.action.closeWindow 검색 하는게 더 빠르겠네. 여튼 나오면 저처럼 키 바인딩을 기존에 Ctrl + W 되있는걸 Ctrl + F4로 바꾸면 짜증해결~ 추가로 마지막으로 실행했던 프로젝트 안뜨도록하는법. "window.restoreWindows": "none" stackoverflow.com/questions/31270774/visual-studio-code-always-reopens-previous-.. 2021. 2. 5. [Docker] Container에서 외부로(External) 통신이 안될때 https://docs.docker.com/network/bridge/#enable-forwarding-from-docker-containers-to-the-outside-world Use bridge networks In terms of networking, a bridge network is a Link Layer device which forwards traffic between network segments. A bridge can be a hardware device or a software device running... docs.docker.com Enable forwarding from Docker containers to the outside world By default, traffic.. 2020. 7. 29. Intellij gradle dependency lib not found bug fix https://youtu.be/0rLZK6hIpm0 Intrellij에서 gradle 의존성 라이브러리를 못찾을때... 위에 동영상 참조해주세요. 2019. 9. 24. 이전 1 2 3 4 ··· 13 다음