ターミナル起動時のトラブル

ターミナルを起動すると、必ずsshで特定のサーバに接続しようとしてしまうようになった。
原因と解決方法は、以下。

Q: Whenever I open the Terminal, it tries to connect to a ssh host - what's going on?
A: Looks like you have clicked "Use settings as default" in the Terminal's window settings. Terminal saves the opening command there too. Go to /Users/[yourname]/Library/Preferences and remove/edit the file called com.apple.Terminal.plist

grepsoft.net - JellyfiSSH support

yum updateでエラー

Fedora Core 5のyum updateの自動実行で、以下のようなエラーメールが来るようになった。

/etc/cron.daily/yum.cron:
Cannot find a valid baseurl for repo: updates
Error: Cannot find a valid baseurl for repo: updates
Cannot find a valid baseurl for repo: core

Software Updateも使えなくなっていた。
以下のリンク先を参考にして、ミラーリストを設定したら解決。
Fedora 5 インストール個人的ノート

キーチェーンが壊れたら

キーチェーンが壊れたら、キーチェーンを修復する。

  1. 「アプリケーション」>「ユーティリティ」>「キーチェーンアクセス」を開き、「キーチェーンアクセス」>「Keychain First Aid」と選択。
  2. ユーザ名とパスワードを入力。
  3. 「検証」を選択し、「開始」をクリック。検出されたすべての問題が表示される。
  4. 問題がある場合は、「修復」を選択し、「開始」をクリック。

詳しくは、Macヘルプで「キーチェーン」で検索。

Developer Blog