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
- HDF5
- tab space
- hyperref
- arXiver
- c++
- gfortran
- MAC
- portforwarding
- vim
- SSH
- Anaconda
- polyglot
- HFS+
- GSL
- datascience
- cython
- conda
- Matplotlib
- jupyter
- openmp
- vi
- mpi4py
- intel compiler
- virtual
- Windows
- python
- h5py
- cygwin
- Visual Studio
- LaTeX
Archives
- Today
- Total
목록portforwarding (1)
Astro Coke
[Python] ssh Portforwarding & iPython notebook 서버 접속에서 이용하기
source: https://www.digitalocean.com/community/tutorials/how-to-set-up-a-jupyter-notebook-to-run-ipython-on-ubuntu-16-04 서버에 접속을 해서 jupyter (or ipython) 를이용할 때, 기본적으로는 서버에 있는 브라우저를 통해 작업을 하도록 설정이 되어 있어 속도가 현저히 느려진다. 이를 해결하기 위해, portforwadring 을 통하여 현재(리모트) 컴퓨터의 브라우저를 대신 이용하는 방법이 있다. 1) portforwarding > ssh -L 8080:localhost:8080 astrodoo@xxx.xxx.xxx.xxx ssh 를 통해 portforwarding을 하는 방법. (-L) 앞의 80..
Computer Setup
2019. 4. 12. 23:07