Skip to content

Instantly share code, notes, and snippets.

View jctmf's full-sized avatar
😍

João Carlos T. de Melo Filho jctmf

😍
  • Supptex Suporte e Tecnologia, Regalia Tecnologia
  • Recife-PE
  • 06:28 (UTC -03:00)
View GitHub Profile
@jctmf
jctmf / backup.sh
Created July 9, 2024 13:53 — forked from eyJhb/backup.sh
Simple script I use to backup my servers - uses PGP for encryption and SCP for uploading
#!/bin/bash
# Linux SCP Backup Script
# how it works
# -
#date string
d=$(date --iso)
@jctmf
jctmf / Service KMS
Created May 20, 2025 16:40 — forked from judero01col/Service KMS
Volume License Activation Key Service - KMS
## Find Available Target Editions
DISM.exe /Online /Get-TargetEditions
## Convert Server Standard 2019 Evaluation to Server Standard 2019
DISM /online /Set-Edition:ServerStandard /ProductKey:N69G4-B89J2-4G8F4-WWYCC-J464C /AcceptEula
## How To Activate
slmgr /ipk XXXXX-XXXXX-XXXXX-XXXXX-XXXXX
slmgr /skms [server]:[port]
slmgr /ato