Skip to content

Instantly share code, notes, and snippets.

View Albus's full-sized avatar
🏠
Working from home

Anton Rastyazhenko Albus

🏠
Working from home
View GitHub Profile
@razielanarki
razielanarki / kms.md
Created November 18, 2024 16:45 — forked from mercuryrx/kms.md
KMS Keys/Product Keys for Windows/Windows Server

Here, you can find the Product Keys for activating Windows.

Warming: This won't work with Home editions. Please first update to Professional edition if you want to activate Windows.

How do I activate Windows?

  1. Search for "Command Prompt" in the search box
  2. Right Click on the Command Prompt entry
  3. Press "Run as Administrator", then press yes.
  4. Type these commands one by one:
Windows Server 2025 Standard - TVRH6-WHNXV-R9WG3-9XRFY-MY832
Windows Server 2025 Datacenter - D764K-2NDRG-47T6Q-P8T8W-YP6DF
Windows Server 2025 Azure Edition - XGN3F-F394H-FD2MY-PP6FD-8MCRC
Windows Server 2022 Datacenter - WX4NM-KYWYW-QJJR4-XV3QB-6VM33
Windows Server 2022 Azure Edition - NTBV8-9K7Q8-V27C6-M2BTV-KHMXV
@Mr-Precise
Mr-Precise / vs_buildtools_dl_list.md
Created February 28, 2024 05:33
MSVC / VS / Buildtools download link collection list
@troykelly
troykelly / INTEGRATION.md
Last active May 2, 2024 10:51
Automatically mount rclone mounts

Automatic Rclone Mounting and Unmounting on macOS

Prerequisites

  • rclone configured with remotes.
  • The mounting script is properly set up.
  • brew package manager for installing sleepwatcher.

Steps

@maxstarkov
maxstarkov / zfs_mssql_pg_onec.md
Last active October 17, 2024 10:34
ZFS + MS SQL on Linux / Postgres + Onec

Тестовый стенд "ZFS + MS SQL on Linux (PostgreSQL) + 1C"

Подготовка

Тестовый пример использует виртуальную машину на базе операционной системы ubuntu 20.04. Предполагается, что к виртуальной машине дополнительно подключены три виртуальных диска размером 5 ГБ каждый.

Создать подобную виртуальную машину можно вручную, с помощью любого гипервизора или облачного провайдера.

@nook-ru
nook-ru / gost_engine.md
Last active January 20, 2025 14:51 — forked from beglov/gost_engine.sh
Настройка ГОСТ OpenSSL под Ubuntu 20.04 (18.04)
  1. Устанавливаем ГОСТ-овское шифрование sudo apt install libengine-gost-openssl1.1

  2. Правим конфиг sudo nano /etc/ssl/openssl.cnf

  3. В начало файла:

    openssl_conf = openssl_def
    
@davidteren
davidteren / nerd_fonts.md
Last active April 27, 2025 13:47
Install Nerd Fonts via Homebrew [updated & fixed]
@madkoding
madkoding / pair-dual-boot-bluetooth.md
Last active May 1, 2025 07:58
Pairing bluetooth devices in dual boot with Linux Ubuntu and Windows 10/11

Pairing Bluetooth Devices in Dual Boot with Linux Ubuntu and Windows 10/11

Introduction

This guide provides updated instructions for pairing Bluetooth devices (such as keyboards or mice) in a dual-boot environment with Linux Ubuntu and Windows 10/11, incorporating community feedback and suggestions.

Instructions

1. Pair in Linux First

  • Pair your Bluetooth device in Linux. This is crucial to ensure the LinkKey remains consistent.
  • Note: Do not re-pair the device in Linux after completing the pairing in Windows.
@tomcbe
tomcbe / restore-config-files-with-apt.md
Last active June 11, 2022 14:59
Restoring config files with apt

Find out what package installed the config file:

$ dpkg -S unity-greeter.conf
unity-greeter: /etc/lightdm/unity-greeter.conf

As you can see, the name of the package is unity-greeter.

If you deleted a directory, like /etc/pam.d, you can list every package that added to it by using the directory path:

@daznext
daznext / Astra_Docker.md
Last active October 15, 2024 17:43
Install Docker on AstraLinux Orel

Обновляемся

apt update && apt upgrade

Ставим docker

sudo apt-get install apt-transport-https ca-certificates curl gnupg2