Information

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

HomebrewでFailure while executing:エラー

自宅のiMacで久々にHomebrewをUpdateしたら、下記のエラー。 $ brew update error: The following untracked working tree files would be overwritten by merge: Library/Aliases/twolame Library/Contributions/cmds/brew-test-bot/brew-test-bot.commit.html.erb Library/Contributions/cmds/brew-test-bot/brew-test-bot.css Library/Contributions/cmds/brew-test-bot/brew-test-bot.index.html.erb Library/Formula/aiccu.rb Library/Formula/aws-cloudsearch.rb Library/Formula/aws-sns-cli.rb Library/Formula/byacc.rb Library/Formula/cadubi.rb Library/Formula/cdpr.rb Library/Formula/cogl.rb Library/Formula/cutter.rb Library/Formula/debianutils.rb Library/Formula/dynamips.rb Library/Formula/fakeroot.rb Library/Formula/flickcurl.rb Library/Formula/freeswitch.rb Library/Formula/genstats.rb [Read More]

WindowsXPでexFATフォーマット

通常のWindows XPでは、exFATフォーマットが出来ないので、 下記のモジュールを導入する。 Windows XP 用の更新プログラム (KB955704) https://www.microsoft.com/ja-jp/download/details.aspx?id=19364 再起動後に有効とな [Read More]

vimで改行コード(^M)を削除

foo.txtに^Mの付いた改行コードがついていた場合に、vimで削除する方法 $ vim -b foo.txt test^M <---この^Mを削除 :%s/^M//g Tips: vim -bにて編集すると [Read More]
vim 

CakePHPでapcエラー

CakePHPにアクセスすると、下記のエラーが出るようになっていた。 Unable to allocate memory for pool. 調べてみたら、APCのバグらしいので、エラーメッセージを出さ [Read More]