Skip to content

Instantly share code, notes, and snippets.

View ikeikeikeike's full-sized avatar
🈵
Working

ikedat / Tatsuo Ikeda ikeikeikeike

🈵
Working
  • 3C
  • Tokyo, Japan
  • 21:04 (UTC +09:00)
View GitHub Profile
@ikeikeikeike
ikeikeikeike / gist:2035959
Created March 14, 2012 11:45
vagrant install
$ gem install vagrant
@ikeikeikeike
ikeikeikeike / gist:2035989
Created March 14, 2012 11:52
vagrant vagrantboxes search
$ vagrant vagrantboxes search ubuntu
@ikeikeikeike
ikeikeikeike / gist:2036005
Created March 14, 2012 11:56
vagrant box add
$ vagrant box add ubuntu11.10-server-amd64 http://timhuegdon.com/vagrant-boxes/ubuntu-11.10.box
@ikeikeikeike
ikeikeikeike / gist:2036014
Created March 14, 2012 11:59
vagrant init
$ vagrant init
$ vagrant up
@ikeikeikeike
ikeikeikeike / gist:2036210
Created March 14, 2012 12:40
Vagrantfile
# -*- mode: ruby -*-
# vi: set ft=ruby :
Vagrant::Config.run do |config|
# ボックスの指定
config.vm.box = "ubuntu11.10-server-amd64"
# ボックスがなければURLからダウンロード
config.vm.box_url = "http://timhuegdon.com/vagrant-boxes/ubuntu-11.10.box"
# gui
config.vm.boot_mode = :gui
@ikeikeikeike
ikeikeikeike / gist:2036224
Created March 14, 2012 12:45
install chef
$ gem install chef
@ikeikeikeike
ikeikeikeike / gist:2036226
Created March 14, 2012 12:46
chef cookbooks
$ git clone git://github.com/opscode/cookbooks.git
@ikeikeikeike
ikeikeikeike / gist:2045424
Created March 15, 2012 17:22
gem search -r fluent
$ gem search -r fluent
@ikeikeikeike
ikeikeikeike / gist:2045432
Created March 15, 2012 17:23
gem search -r fluent > output buffer
$ gem search -r fluent [1/322]
*** REMOTE GEMS ***
bitfluent-activemerchant (1.15.1)
bitfluent-database_cleaner (0.5.2)
bitfluent-vestal_versions (1.1.0)
fluent-logger (0.4.2)
fluent-plugin-amqp (0.0.0)
fluent-plugin-cassandra (0.0.2)