Skip to content

Instantly share code, notes, and snippets.

@tagty
tagty / nginx_recipe.rb
Created November 22, 2014 16:30
sample recipe of nginx for chef
package "nginx" do
action :install
end
template "/etc/nginx/nginx.conf" do
owner "root"
group "root"
mode 0644
notifies :reload, "service[nginx]", :delayed
end
@tagty
tagty / file0.txt
Last active August 29, 2015 14:05
centos7初期設定まとめ(ip, host) ref: http://qiita.com/bouzuao/items/321425620f1d8231fbf3
# centos6の場合
$ ifconfig
# centos7の場合
$ ip a