Always use Absolute Path for your cron job. Yes, that lesson is another thing I learn from latest Godaddy case.

Temporary solution I use for bad malware that attack my client website is create shell script that overwrite bad .htaccess file with good .htaccess file. By implement this temporary solution downtime for client websites drastically suppressed by.

Until I check my email where I set the report send to. I miss 31 job because system can find shell file.

cron Always use absolute path for cron job

Yes, I use relative path for cron job. I only set absolute path for program location like /bin/bash for bash location etc. I never see this fail before, mayble because I implement it on virtual private server or dedicated server that use special resource.

Quick solution for this situation is using $HOME. Just add that variable in front of file name and you’ll get perfect cron job.

Simple as 123 icon smile Always use absolute path for cron job

 

I love to use netcraft for see how my vps server serve me.

Just change this address to your need :

http://uptime.netcraft.com/up/graph?site=yourdomain.extension

If netcraft has your data they will show you data like this one but if not you must wait for few days icon smile How to find out uptime status of my VPS

vps uptime 1 How to find out uptime status of my VPS

Continue reading »

 

My friend came and bring more problem too. He want to use vps hosting as alternative for his shared account that getting soft suspend for using many cpu resources. His work as internet marketing make uptime and downtime is very crusial.

He want to experiment with kloxo but willing to see more and since he want to give me access to new vps server  (via donate) I agree to set new CentOS vps server for him.

Here’s step by step guide install kloxo slave server :

Get new VPS server

So many vps provider outside and I choose one from vps.net

New account set up quickly and I have root access for CentOS 32 bit.

Update Yum

I love to use package management as front end tool for managing package.

#yum update

Install Editor

I prefer nano

#yum install nano

Disable secure linux (selinux)

# echo ‘selinux=disabled’ >> /etc/sysconfig/selinux

Continue reading »

© 2011 Hosting Formula Suffusion theme by Sayontan Sinha