Skip to content

Instantly share code, notes, and snippets.

View yermulnik's full-sized avatar
🇺🇦
Yz

George L. Yermulnik yermulnik

🇺🇦
Yz
  • Earth, Europe, Ukraine, Kyiv
  • 05:32 (UTC +03:00)
  • LinkedIn in/yermulnik
View GitHub Profile
@dimo414
dimo414 / _README.md
Last active February 25, 2025 23:44
Bash array expansion patterns for use with -u

Expanding Bash arrays safely with set -u

Prior to Bash 4.4 set -u treated empty arrays as "unset", and terminates the process. There are a number of possible workarounds using array parameter expansion, however almost all of them fail in certain Bash versions.

This gist is a supplement to this StackOverflow post.

# How to install:
# pre-commit install --install-hooks && pre-commit install --install-hooks -t commit-msg
# How temporary skip one of hooks: https://pre-commit.com/#temporarily-disabling-hooks
repos:
#######
# ALL #
#######
@avoidik
avoidik / AWS-AutoUnseal-HashiCorp-Vault.md
Created June 19, 2019 08:53 — forked from allthingsclowd/AWS-AutoUnseal-HashiCorp-Vault.md
HashiCorp Vault AWS KMS AutoUnseal Key Rotation Example (all keys are obsolete - just a demo)

A Walk through of Key Rotation of a HashiCorp VAULT cluster using AWS KMS to AutoUnseal

PGP (Keybase) is used to encrypt the recovery keys

Built base environment using HashiCorp's Learn Website

ubuntu@ip-192-168-100-194:~$ export VAULT_ADDR=http://127.0.0.1:8200

ubuntu@ip-192-168-100-194:~$ vault status
import datetime
import json
import logging
import os
import socket
import ssl
from urllib2 import Request, urlopen, URLError, HTTPError
import boto3
@kilfu0701
kilfu0701 / setValue.go
Created October 7, 2016 06:27
[Golang] Set value into a Struct by string name
// https://play.golang.org/p/DnGeQsaGfi
package main
import (
"fmt"
"reflect"
)
type Ogp struct {
Title string
@sahilsk
sahilsk / opswork cheatsheet.md
Last active August 16, 2022 16:31
aws opswork cheatsheet
@Ea87
Ea87 / completion-for-gradle.md
Last active June 23, 2017 09:26 — forked from nolanlawson/completion-for-gradle.md
Gradle tab completion for Bash. Works on both Mac and Linux.

Gradle tab completion script for Bash

A tab completion script that works for Bash. Relies on the BSD md5 command on Mac and md5sum on Linux, so as long as you have one of those two commands, this should work.

Usage

$ gradle [TAB]
@jordiclariana
jordiclariana / terraform.sh
Last active April 11, 2022 12:02
Terraform bash completion
_terraform() {
local cmds cur colonprefixes;
COMPREPLY=();
if [[ "${COMP_WORDS[$COMP_CWORD]}" =~ ^-target= ]]; then
cmds=$(grep -hE "^ *(module|resource)" *.tf | tr -d '"'| awk '
$1 ~ /module/ {print "-target="$1"."$2};
$1 ~ /resource/ { print "-target="$2"."$3}
')
else
cmds=$(terraform --help ${COMP_WORDS[1]} | awk '
@RichardBronosky
RichardBronosky / multiple_ssh_setting.md
Last active June 5, 2024 19:16 — forked from jexchan/multiple_ssh_setting.md
Multiple SSH keys for different github accounts

Multiple SSH Keys settings for different github account

create different public key

create different ssh key according the article Mac Set-Up Git

$ ssh-keygen -t rsa -C "[email protected]"
@kra3
kra3 / eq.preset
Created March 26, 2014 12:11
Audacious presets: ~/.config/audacious/eq.preset
[Presets]
Preset0=Classical
Preset1=Club
Preset2=Dance
Preset3=Flat
Preset4=Live
Preset5=Laptop Speakers/Headphone
Preset6=Rock
Preset7=Pop