26 January 2010 View Comments

How to Set Unicode Encoding in Windows Command Line

If you have a problem see correctly encoding in CLI, here is a solution.
The fact is that the command prompt actually understands these non-english characters, just can’t display them correctly.
I don’t know why my Command Prompt display these garbage, but here is how to resolve it.


18 January 2010 View Comments

WordPress Fatal error: Allowed memory size of 16777216 bytes exhausted

I received a message like this
"Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to allocate 30720 bytes) in /usr/home/web/web276672/lan/wp-admin/includes/template.php on line 3186"
This is how I solved it (dirty quick solution).


3 January 2010 View Comments

Change Matlab 2009 Startup Folder Position

I prefer not use MATLAB default folder (normally is: C:\Users\Dean\Documents\MATLAB) as the startup folder. I’ve all my MATLAB files stored in a folder called H:\svn\matlab\trunk, I basically wanted MATLAB starts and in this folder. This normally is very easy to do (at least with pre-2009 versions), however I received error message and found I need [...]