Skip to content

Instantly share code, notes, and snippets.

View guddukhan1987's full-sized avatar
💻
Explore the

Guddu Khan guddukhan1987

💻
Explore the
View GitHub Profile
@guddukhan1987
guddukhan1987 / README.md
Created November 3, 2016 05:27 — forked from oodavid/README.md
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

@guddukhan1987
guddukhan1987 / ruby_setup.md
Created July 22, 2016 11:47 — forked from julionc/ruby_setup.md
Deploy Ruby On Rails on Ubuntu 14.04

Deploy Ruby On Rails on Ubuntu 14.04

Server: Nginx with Phusion Passenger

Ruby Version: 2.1.3

User System: deploy

User System

@guddukhan1987
guddukhan1987 / bootstrap-windows.md
Created July 21, 2016 13:00 — forked from dhoer/bootstrap-windows.md
Provision and Bootstrap Windows EC2 Instances With Chef

I borrowed this script from Scott Bradley's wonderful blog "Provision and Bootstrap Windows EC2 Instances With Chef," making the following changes:

  1. To make compatible with Windows Server 2012 R2, I added the following firewall rule to the powershell script section:

    netsh advfirewall firewall add rule name="WinRM in" protocol=TCP dir=in profile=any localport=5985 remoteip=any localip=any action=allow

  2. Used knife.rb instead of using AWS API credentials

  3. Added security-group-ids and subnet flags to provision to ec2 VPC