February 2010
M T W T F S S
« Jan   Mar »
1234567
891011121314
15161718192021
22232425262728
  1. We welcome any feedback, questions or comments

Mantis Default password, Remove the old backup files

Even though mantis installation is very easy, But I fed up with the option for getting initial administrator password for the login.

Mantis default password for ‘Administrator’ is “root”

How to remove the old back up files,

I found following command is very useful for removing old backup file which causing Disk free space [...]

How do I upgrade the ghostscripts version on my Redhat server ?

our requirement is, I have a pdf file which is created using doc conversion ( have a look at my previous post). While I converting it to jpg it’s showing the errors as follows,

xecution stack:    %interp_exit   .runexec2   –nostringval–   –nostringval–   –nostringval–   2   %stopped_push   –nostringval–   –nostringval– [...]

How to convert word document/powerpoint file to pdf or jpg on LINUXhttp://www.serveridol.com/2010/02/10/how-to-convert-word-documentpowerpoint-file-to-pdf-or-jpg-on-linux/

Here are the quick work around to convert.odc/.ppt to image or pdf file.

We need the following packages installed on the server, a. openoffice b. imagemagick c. Java

Installing openoffice

#yum install openoffice.org* #yum install ImageMagick*

How to verify imagemagick is installed and working

[root@rc-170 ~]# convert logo: logo.gif [root@rc-170 ~]# convert –version Version: ImageMagick [...]

Enable ioncube module on Zend extesnion

These are the simplest way to enable “ioncube” module on zend extesnion. I’m using Centos5 and Php5.2.3 version.

1. Download ioncube from the web.

[root@rc-125 ioncube]# wget http://downloads2.ioncube.com/loader_downloads/ioncube_loaders_lin_x86.tar.gz [root@rc-125 ioncube]# tar -zxvf ioncube_loaders_lin_x86.tar.gz [root@rc-125 ioncube]# cd ioncube [root@rc-125 ioncube]# cp ioncube_loader_lin_5.2.so /usr/lib/extensions/no-debug-non-zts-20060613/

Then edit the php config file and added the follwoing lines at the [...]

Nginx : Setting up custom error pages

Add the following line in your virtualhost config. file for your domain.

error_page 500 502 503 504 404  /404.html;         location = /404.html {          root  /var/www/vhosts/mydomain.com/httpdocs/;      }

Pls note that you have a file created on httpdocs named “404.html”. For setting this up on a joomla [...]