Archive

Archive for January, 2011

How to complete uninstall previous version of MySQL on Mac OS X

January 12th, 2011 No comments

Categories: Tech& Tip Tags:

Batch converting from euc-kr to utf8

January 5th, 2011 No comments

find ./ -type f -name “*.*” -exec recode -v euc-kr…utf-8 “{}” \;

Categories: Tech& Tip Tags: