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
- 서버 os확인
- 기초머신러닝
- fourier transform
- dlib 설치
- python버전 동시 사용
- transductive learning
- python패키지설치
- 푸리에변환이란
- 서버 os
- 머신러닝 딥러닝
- 로컬에서 서버
- 푸리에
- rnn구현
- Machine Learning
- transductive
- rnn
- 크롤링할때 중요한것
- inductive
- Fourier
- python2 python3
- virtual env
- inductive transductive
- ssh connection closed
- 머신러닝
- 서버로 파일 복사
- inductive learning
- 푸리에 변환
- fourier 변환
- server os
- 크롤링 주의사항
Archives
- Today
- Total
목록로컬에서 서버 (1)
우당탕탕 도비의 코딩로그
local 에서 remote server 로 file 복사하기
Copy files from local to a remote server local에서 reomte server로 file 을 복사할 때 쓰는 command scp /[path_to_file]/[file_name] [username]@[hostname]:/[path_to_destination] * port 를 지정해주어야 할때는 scp -P [port_number] /[path_to_file]/[file_name] [username]@[hostname]:/[path_to_destination]
ERROR_SOLUTION/REMOTE SERVER
2021. 2. 28. 18:20