Tuesday, June 8, 2010

MySQL Workbench

MySQL Workbench is a great tool, useful for any MySQL administrator or developer. There is a lot more that the Workbench can do; it can be used to create and run scripts on data, it can do data modeling, and more. It is really a very powerful and versatile tool.

 Download it

Friday, May 28, 2010

bash brace expansion

In recent days working on a plugin for jAPS2.0 was a need to tell wget or curl to download files whose Several URLs conform to Certain patterns, looking on Google I found  in the hanekomu's Perl Blog this  help-full post
I suggest to read it.

Rinaldo