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
- clip intensity values
- checkitout
- sidleup
- scowl
- Excel
- Inorder Traversal
- REINFORCE
- Policy Gradient
- noise contrast estimation
- Knowledge Distillation
- Actor-Critic
- model-free control
- shadowing
- freebooze
- resample
- 3d medical image
- normalization
- sample rows
- objective functions for machine learning
- thresholding
- loss functions
- 자료구조
- straightup
- non parametic softmax
- MRI
- domain adaptation
- rest-api
- remove outliers
- fastapi
- pulloff
Archives
- Today
- Total
목록rsync (1)
Let's Run Jinyeah
Copy Files from local to Ubuntu server
Copy Directory 1. rsync 이용 --ignore-existing : overwriting 없이 복사 가능 -a : 재귀적으로 복사, 권한/그룹/수정시간/소유권 유지 -r : 재귀적으로 복사 -v : 상세 출력 -u : 서버에 있는 파일이 더 최신인 경우 소스에서 서버로 파일을 복사하지 않음 -d : 소스 경로에 없는 파일이 서버에 있을 경우 해당 파일을 삭제함 -R: 상대경로 이용 -h : 사람이 읽기 편한 포맷으로 결과 출력 rsync -avr --ignore-existing // @:// 2. scp 이용 -p : 원본 파일의 변경 시간, 접근시간, 퍼미션 보존 -r : 하위 디렉토리 및 파일까지 재귀적으로 복사 -v : tkdtp wjdqh cnffur -P: 포트 지정 scp -r..
Programming/Linux
2022. 5. 17. 12:49