일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 의료인공지능
- github.io
- 미국 대학원 준비
- error
- al-folio
- ai 랭킹
- 파이썬
- 티스토리 행렬 오류
- cs 랭킹
- 미국 박사 궁금증
- 미국 대학원 진학
- Jekyll
- 미국 석사
- MedicalAI
- 수학
- sudo apt install
- 원격 서버 파일 다운 받기
- 미국 유학
- 미국 대학원
- 파이썬 시각화
- 개인홈페이지
- 우분투 오류 해결
- 우분투
- 대학원 랭킹
- sudo apt-get update
- 미국 대학원 준비 타임라인
- 의료AI
- 수학to파이썬
- 썰풀이
- MLB 경기 관람
- Today
- Total
목록우분투 (4)
Yehyun Suh

가끔 작업을 하다보면 원격 서버에 올린 파일을 로컬에 다운 받아서 작업을 해야하는 경우가 있다. 이런 경우에는 터미널에서 어떤 명령어를 쳐야 파일을 다운 받을 수 있을까? 1. 파일 하나만 다운 받기 scp username@remote_server_ip:/path/to/remote/file /path/on/local/machine 예를 들어 내 계정의 이름이 yehyun이고 remote server의 ip가 1.2.3.4, 서버에 올라간 데이터의 경로가 ~/Desktop/yehyun_server/1.png, 로컬에 받고 싶은 경로가 ~/Desktop/yehyun_local 이라면, scp yehyun@1.2.3.4:~/Desktop/yehyun_server/1.png ~/Desktop/yehyun_loc..

지난 글( https://yehyunsuh.tistory.com/32 )에서 sudo apt-get update에 대한 모든 오류를 해결하고 나에게 필요한 package를 설치하기 위해서 sudo apt-get install openssh-server를 쳤는데 나에게 돌아온 건 또다른 오류였다.. [우분투] Data from such a repository can't be authenticated and is therefore potentially dangerous to use. 문제 해결 지난 글( https://yehyunsuh.tistory.com/31 )에서 신나게 sudo apt-get update을 마친 나는 아직 3개의 오류 메세지가 보이는 것을 확인했다. [우분투] W: The reposi..

지난 글( https://yehyunsuh.tistory.com/31 )에서 신나게 sudo apt-get update을 마친 나는 아직 3개의 오류 메세지가 보이는 것을 확인했다. [우분투] W: The repository 'cdrom://[Ubuntu 20.04 _Focal_ - Build amd64 LIVE Binary 20200502-05:58] focal Release' does not h 이제 막 우분투를 받아서 신나게 sudo apt-get update을 했는데 나에게 아래와 같은 시련이 다가왔다. 1. 오류 메세지 W: The repository 'cdrom://[Ubuntu 20.04 _Focal_ - Build amd64 LIVE Binary 20200502-05:58] focal Re..

이제 막 우분투를 받아서 신나게 sudo apt-get update을 했는데 나에게 아래와 같은 시련이 다가왔다. 1. 오류 메세지 W: The repository 'cdrom://[Ubuntu 20.04 _Focal_ - Build amd64 LIVE Binary 20200502-05:58] focal Release' does not have a Release file. N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use. N: See apt-secure(8) manpage for repository creation and user configuration details. W:..