全文検索:
- 2014.01.29 CentOS5でGlobalSignのルート証明書が有効期限切れ
- 大丈夫。 /etc/pki/tls/certs/ca-bundle.crt 新し証明書を取得 <code console> # wget http://curl.haxx.se/ca/cacert.pem </code> 新しいルート証明書を指定して実行 <code console> # wget http://curl.haxx.se/ca/cacert.pem # curl --cacert cacert.pem </code> 新し証明書に差し替え <code console> # cd /etc/pki/tls/cer
- 2014.01.10 Chromeで新しいページが表示されない
- ==== ==== 起動しているすべての GoogleUpdate.exe を終了 ==== <code console> taskkill /F /IM GoogleUpdate.exe </code> ==== レジストリのRunキーに書き込まれている以下の値を削除 ==== <code console> reg delete HKCU\Software\Microsoft\Windows\CurrentVersion\Run /v "Google Update" /f </code> ==== タスクスケジューラに登録されているタスクを無効化 ==== ==== Window