I uploaded my CGI Perl program and the web server says Internal Server Error
When you install CGI scripts (PERL-based or otherwise), you have to be sure to follow the instructions provided by the author of the software, with particular attention to the proper file permissions,...
How do I bulld my own version of PHP to support a new extension or feature on my server?
...erver (via SSH) and download the version of php you want from www.php.net. For example login via ssh and type: cd /usr/src wget http://us3.php.net/get/php-5.2.5.tar.gz/from/us.php.net/mirror tar x...
How do I install Zend Optimizer?
ANSWER: To install Zend Optimizer on any server that has cPanel:
1. Login to your server via SSH
2. Run: /scripts/installzendopt
3. Follow the instructions on the screen to install Ze...
"I could not run YUM or Other Software in my Linux VPS"
...o be able to monitor memory usage using the following commands
(while logged in as 'root' via the ssh shell service)
ps auxwww
free
You should also monitor the "memory limit" closely wit...
What is SSH and how do I get into my Shell?
...cess is available to Virtual Private
Server (VPS) and Dedicated Server customers. (http://www.openssh.org)
TurnKey Internet highly recommends SCP for
windows users, it is the fastest most...
How do I remotely manage and update my Colocated Server?
Since the Colocated equipment is yours, you can decide what software to install
for remote management. Most equipment already will have web based or telnet
based remote management support, and mos...
SSH / SCP / SFTP
...s multiple access to downloads for a variety of systems for SSH, SCP, and SFTP.
http://www.openssh.org/ http://www.chiark.greenend.org.uk/~sgtatham/putty/
How do I install ImageMagick on my cPanel Server?
...s to installing ImageMagick on a cPanel Server are as follows: 1. Log into your server as root via ssh
2. /scripts/installrpm ImageMagick
3. /scripts/installrpm ImageMagick-devel
4. /s...
How to Install ImageMagick on cPanel
If you are running cPanel, you can log in to your server using "ssh" as
the "root" user, and use the following command to check if ImageMagick is
running:
/scripts/checkimagemagick
If you...