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 / 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

@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 / 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 / lambdaAMIBackups.py
Created November 16, 2016 11:47 — forked from bkozora/lambdaAMIBackups.py
AWS Lambda AMI Backups
# Automated AMI Backups
#
# @author Robert Kozora <[email protected]>
#
# This script will search for all instances having a tag with "Backup" or "backup"
# on it. As soon as we have the instances list, we loop through each instance
# and create an AMI of it. Also, it will look for a "Retention" tag key which
# will be used as a retention policy number in days. If there is no tag with
# that name, it will use a 7 days default value for each AMI.
#
@guddukhan1987
guddukhan1987 / lambdaAMICleanup.py
Created November 16, 2016 11:48 — forked from bkozora/lambdaAMICleanup.py
AWS Lambda Function to Delete AMIs and Snapshots
# Automated AMI and Snapshot Deletion
#
# @author Robert Kozora <[email protected]>
#
# This script will search for all instances having a tag with "Backup" or "backup"
# on it. As soon as we have the instances list, we loop through each instance
# and reference the AMIs of that instance. We check that the latest daily backup
# succeeded then we store every image that's reached its DeleteOn tag's date for
# deletion. We then loop through the AMIs, deregister them and remove all the
# snapshots associated with that AMI.
@guddukhan1987
guddukhan1987 / monitrc
Created February 7, 2017 12:29 — forked from franck/monitrc
monit config file (nginx, mysql, redis, tomcat)
###############################################################################
## Monit control file
###############################################################################
##
## Comments begin with a '#' and extend through the end of the line. Keywords
## are case insensitive. All path's MUST BE FULLY QUALIFIED, starting with '/'.
##
## Below you will find examples of some frequently used statements. For
## information about the control file, a complete list of statements and
## options please have a look in the monit manual.
@guddukhan1987
guddukhan1987 / LICENSE
Created June 12, 2017 11:28 — forked from shevron/LICENSE
Send EC2 instance memory usage stats to CloudWatch using boto and IAM Roles
Copyright (c) 2015, Shahar Evron
All rights reserved.
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright notice,
@guddukhan1987
guddukhan1987 / install-comodo-ssl-cert-for-nginx.rst
Created November 21, 2017 14:01 — forked from bradmontgomery/install-comodo-ssl-cert-for-nginx.rst
Steps to install a Comodo PositiveSSL certificate with Nginx.

Setting up a SSL Cert from Comodo

I use Namecheap.com as a registrar, and they resale SSL Certs from a number of other companies, including Comodo.

These are the steps I went through to set up an SSL cert.

Purchase the cert

@guddukhan1987
guddukhan1987 / nginx.conf
Created November 22, 2017 06:29 — forked from plentz/nginx.conf
Best nginx configuration for improved security(and performance). Complete blog post here http://tautt.com/best-nginx-configuration-for-security/
# to generate your dhparam.pem file, run in the terminal
openssl dhparam -out /etc/nginx/ssl/dhparam.pem 2048
@guddukhan1987
guddukhan1987 / ALEXA.md
Created October 16, 2018 11:20 — forked from mdang/ALEXA.md
Lesson: Alexa