[Solved]: Importing huge DB

When importing a file using bigdump.php on my Ubuntu, I got this error : Can’t open table.sql for import Please, check that your dump file name contains only alphanumerical characters, and rename it accordingly, for example: table.sql. Or, specify $filename in bigdump.php with the full filename. Or, you have to upload the table.sql to the …

Abaqus (V 6.10, 6.11) installation on Ubuntu (10.04 and 11.04)

I installing Abaqus (both versions 6.10 and 6.11) on Ubuntu (versions 10.04 and 11.04) This was not a trivial task. Here are the links which helped me do this : Abaqus 6.10 on Ubuntu 10.04 Details on installing Abaqus 6.8 on Ubuntu 10.04 (Lucid-Lynx) can be found here : http://sites.google.com/site/abaqus2010/help_0 Using the same details, I …

Installing GD image manipulation capabilities in PHP on Ubuntu 11.04

I wanted to enable the image manipulation functions using Php. It was documented that the that GD library is included in Php versions 4.3 and above. I had PHP version 5.3.5 on my Ubuntu 11.04. I tested the GD support using the code: [php] < ?php echo "GD Info : “; var_dump(gd_info()); if (imagetypes() & …