Computer/OSX
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
]
開始行:
&size(24){&color(olive){''OS X''};};
#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
終了行:
&size(24){&color(olive){''OS X''};};
#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
ページ名: