untar and unzip in SSH

Hi,

I am needing to install Zend Optimizer and I have been told to do the following

But my question is how do I untar and unzip the Zend Optimizer tar ball in SSH ?

1. SSH into server
2. untar and unzip the Zend Optimizer tar ball
3. cd into the unarchived package
4. run the script install.sh

I have also read the Zend Optimizer User Guide and it say

2. If you are running under Apache, restart your Apache Web server. For recent
Apache 1.3 versions, use the commands:
apachectl stop; apachectl start

I am running Apache 1.3.27 so do I need to apachectl stop; apachectl start ? which is in step 2 ?

Regards,
Garry

 

 

 

 

Top