2017-01-01から1年間の記事一覧

Ubuntu16.04にasciidoctorをインストール

# Rubyをインストール sudo apt-add-repository ppa:brightbox/ruby-ng sudo apt-get update && sudo apt-get install ruby2.3 ruby2.3-dev # asciidoctorをインストール sudo gem install asciidoctor # HTMLに変換 asciidoctor test.adoc # PDFに変換 sudo…

Ubuntu16.04にATOMをインストール

atom.io ATOMインストール # sudo add-apt-repository ppa:ubuntu-desktop/ubuntu-make # sudo apt-get update && sudo apt-get install ubuntu-make # umake ide atom # umakeでインストールするとapmコマンドが使えないのでPPA経由でインストール sudo add…

Dockerインストール・Splashインストール

qiita.com https://docs.docker.com/engine/installation/linux/ubuntulinux/docs.docker.com sudo apt-get update sudo apt-get install apt-transport-https ca-certificates sudo apt-key adv \ --keyserver hkp://ha.pool.sks-keyservers.net:80 \ --rec…

Pycharmをインストール

インストール sudo add-apt-repository ppa:ubuntu-desktop/ubuntu-make sudo apt-get update && sudo apt-get install ubuntu-make umake ide pycharm アップデート umake ide pycharm -r && umake ide pycharm umakeはアップデートないので消してからイン…