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
- aws
- javascript case
- #docker compose
- 자바 ORM 표준 JPA 프로그래밍 정리
- ksql
- Stream
- HandlerMethodArgumentResolver
- JPA
- CompletableFuture
- intellij 핵심 단축키
- @TransactionalEventListener
- @Transactional Propagation
- 자바 ORM 표준 JPA 프로그래밍
- java
- 리팩토링 2판
- Spring Cloud Netflix
- intellij 즐겨찾기
- 마이크로 서비스
- 친절한 SQL 튜닝
- git
- 리눅스
- findTopBy
- Linux
- vue.js
- 원격 브랜 삭제
- IntelliJ
- multipart테스트
- 백명석님
- ksqldb
- intellij favorites
Archives
- Today
- Total
목록scp사용법 (1)
시그마 삽질==six 시그마
리눅스 SCP 사용법
1. SCP 정의 (위키피디아) Secure copy protocol (SCP) is a means of securely transferring computer files between a local host and a remote host or between two remote hosts. It is based on the Secure Shell (SSH) protocol 2.기본사용법 scp 1) 원격지 ->로컬 $ sudo scp -i key위치 원격지계정@원격서버주소:원격파일위치 로컬위치 key위치: 로컬에 저장된 원격지 퍼블릭 키 ~/.ssh/key.pem == /home/ec2-user/.ssh/key.pem ex) $ sudo scp -i /home/ec2-user/.ssh/key.pem e..
프로그래밍/Linux
2020. 3. 14. 11:03