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() & …