&size(24){&color(olive){''OS X''};};
#navi(Computer)
#topicpath
#contents
#br
*** SSH [#s4dcd877]
- リモートログインするとLANGが自動的には設定されないので
-- .bash_profile
export LANG=ja_JP.UTF-8
*** ddclient [#w043e9ef]
- For ddclient to work, you will need to create a configuration file in
/usr/local/etc/ddclient
- A sample configuration can be found in
/usr/local/opt/ddclient/share/doc/ddclient
- Note: don't enable daemon mode in the configuration file.
- See additional information below.
- The next reboot of the system will automatically start ddclient.
- You can adjust the execution interval by changing the value of StartInterval in seconds in
/Library/LaunchDaemons/homebrew.mxcl.ddclient.plist,
- To have launchd start ddclient at startup:
sudo cp -fv /usr/local/opt/ddclient/*.plist /Library/LaunchDaemons
sudo chown root /Library/LaunchDaemons/homebrew.mxcl.ddclient.plist
- To load ddclient now:
sudo launchctl load /Library/LaunchDaemons/homebrew.mxcl.ddclient.plist