Information

このテーマでは、標準でダークモードをサポートしておりますが、ダークモードでは一部の表記が見辛くなってしまうので、敢えてライトモードで動作させています
Netlify Status

gitでのSSLエラー回避

SSL環境をセットアップしていないと、gitでSSLのエラーが出るので、これを無視。 error: SSL certificate problem, verify that the CA cert is OK. Details: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed while accessing https://github.com/ .….. $ git config --global https.sslVerify [Read More]
git 

Homebrewのパスエラー

またまた、久々にHomebrewをアップデートしようとしたら、下記のエラー $ brew update error: Your local changes to the following files would be overwritten by merge: Library/Contributions/cmds/brew-pull.rb Library/Contributions/manpages/brew.1.md Please, commit your changes or stash them before you can merge. Aborting Error: Failure while [Read More]

SSH公開鍵の再作成

よそからのSSH公開鍵をコピーしたりしてきたときに、自分とこ(~/.ssh/)にid_rsa.pubなりid_dsa.pubを上書きしてしま [Read More]
ssh 

OpenSUSE 12.1にmoshを導入

OpenSUSE 12.1にmoshを導入
moshの公式ページ では、あらゆるプラットフォーム用に、パッケージやインストール方法が掲載されているのですが、OpenSUSE用がなかったの [Read More]

LogAnalyzerのテーブル修復

LogAnalyzerのテーブルが破損し、表示されなくなったので、修復した。 下記は、通常のMySQLコマンドです。 # mysql -u root -p mysql> use Syslog; mysql> check table SystemEvents extended; [Read More]

Supersonic

ストリーミングサーバーソフトSubsonicのオープンソース版 https://github.com/Mach5/supersonic/downloads ライセンスフリーとの事ですが、Mac版で試したところ、4040ポートが開いて [Read More]