250x250
Notice
Recent Posts
Recent Comments
- Today
- Total
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- https
- Express
- mongoose
- jsonwebtoken
- TailwindCSS
- sequelize
- flutter
- JavaScript
- certbot
- async
- moment
- nginx
- MYSQL
- wil
- mongodb
- Find
- Node.js
- til
- Nodejs
- clipBehavior
- single quote
- AWS
- EC2
- RDS
- await
- css
- TypeScript
- findByIdAndDelete
- atlas
- double quote
Link
Archives
반응형
목록2024/02 (1)
기억 휘발 방지소
리눅스 명령어
파일이동 (mv) mv [옵션] [파일명] [이동할위치] 위치는 절대경로로 해도 되고 상대 경로로 해도 된다. mv index.html /home/user/web 현재 디렉토리에 있는 index.html 파일을 /home/user/web 폴더로 이동 파일복사 (cp) cp [옵션] [복사할파일/디렉토리] [복사될디렉토리] cp index.html /home/html /home/html 디렉토리에 index.html을 이동 파일압축(tar.gz) - 리눅스 환경에서 많이 사용하고 tar 파일을 압축하는 방식으로 가장 좋은 압축 방식이다. - 압축할 파일은 ./* 를 써서 현재 디렉토리에 있는 모든 파일을 압축할 수도 있다. tar -zcvf [압축파일명.tar.gz] [압축할파일] - 특정 파일을 제외하고..
OS/Linux
2024. 2. 13. 14:42
반응형