Skip to content

Instantly share code, notes, and snippets.

View Infarh's full-sized avatar

Pavel Infarh

  • Moscow
  • 10:36 (UTC +03:00)
View GitHub Profile
@Infarh
Infarh / kms
Created July 10, 2024 16:53 — 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
@Infarh
Infarh / cst_debian_installation.md
Created April 13, 2022 07:10 — forked from xaratustrah/cst_debian_installation.md
cst_debian_installation.md

CST on Ubuntu

Installing 3DS CST Microwave Studio Suite Distributed Computing Node on Ubunntu

Tested on: Ubuntu 20.04.2 LTS nvidia version 470

nvidia + cuda installation

@Infarh
Infarh / ConfigValue.cs
Last active July 30, 2021 20:09 — forked from d2funlife/ConfigValue
Свой источник конфигурации Entity Framework
public class ConfigValue
{
public string Key { get; set; }
public string Value { get; set; }
}