MacOS X Tips: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 1: Line 1:
* DNS Server
<pre>
rndc-confgen -b 256 > /etc/rndc.conf
head -n5 /etc/rndc.conf | tail -n4 > /etc/rndc.key
/etc/named.conf
// (change port to 953)
controls {
        inet 127.0.0.1 port 953 allow {any;}
        keys { "rndc-key"; };
};
launchctl load -w /System/Library/LaunchDaemons/org.isc.named.plist
echo "launchctl start org.isc.named" >> /etc/launchd.conf
rndc reload
rndc flush
</pre>
* Time Machine メモ
* Time Machine メモ
ローカルバックアップのコントロール
ローカルバックアップのコントロール

Navigation menu