2012/12/30

Aspire One ZG5の画面が真っ黒

実家に帰省中
「AcerのPCでこわれたのがあるんだけど」と言われたので、見てみたら、画面が真っ黒。
ちょっとGoogleで検索したら、同様の事象がたくさんありました。

2012/12/27

壊れたHDDからのデータ読み出し

サーバにしていたPCのHDDが壊れたので、新しくPCを買ったが、データがなくなるのは口惜しいので、リカバリをトライした。

2012/12/07

squirrelmail 「このページにアクセスするにはアカウントが必要です。」

これにハマった。
PHP5.4にしたからかと思って、そっちを疑ったり、IMAPサーバを疑ったりと1日かかりました。

タイトルどおりに検索したら、対応方法はいっぱい出てくる。
secure_loginプラグインが悪いとか
General Options→16. Only secure cookies if poss.をOffにするとか。

サーバ交換

いままで使っていたサーバのHDDが亡くなり始めたので、新しいのに変えました。
さすがに、めっちゃ早い。

2012/07/26

2012/05/19

パスワード保護されたSEPをアンインストール

Steps to remove Symantec Endpoint Protection 11 WITHOUT knowing the uninstall password:

Click on Start -> Run (or Window Key + R if you don't have the Run menu item)

Type smc -stop. If it prompts for a password, open regedit (Window Key + R; type regedit; hit ENTER) and then navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Symantec\Symantec Endpoint Protection\SMC.
Look for the smcexit key, delete it, and then type smc -stop in the Run box again.
Note: my key was called smcexit-test or something like that, but deleting it had the same effect.

Now, navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Symantec\Symantec Endpoint Protection\SMC. Look for the smcinstdata key; delete it.

You should now be able to use Add/Remove programs (or Programs & Features in Vista & 7) to remove SEP 11 without supplying the uninstall password.

Quoted from http://andrewblock.net/2011/03/07/how-to-uninstall-symantec-endpoint-protection-11-without-the-uninstall-password