RSync Command

February 13, 2008

nohup rsync -avz -e ssh ./public_html root@DestIP:DestPath


ImageMagick

February 13, 2008

1) wget http://fresh.t-systems-sfr.com/unix/misc/ImageMagick-6.3.8-6.tar.gz
2) unpack the distribution:
$ tar -zxvf ImageMagick-5.4.8.tar.gz
and move to the directory that has just been created:
$   cd ImageMagick-6.3.8

3) run the configuration script:
$ ./configure

$ make
- Build the package

$ make install
- Install the package

$ make check
- Run tests using the installed ImageMagick (‘make install’ must be done first!).

4) move to the directory of PerlMagick:
$ cd PerlMagick

5) build and install PerlMagick:
$ perl Makefile.PL
$ make
$ make install