2016-02-22から1日間の記事一覧

SSHトンネリングで VNC

ssh -N -l [RemoteUser] -L [LocalVNCPort]:[RemoteHost]:[RemoteVNCPort] [RemoteHost] -p [RemoteSSHPort]

Jupyter のインストール to CentOS7

pip のインストール $ curl -KL https://bootstrap.pypa.io/get-pip.py | sudo python Jupyter のインストール 基本的には,以下のコマンドを実行すればインストールできるのだが,エラーが起きて止まった. $ sudo pip install jupyter 必要に応じて下記を…