From Adbrite Tos, Subscriber agrees that (i) any payments that may become due to Subscriber (as described on the Site) are specifically...
Ok, first of all you need, rsync+inotify to clone files to both servers, bi-directional or you may use lsyncd, it just does what you need, watch a...
The thing we told you involves ssh while you set it up afterwards its just simple as calling a php file from browser, to sync the database, you...
Then its pretty easy, i assume the dev site does not need the identical database from the live magento site so its just to create passwordless ssh...
Does your site use a database ? If its not using a database, the sync script can be written within php and can use rsync. Do you have ssh access...
I use cacti for all but for the best accuracy for traffic graphs you could use mrtg. http://www.cacti.net/ http://oss.oetiker.ch/mrtg/ I have...
Setup nginx, use php-fpm and apply fastcgi-cache for your needs. For example, make your site cached 5 minutes for visitors and non-cached for your...
Use pingdom.com or install cacti on a remote location to check your server/site, you can use nagios too.
You can use php to do this <?php $files = glob("/directory/you/want/to/delete/files/in/*.*"); foreach($files as $file) unlink($file); ?> save...
@zahidraf For wordpress use nginx_proxy_cache and cache_purge module to purge anything at any given time, you can split logged in users (Tell...
Redirect 301 / http://mydomain.com/ Put this in htaccess, thats it. or to redirect everything from that domain to new one Options...
That server is more than enough for your needs.
Ok, it looks like you are using suphp and its causing issues with the memory usage (Suphp is not good for performance but security) you can switch...
Swap is used when your physical ram usage is so high or there is a memory leak in your processes. You can disable swap by following command until...
This should work. Change the domain name and server ip port, change 127.0.0.1:8888 to whatever port your fastcgi daemon is listening at usually...
Separate names with a comma.