Skip to content

Instantly share code, notes, and snippets.

View imincik's full-sized avatar

Ivan Mincik imincik

View GitHub Profile
@imincik
imincik / README.md
Created May 26, 2018 07:00 — forked from leonardofed/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.


@imincik
imincik / screens.sh
Created August 27, 2016 18:23
Screens switching script
#!/bin/bash
# Author: Ivan Mincik, ivan.mincik@gmail.com
S_PRIMARY="eDP1"
S_OTHER=$(xrandr \
| grep -v "^$S_PRIMARY" \
| grep " connected" \
| awk -F " " '{print $1}')
#!/bin/bash
# Script to backup git repo to S3
# Set bucket, dir, password and account to use for the backup. I keep mine in local env vars
# These are set by localrc which lives on an encrypted home directory and is executed by my bashrc
bucket=$GITHUB_BACKUP_BUCKET
dir=$GITHUB_BACKUP_DIR
password=$GITHUB_BACKUP_PASSWORD
account=$GITHUB_ACCOUNT
@imincik
imincik / gist:6bd3d5df52318801d135
Created January 25, 2015 23:23
My configuration of Debian packaging tools
FILE: ~/.pbuilderrc
==============================================================================
# Create Pbuilder image on Ubuntu
# sudo DIST=precise pbuilder create
# sudo DIST=precise pbuilder --update
# Build on Ubuntu
# DIST=precise git-buildpackage