Visual Studio Codeに「M+ FONTS」を設定する Posted on August 9, 2015 Visual Studio CodeでフォントをM+ FONTSに 変更しようとsettings.jsonに以下のような設定を追加したのですが、設定が反映されず。。。 "editor.fontFamily": [Read More] vscode
VagrantでAzureに仮想マシン(Ubuntu)を作成する Posted on December 14, 2014 VagrantでAzureに入門してみました。 1.環境 ワークマシン : Mac OSX 10.10 ruby : ruby 2.1.4 vagrant : 1.6.5 node.js : v0.10.31 ワークマシンには、ruby, vagrant, node.jsが [Read More] vagrant azure
CentOSにGoogle Noto フォントをインストール Posted on November 28, 2014 サーバサイド(CnetOS6.5)でPDFを生成するために日本語フォントが必要だったので、Notoフォント(Noto Sans Japanese)をイ [Read More] noto font centos linux
VagrantでAzureに仮想マシン(Ubuntu)を作成する Posted on August 11, 2014 Rubocopでコーディングルールをデフォルトのものから変更したい場合、プロジェクトディレクトリに.rubocop.ymlを作成してそこにル [Read More] ruby rubocop
Chef Solo + knife-soloでData Bag Itemを暗号化する Posted on June 24, 2014 Chef Server/Client構成の環境であればknifeコマンドを使用して、knife data bag create DATA_BAG_NAME DATA_BAG_ITEM --secret-file FILEで Data Bag Itemを暗号化することがで [Read More] chef
Vagrantで複数の仮想マシンを起動する Posted on May 22, 2014 社内向けの勉強会の環境としてEC2インスタンスを複数作成する機会があったので、Vagrantを使ってやってみました。 環境 ワーク端末 : Mac OSX 10.9 Vagrant [Read More] vagrant ec2
ChatWork APIを使ってメッセージを投稿する(Ruby編) Posted on May 6, 2014 net/httpの使い方を学ぶために、ChatWork APIを叩くサンプルコードを書いてみました。 require 'net/https' require 'uri' require 'json' ROOM_ID = 'ROOM ID TO POST' CHATWORK_API_TOKEN = 'YOUR API TOKEN' # チャッ [Read More] ruby chatwork
AtomでAuto Indentのショートカットキーを設定する Posted on May 6, 2014 デフォルトではショートカットキーが割り当たっていないので、以下を参考に設定してみました。 github - Auto indent code in atom editor - Stack Overflow A shortcut for formatting the file content or a portion of code - Atom Discussion [Read More] atom
AWS Multi-Factor Authentication(MFA)の有効化 Posted on May 3, 2014 今更ながらAWSアカウントのMulti-Factor Authentication(MFA)を有効化したので手順をメモしておきます。 MFAデバ [Read More] aws mfa iam
Atomでリアルタイム構文チェック Posted on April 27, 2014 atom-lintを使います。atom-lintはSublime Textで言うところの SublimeLinterに相当する、各種Linter [Read More] atom lint atom-lint coffeelint csslint scss-lint rubocop