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 |
Tags
- spring
- WSLHostPatcher
- edgestore
- stepzen
- dokerfile
- docker
- superbase
- Expo
- tessrect
- springboot
- beautifullsoup
- Markdown
- vercel
- Nextjs
- kidznote
- Delphi
- 일의격
- FastAPI
- Book
- shadcn-ui
- svelte
- reactnative
- wsl2
- oraclecloude
- flyio
- react
- AWS
- java
- vmmem
- TypeScript
Archives
- Today
- Total
Blog
[TIL] 2023-07-31 oracle cloude, fastapi, svelte 실행 본문
2023-07-20
- ssh 콘솔접속
ssh -i C:\Users\gy.ssh\ssh-key.key ubuntu@0.0.0.0 - vscode 에서 ssh 접속
https://woshub.com/ssh-visual-studio-code/ - fastapi 서버 실행
uvicorn main:app --reload - svelte 실행
npm run dev - 오라클 클라우드 활용
https://okjsp.tistory.com/1165644380 - 포트 오픈
sudo iptables -I INPUT 2 -p tcp --dport 8000 -j ACCEPT
sudo iptables -I INPUT 2 -p tcp --dport 5173 -j ACCEPT
sudo netfilter-persistent save - vscode pylint no-member error
https://velog.io/@choi-jiwoo/VS-Code-pylint-unable-to-import-%EB%AC%B8%EC%A0%9C-%ED%95%B4%EA%B2%B0 - 파이썬 설치 경로 확인
import sys
sys.executable
- pydantic 마이그레이션
https://docs.pydantic.dev/latest/migration/
'Today I Learned' 카테고리의 다른 글
| [TIL] 2023-08-03 FastAPI OAuth2 설정 (0) | 2023.08.07 |
|---|---|
| [TIL] 2023-08-02 fastapi, svelte (0) | 2023.08.02 |
| [TIL] 2023-07-19 postgresql FastAPI python venv setting (0) | 2023.07.19 |
| [TIL] 2023-07-18 nginx, postgresql port forwarding (0) | 2023.07.18 |
| [TIL] 2023-07-13 IntelliJ cannot find symbol, h2 모드, GCP 방화벽 (0) | 2023.07.14 |