2014-06-01から1ヶ月間の記事一覧

epoll

http://shibayu36.hatenablog.com/entry/20120101/1325418188 http://alpha.mixi.co.jp/2007/10631/ http://d.hatena.ne.jp/odz/20070507/1178558340 http://linuxjm.sourceforge.jp/html/LDP_man-pages/man7/epoll.7.html

docker on Arch Linux

サービスを有効にする必要がある $ sudo systemctl enable docker.service $ sudo systemctl start docker.service

ansible to Vagrant boxes

参考 http://docs.ansible.com/guide_vagrant.html http://docs.vagrantup.com/v2/provisioning/ansible.html https://github.com/yteraoka/ansible-tutorial/wiki/Inventory-File メモ 手動で実行する場合、ポート番号とかをインベントリファイルに書く必要…

CentOS6.5 で ansible を使う

参考 http://tdoc.info/blog/2013/04/20/ansible.html http://yteraoka.github.io/ansible-tutorial/ https://github.com/yteraoka/ansible-tutorial/wiki/Inventory-File http://apatheia.info/blog/2013/04/06/about-ansible/ メモ ssh で接続するときに、…

CentOS6.5 で chef (chef-solo) を使う

参考 http://sourceforge.jp/magazine/14/03/05/090000 http://www.getchef.com/chef/install/ インストール chef-solo を使うには、 client をインストールすれば良い。 # curl -L https://www.opscode.com/chef/install.sh | bash メモ ruby スクリプト内…

CentOS6.5 で puppet を使う

参考 http://sourceforge.jp/magazine/14/02/03/090000 puppet のインストール CentOS6.5 は RHEL6 がベースっぽい? これって一般的にどうやって調べるんだろ? http://docs.puppetlabs.com/guides/puppetlabs_package_repositories.html を見つつインスト…