2015-07 / 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
(require 'url-util) (url-hexify-string "http://masutaka.net/") => "http%3A%2F%2Fmasutaka.net%2F" (url-unhex-string "http%3A%2F%2Fmasutaka.net%2F") => "http://masutaka.net/"
俺得な保存版記事です。設定するたびにやり方を思い出すのが面倒になり。
GitHub の Personal access tokens のページで token を作成し、
CircleCI の Project Setting -> Environment variables に
GITHUB_ACCESS_TOKEN という名前で追加します。
CircleCI の URL は以下になります。
https://circleci.com/gh/{ユーザ名}/{リポジトリ名}/edit#env-vars
《続きを読む》
Heroku の料金体系が変わり、24 時間動かし続けるためには課金()が必要
になりました。Traditional dyno はそのうち使えなくなるそうです。
昨日のアルコールが少し残る今日の午後、なんとなくやる気になったので、
[2013-04-14-2] から Heroku で動かしていた 29hours をさくらの VPS
に引越しました。このブログと同じサーバです。
《続きを読む》
masutaka/emacs-helm-bundle-show
`$ bundle show` with helm interface
自戒を込めて...。
http://aws.amazon.com/jp/ec2/purchasing-options/reserved-instances/getting-started/
1. Modifying a Reserved Instance
You can request to move your Reserved Instance to another Availability Zone within the same region, change its Network Platform, or, for Linux/UNIX RIs, modify the instance size of your reservation to another size of the same instance type at no additional cost. (Certain conditions apply.)
2. Sell Reserved Instances on the AWS Reserved Instance Marketplace
The Reserved Instance Marketplace provides you with the opportunity to sell Reserved Instances if your needs change (i.e. want to move instances to a new AWS Region, change to a new instance type, or sell capacity for projects that end before your Reserved Instance term expires).
《続きを読む》
2015-07 / 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31