2012-11-01から1ヶ月間の記事一覧

bind 超簡易版

http://www.eis.co.jp/engineers-notes/bind9_src_build /etc/named.conf http://www4.ueda.ne.jp/~zhongcun/linux32.html /var/named/chroot/etc/named.conf ------------------------- acl localnet { 192.168.84.0/24; 127.0.0.0/24; }; options { direct…

LANG

/etc/rc.d/rc →/etc/init.d/functions →/etc/profile.d/lang.sh ^^^^^^^^^^^^^^^^^^^^rhbg の有無により、ここの処理で設定される LANG が最終的に異なる ・/etc/profile.d/lang.sh 内の処理 rhgb ありだと consoletype=pty rhgb 無しだと consoletype=vt だ…

シェルスクリプトをデバッグするには

http://www.atmarkit.co.jp/flinux/rensai/linuxtips/784debugsh.html #!/bin/bash -x