Skip to content

Instantly share code, notes, and snippets.

View GLASS20's full-sized avatar
🍊
Eating oranges

Tohka GLASS20

🍊
Eating oranges
View GitHub Profile
@rvrsh3ll
rvrsh3ll / windows-keys.md
Created February 18, 2024 22:44
Windows Product Keys

NOTE

These are NOT product / license keys that are valid for Windows activation.
These keys only select the edition of Windows to install during setup, but they do not activate or license the installation.

Index

@szdytom
szdytom / backup_to_cloud.sh
Created October 25, 2023 04:04
Backup Minecraft Server
#!/bin/bash
# 获取当前时间戳
timestamp=$(date +%Y%m%d%H%M%S)
# 设置文件夹路径
folder_path="slot1"
# 设置备份文件名
backup_file="backup-${timestamp}.tar.xz"
@judero01col
judero01col / Service KMS
Last active September 20, 2024 08:24
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