Skip to content

Instantly share code, notes, and snippets.

@denisgolius
denisgolius / 00-about-search-api-examples.md
Created May 15, 2023 17:08 — forked from jasonrudolph/00-about-search-api-examples.md
5 entertaining things you can find with the GitHub Search API
@denisgolius
denisgolius / README.md
Created January 30, 2023 16:54 — forked from f41gh7/README.md
multi level vmcluster with helm chart

Mutli level cluster setup

doc

Lets say we have 2 zones: zone-a and zone-b. Separate cluster must be deploy to the both zones with commands:

helm upgrade -i zone-a vm/victoria-metrics-cluster -f zone.yaml
@denisgolius
denisgolius / PostgreSQL-EXTENSIONs.md
Created February 11, 2022 07:57 — forked from joelonsql/PostgreSQL-EXTENSIONs.md
1000+ PostgreSQL EXTENSIONs

🗺🐘 1000+ PostgreSQL EXTENSIONs

This is a list of URLs to PostgreSQL EXTENSION repos, listed in alphabetical order of parent repo, with active forks listed under each parent.

⭐️ >= 10 stars
⭐️⭐️ >= 100 stars
⭐️⭐️⭐️ >= 1000 stars
Numbers of stars might not be up-to-date.

@denisgolius
denisgolius / README.md
Created October 25, 2019 09:09 — forked from egeneralov/README.md
Ansible configuration for limit user to its namespace, and list all namespaces in cluster (for dashboard). Can be used for provide access to stage environments for your developers.

k8s-rbac-limit-user-to-namespace.yml

Ansible configuration for limit user to its namespace, and list all namespaces in cluster (for dashboard). Can be used for provide access to stage environments for your developers.

Just ansible-playbook k8s-rbac-limit-user-to-namespace.yml -e namespace=cool-app-development and gather result from /tmp/cool-app-development.yaml

pre-requirements

You must have:

@denisgolius
denisgolius / generate-ssh-key.sh
Created October 4, 2018 06:55 — forked from grenade/01-generate-ed25519-ssh-key.sh
Correct file permissions for ssh keys and config.
ssh-keygen -t rsa -b 4096 -N '' -C "rthijssen@gmail.com" -f ~/.ssh/id_rsa
ssh-keygen -t rsa -b 4096 -N '' -C "rthijssen@gmail.com" -f ~/.ssh/github_rsa
ssh-keygen -t rsa -b 4096 -N '' -C "rthijssen@gmail.com" -f ~/.ssh/mozilla_rsa
@denisgolius
denisgolius / openvpn-client-key-gen.sh
Created April 19, 2018 12:43 — forked from rtfpessoa/openvpn-client-key-gen.sh
OpenVPN Client Key Generator
#!/bin/bash
#
# OpenVPN Client Key Generation Script
#
# Author: rtfpessoa
# Date: 03-09-2016
#
# Based on the guide:
# * https://www.digitalocean.com/community/tutorials/how-to-set-up-an-openvpn-server-on-ubuntu-16-04
@denisgolius
denisgolius / redmine_openissue.sh
Created February 21, 2018 13:21 — forked from joaquindlz/redmine_openissue.sh
Zabbix Action remote script: Open Redmine issue
#!/usr/bin/env bash
#######################################################################
#
# Joaquín de la Zerda <joaquindelazerda@gmail.com>
# Zabbix Custom alertscripts: Open Redmine issue
# 20160402
#
#######################################################################