2016-02-01から1ヶ月間の記事一覧

gitbucket の docker image を VPS で起動して,SSHトンネリングで見れた.

今日試したこと. $ sudo docker images $ sudo docker run -d -P -v /opt/data/gitbucket:/var/gitbucket f99aq8ove/gitbucket $ sudo docker ps [sudo] password for uniker: CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 77e7ffb467a4 f99aq8o…

docker on CentOS7 が出力する firewalld のエラーを回避

$ systemctl status firewalld.service とするとちらりとエラーが見えたので,/var/log/firewalld を見てみると次のようなエラーが出ていた. 2016-02-23 23:20:48 ERROR: COMMAND_FAILED: '/sbin/iptables -w2 -t nat -D PREROUTING' failed: iptables: Bad…

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 必要に応じて下記を…

GitBucket on Sakura VPS

Docker + gitBucket + Dropboxでプライベートgithubな話@さくらVPS - 椎茸糞日記 GitHub - gitbucket/gitbucket: A GitHub clone powered by Scala which has easy installation and high extensibility