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
- PaperReview
- Omnidirectional
- 다단
- ICCV2019
- LayoutEstimation
- hstack
- ComputerVision
- MirrorSegmentation
- numpy
- 3d vision
- vstack
- Python
- CONCATENATE
- Multi-viewRegistration
- DepthEstimation
- RuntimeError
- git
- unsupervised learning
- SensorFusion
- pytorch
- LearnGitBranching
- tensorboard
- MirrorDiscrimination
- deep learning
- Deeplearning
- RGBD
- OmniSLAM
- Kinect
- IndoorReconstruction
- CVPR2020
Archives
- Today
- Total
let me graduate
SSH 설정 command 본문
DDNS domain: ip.address.org 일 때,
공유기 설정 port forwarding에서 외부 포트 1111 -> 기본 ssh port인 22로 내부 포트 설정
Ubuntu에서 ssh가 점유하고 있는 port 확인
sudo netstat -antp | grep ssh
외부에서 port 1111로 ssh 접속할 때 port number를 옵션으로 지정해줘야 한다.
ssh [username]@[ip.address.org] -p1111
'etc' 카테고리의 다른 글
Tensorboard remote 서버에서 사용하기 (0) | 2020.06.11 |
---|---|
Word 각주 왼쪽 단에 고정하기 (0) | 2020.06.02 |
[Ctypes] cv::Mat 을 python에서 np.array로 변환하기 (0) | 2019.12.01 |
[Git] 특정 파일, 폴더 제외시키기 (0) | 2019.12.01 |
[Opencv, Numpy] Indexing (0) | 2019.11.29 |
Comments