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
  • 10:13 (UTC +03:00)
  • LinkedIn in/yermulnik
View GitHub Profile
@yermulnik
yermulnik / .gitignore
Created November 9, 2024 16:38 — forked from jeosadn/.gitignore
Convert YouTube subscriptions exported via Google Takeout into OPML
*~
@yermulnik
yermulnik / tfe2tfvars_readme.md
Created September 16, 2024 14:18 — forked from cristim/tfe2tfvars_readme.md
Dump Terraform Cloud Workspace variables into a terraform.auto.tfvars file

Getting Started

Virtualenv setup

pip install virtualenvwrapper
mkvirtualenv tfe2tfvars
workon tfe2tfvars
pip install -r requirements.txt
@yermulnik
yermulnik / Dockerfile
Created January 19, 2024 23:38 — forked from adtac/Dockerfile
#!/usr/bin/env docker run
#!/usr/bin/env -S bash -c "docker run -p 8080:8080 -it --rm \$(docker build --progress plain -f \$0 . 2>&1 | tee /dev/stderr | grep -oP 'sha256:[0-9a-f]*')"
# syntax = docker/dockerfile:1.4.0
FROM node:20
WORKDIR /root
RUN npm install sqlite3
@yermulnik
yermulnik / aws_assume_role.py
Created November 2, 2022 11:28 — forked from benkehoe/aws_assume_role.py
Assumed role session chaining (with credential refreshing) for boto3
# This is now a proper library, see https://github.com/benkehoe/aws-assume-role-lib
# pip install aws-assume-role-lib
# Copyright 2020 Ben Kehoe
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
@yermulnik
yermulnik / multiple_ssh_setting.md
Created September 3, 2021 08:48 — forked from RichardBronosky/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]"
repos:
#######
# ALL #
#######
- repo: git://github.com/pre-commit/pre-commit-hooks
rev: v2.5.0
hooks:
# Git style
- id: check-added-large-files
@yermulnik
yermulnik / README.md
Created February 10, 2017 15:44 — forked from hofmannsven/README.md
My simply Git Cheatsheet