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
- Django
- 가비지컬렉션
- nestjs
- 캐시서버
- 로드밸런서
- 글또
- FastAPI
- EKS
- 쿠버네티스
- nodejs
- golang
- 멀티스레드
- uvicorn
- 회고
- 메모리구조
- 백엔드 개발자
- K8S
- gunicorn
- 분산처리
- SQLAlchemy
- 스레드풀
- 스케줄링
- Alembic
- 2022년
- alb
- AWS
- Python
- 쿠베네티스
- 싱글톤 디자인 패턴
- CPU스케쥴링
Archives
- Today
- Total
목록각종에러 (3)
서버에서 살아남기
prompt_status:5: command not found: wc
zsh 편집하다가 환경설정을 잘못해서 에러가 난 뒤로 vi 도 안먹음 export PATH=%PATH:/bin:/usr/local/bin:/usr/bin 터미널에서 위 명령어 입력하고 zsh 수정
각종에러
2023. 3. 17. 13:40
zsh: command not found: eb
eb cli 를 설치하고 환경변수에 경로를 넣고 reinstall 도 해도 계속 eb --version >> zsh: command not found: eb가 뜬다. pip install awsebcli --force-reinstall --upgrade하니까 해결~!
각종에러
2023. 3. 12. 23:19
npm i -g @nestjs/cli
전역에 nestjs를 설치하려고 npm i -g @nestjs/cli 를 입력했더니 아래와 같은 에러가 났다 npm ERR! code EACCES npm ERR! syscall mkdir npm ERR! path /Users/soohyunlee/.npm/\_cacache/content-v2/sha512/ff/41 npm ERR! errno EACCES npm ERR! npm ERR! Your cache folder contains root-owned files, due to a bug in npm ERR! previous versions of npm which has since been addressed. npm ERR! npm ERR! To permanently fix this problem, plea..
각종에러
2023. 2. 23. 17:28