Skip to content

Instantly share code, notes, and snippets.

View kksudo's full-sized avatar
:octocat:
Software is like sex: It’s better when it’s free.

Kirill kksudo

:octocat:
Software is like sex: It’s better when it’s free.
View GitHub Profile
@kksudo
kksudo / vpn-instructions.md
Last active February 5, 2026 16:59
Настраиваем подключение к впн Устанавливайте только Stable версии приложений!

Инструкция по настройке VPN (3X-UI / XRay)

Кратко: установите приложение под вашу платформу, импортируйте ключ или QR и включите подключение.

Важно: используйте только Stable-версии приложений. Клиенты не предоставляют серверы — ключ/подписку вы получаете отдельно.


Навигация

@sanketsudake
sanketsudake / kind-kubernetes-metrics-server.md
Last active January 29, 2026 22:14
Running metric-server on Kind Kubernetes

I have created a local Kubernetes cluster with kind. Following are changes you need to get metric-server running on Kind.

Deploy latest metric-server release.

kubectl apply -f https://github.com/kubernetes-sigs/metrics-server/releases/download/v0.5.0/components.yaml

Within existing arguments to metric-server container, you need to add argument --kubelet-insecure-tls.

@adamcrews
adamcrews / certificate_synthetic.js
Created June 11, 2019 05:36
New Relic SSL/TLS Synthetic
/*
To use this synthetic, set the following Secure credentials:
NEW_RELIC_INSIGHTS_API_KEY - Your api key from the account settings.
NEW_RELIC_ACCOUNT_ID - Your account ID, also found in the account settings.
CERTS_TO_MONITOR - A list of hosts to check via https, separated by a comma and a space, for example:
host.example.com, foo.example.com
Create a new Synthetic monitor, copy the entire contents of this script to the monitor.
Set the monitor to run once a day from a single location.
@cr-chsn1
cr-chsn1 / rpi_x264_ffmpeg.sh
Last active January 30, 2024 22:23
Raspberry Pi setup script for x264 Benchmark
#!/bin/bash
echo
echo "###################################"
echo "### ###"
echo "### x264 Benchmark ###"
echo "### Raspberry Pi setup script ###"
echo "### ###"
echo "###################################"
echo