일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- download
- raspberry pi
- windows
- YouTube 8M
- ppc64le
- python
- gpu memory
- install
- face_recognition
- shakeratos
- ubuntu
- linux
- error
- dataset
- TensorFlow
- colaboratory
- object detection
- Jupyter notebook
- Anaconda
- dlib
- FIle
- colab
- python3
- 딥러닝
- Windows 10
- urllib
- pyTorch
- keras
- CUDA
- Deep Learning
- Today
- Total
Shakerato
mosh server-client as SSH, fast 본문
mosh website: https://mosh.org/#getting
about mosh(한국어): https://b.luavis.kr/server/mosh
abount mosh(english): https://www.linode.com/docs/networking/ssh/install-mosh-server-as-ssh-alternative-on-linux/
How to install on Ubuntu server
Install Server
sudo apt-get install python-software-properties
sudo add-apt-repository ppa:keithw/mosh
sudo apt-get update
sudo apt-get install mosh
Install Client
Introduced in https://mosh.org/#getting
- Chrome browser: https://chrome.google.com/webstore/detail/mosh/ooiklbnjmhbcgemelgfhaeaocllobloj
- Windows client:
- Putty does not suppert mosh because of this problem:
https://www.chiark.greenend.org.uk/~sgtatham/putty/wishlist/mosh.html
- Many people still want Windows client
https://github.com/mobile-shell/mosh/issues/293
- etc.
Connecting
(to mosh server)
mosh [username]@[host ip]
(to ssh server)
mosh [username]@[host ip] --ssh="ssh -p 22"
'Research' 카테고리의 다른 글
Setup vscode to write LaTeX paper (라텍스 논문 작성) (0) | 2020.03.04 |
---|---|
윈도우/리눅스 제일 쉬운 웹서버 구축 (0) | 2019.11.19 |
slow texting through ssh (0) | 2019.10.10 |
pytorch load pre-trained model, Missing key(s) in state_dict (0) | 2019.10.09 |
Nvidia Driver and CUDA install on ppc64le Ubuntu (0) | 2019.10.07 |