Skip to content

Instantly share code, notes, and snippets.

View EmaLinuxawy's full-sized avatar

Ibrahim Soliman EmaLinuxawy

View GitHub Profile
#@ load("@ytt:data", "data")
#@ load("@ytt:template", "template")
#@ def build(env):
build-deploy:
name: #@ "Build and Deploy Services" + env.name
needs: #@ env.name
runs-on: ubuntu-latest
strategy:
matrix:
@EmaLinuxawy
EmaLinuxawy / Mysql-backup.sh
Created January 22, 2020 17:57
Use this bash script to backup mysql databases
#!/bin/bash
# Backup Destination Folder
DEST=/backup
date=$(date +"%I:%M%p-%d-%m-%Y")
DATABASES=$(mysql -e "SHOW DATABASES;" | tr -d "| " | grep -v Database)
[ ! -d $DEST ] && mkdir -p $DEST
@EmaLinuxawy
EmaLinuxawy / README.md
Created April 26, 2018 23:53 — forked from MohamedMohsenX2/README.md
A curated list of AWS resources to prepare for the AWS Certifications


A curated list of AWS resources to prepare for the AWS Certifications

A curated list of awesome AWS resources you need to prepare for the all 5 AWS Certifications. This gist will include: open source repos, blogs & blogposts, ebooks, PDF, whitepapers, video courses, free lecture, slides, sample test and many other resources.

OP: @leonardofed founder @ plainflow.