Skip to content

Instantly share code, notes, and snippets.

View tcheredeev's full-sized avatar

Igor Tcheredeev tcheredeev

View GitHub Profile
@tcheredeev
tcheredeev / kms
Created September 5, 2022 00:00 — forked from vikassaini01/kms
KMS server Windows
Online kms host address:
--------
kms.digiboy.ir
54.223.212.31
kms.cnlic.com
kms.chinancce.com
kms.ddns.net
franklv.ddns.net
k.zpale.com
m.zpale.com
@tcheredeev
tcheredeev / dump.sh
Last active May 11, 2021 22:31 — forked from o5/dump.sh
MySQL / MariaDB Dump Helper
#!/usr/bin/env bash
# MySQL / MariaDB Dump Helper
# ===========================
# FEATURES: Progress bar with ETA, support multiple databases (dump into separated files) and password as argument
# REQUIREMENTS:
# =============
# GNU Core Utilities, mysql, mysqldump, pv (https://github.com/icetee/pv)