msys mount

/etc/fstab #Automatically generated – modify fstab.model C:/portableapps/mingw /mingw C:/portableapps /local/portable C:/Python26 /local/python C:/xampp/php /local/php C:/xampp/perl /local/perl C:/xampp/mysql /local/mysql C:/portableapps/7-ZipPortable/App/7-Zip /local/7zip seems not support space in window path, like: C:/”Program Files”/Java/jdk1.6.0_20 /local/jdk C:/Program\ Files/Java/jre6 /local/jre both way not work, and no clue from internet. only solution is place to /etc/profile: export …

msys not start

Sometimes msys cannot start due to error: AllocationBase 0x6B0000, BaseAddress 0x800000, RegionSize 0x22E000, State 0x1000 C:\PortableApps\msys\bin\bash.exe: *** Couldn’t reserve space for cygwin’s heap, Win32 error 0 this is workaround, run from cygwin: rebase -b 0x76000000 /cygdrive/c/PortableApps/msys/bin/msys-1.0.dll

simpleveiwer gallery.xml generate script

simpleveiwer is very cool flash version gallery, only need to spend time to add new photo in gallery.xml, this script is help to generate xml file. simpleveiwer gallery.xml generate script #!/bin/sh cd images ls >_imagefile1 cat _imagefile1|grep -i .JPG>_imagefile2 echo ” echo ” for i in cat _imagefile2 do echo …

Eclipse IDE

It’s no doubt that Eclipse is best and mature IDE for project level development. same SDK platform + language plugin, Java, C/C++, PHP, Python learning curve is getting lower This is my installation path for multi-language IDE. 1) install Eclipse Classic 3.6 from http://www.eclipse.org/downloads/packages/eclipse-classic-360/heliosr 2) launch Eclipse, install C/C++ and …

Must have 10 WP plugin

1 WP Super Edit Get control of the WordPress wysiwyg visual editor and add some functionality with more buttons and customized TinyMCE plugins. 2 Category Order The Category Order plugin allows you to easily reorder your categories the way you want via drag and drop. It’s useful to arrange category …