Skip to content

Instantly share code, notes, and snippets.

View hemantshekhawat's full-sized avatar
🎯
Focusing

Hemant Shekhawat hemantshekhawat

🎯
Focusing
View GitHub Profile
@vnykmshr
vnykmshr / magento-setup.steps
Last active March 9, 2016 08:36
Magento: Nginx + Varnish + Mysql stack
apt-get update
apt-get upgrade
apt-get install mysql-server
mysql_secure_installation
apt-get install nginx
apt-get install git-core
@oodavid
oodavid / README.md
Created March 26, 2012 17:05
Backup MySQL to Amazon S3

Backup MySQL to Amazon S3

This is a simple way to backup your MySQL tables to Amazon S3 for a nightly backup - this is all to be done on your server :-)

Sister Document - Restore MySQL from Amazon S3 - read that next

1 - Install s3cmd

this is for Centos 5.6, see http://s3tools.org/repositories for other systems like ubuntu etc