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 May 10, 2024 19:19
Настраиваем подключение к впн Устанавливайте только Stable версии приложений!

Настраиваем подключение к впн Устанавливайте только Stable версии приложений!

Подробнее про клиенты и настройку можно почитать по этой ссылке

Android

  1. NekoBox for Android
  • Скачать и установить приложение на смартфон.
  • Скопировать ключ в буфер обмена
@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