Skip to content

Instantly share code, notes, and snippets.

View koizuss's full-sized avatar

Takeshi Koizumi koizuss

View GitHub Profile
@koizuss
koizuss / file0.html
Created June 20, 2013 03:05
はてなブログmarkdown記法でアンカーリンク ref: http://qiita.com/koizuss@github/items/d922aa4104dbc99c74ea
[リンク](#section1)
<a name="section1"></a>
# アンカー
@koizuss
koizuss / bitbucket-cloudbees.md
Created July 20, 2013 11:03
BitbucketとCloudBeesの連携

BitbucketとCloudBeesの連携

クラウド上にITS + VCS + Build環境がほしくて下記を選定

CloudBeesのみでVCS + Build環境は実現できるのだが、ITSが付いてない。。

ので、ITS + VCSをBitbucketで実現し、CloudBeesでBuildする方法にした。

@koizuss
koizuss / file0.txt
Created September 20, 2013 09:04
veeweeを使ってdebian.boxを作成する時のプロキシ設定 ref: http://qiita.com/koizuss@github/items/6d160eb096636e693afc
d-i mirror/http/proxy string http://proxy:port/
@koizuss
koizuss / file0.txt
Created September 23, 2013 12:49
knife solo prepare で ERROR: Net::SSH::HostKeyMismatch: ref: http://qiita.com/koizuss@github/items/599b453bf3e38f825027
knife solo prepare [email protected]
@koizuss
koizuss / build.gradle
Created October 24, 2013 19:09
gradle+compass+livereloadx
buildscript {
repositories {
mavenCentral()
maven { url 'http://dl.bintray.com/robfletcher/gradle-plugins' }
}
dependencies {
classpath 'org.gradle.plugins:gradle-compass:1.0.7'
}
}
@koizuss
koizuss / file0.txt
Created January 11, 2014 17:25
ubuntu13.10にopscode-cookbooks/mysql使ってmysqlインストールする時のエラー解決【暫定】 ref: http://qiita.com/koizuss@github/items/bbcbd89850e9777e8232
================================================================================
Error executing action `create` on resource 'template[/etc/init/mysql.conf]'
================================================================================
Chef::Exceptions::FileNotFound
------------------------------
Cookbook 'mysql' (4.0.18) does not contain a file at any of these locations:
templates/ubuntu-13.10/init-mysql.conf.erb
templates/ubuntu/init-mysql.conf.erb
@koizuss
koizuss / file0.txt
Created January 11, 2014 17:34
vagrantにknife-soloする時のhostnameを設定 ref: http://qiita.com/koizuss@github/items/b2097450efa644f9dfe9
knife solo cook vagrant@hostname
@koizuss
koizuss / file0.txt
Created April 17, 2014 04:52
ubuntu-gnome 14.04 (ibus-mozc)で日本語キーボードを使う ref: http://qiita.com/koizuss@github/items/3608bd4caf24433ede84
sudo $EDITOR /usr/share/ibus/component/mozc.xml
gem install gemrat # gemratのインストール
gemrat cocoapods
@koizuss
koizuss / 0_reuse_code.js
Last active August 29, 2015 14:16
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console