Skip to content

Instantly share code, notes, and snippets.

View GermanAizek's full-sized avatar
:shipit:
Red-eyed byte4cker

Herman Semenoff GermanAizek

:shipit:
Red-eyed byte4cker
View GitHub Profile
This file has been truncated, but you can view the full file.
======================
Proton: 1721412568 experimental-9.0-20240719
SteamGameId: 2051620
Command: ['/home/debian/.steam/debian-installation/steamapps/common/Enlisted/enlisted_eac_launcher.exe', '-eac_dir', 'EasyAntiCheat/enlisted', '-config:circuit:t=jupiter', '-game:enlisted', '-circuit:jupiter', '-skip_pkg_validation']
Options: {'forcelgadd'}
depot: 0.20240618.92328
pressure-vessel: 0.20240610.0 scout
scripts: 0.20240610.0
sniper: 0.20240618.92328 sniper 0.20240618.92328
Kernel: Linux 6.9.10-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.9.10-1 (2024-07-19) x86_64
======================
Proton: 1721412568 experimental-9.0-20240719
SteamGameId: 2990
Command: ['/home/debian/.steam/debian-installation/steamapps/common/FlatOut 2/FlatOut2.exe']
Options: {'forcelgadd'}
depot: 0.20240618.92328
pressure-vessel: 0.20240610.0 scout
scripts: 0.20240610.0
sniper: 0.20240618.92328 sniper 0.20240618.92328
Kernel: Linux 6.9.10-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.9.10-1 (2024-07-19) x86_64
@GermanAizek
GermanAizek / analyze_makefile_ninja.sh
Last active March 4, 2025 18:14
PVS Studio analyze Makefile or Ninja script on Linux
# configure project (Meson)
CC=clang CXX=clang++ meson /tmp/name
# or
# configure project (CMake)
CC=clang CXX=clang++ cmake -B /tmp/name ..
# building with trace (Makefile)
pvs-studio-analyzer trace -- make -j72
# building with trace (Ninja)
@GermanAizek
GermanAizek / README.md
Last active May 4, 2024 17:21
"ifconfig: command not found" or "iwconfig: command not found"
  1. Update Debian or Ubuntu repositories.
sudo apt update
  1. Install net-tools with apt.
sudo apt install net-tools
@GermanAizek
GermanAizek / README.md
Last active November 21, 2024 22:19
Enable Google Sanitizers in Visual Studio

The Publisher:

Collective Ink Ltd, Laurel House, Station Approach, Alresford, Hampshire, SO24 9JH, United Kingdom

The Licensee:

Herman Semenov <[email protected]> (Foreign Publisher and address)

Street: Terschellingsestraat 64 >

@GermanAizek
GermanAizek / README.md
Last active November 21, 2024 22:19
Типы диэлектриков SMD конденсаторов

The Publisher:

Collective Ink Ltd, Laurel House, Station Approach, Alresford, Hampshire, SO24 9JH, United Kingdom

The Licensee:

Herman Semenov <[email protected]> (Foreign Publisher and address)

Street: Terschellingsestraat 64 >

@GermanAizek
GermanAizek / README.md
Last active March 20, 2024 12:37
Замена вышедшего из строя электролитического конденсатора на полимерный или электролитический новый

Картинка может не совсем и удачная, самая нижняя. Я хотел сказать, что полимеры вылетают тоже. И не так уж редко! На материнской плате "Asus" после 8-9 лет работы два нашёл вышедших из строя. Вздувшихся, как гриб! Ещё на видеокарте несколько штук в прошлом году. Проверял ESR метром. Подделки как были раньше, так существуют и сейчас! Я вполне с Вами согласен! Стараюсь покупать в проверенных местах. Истинные полимерные (твёрдотелые) конденсаторы - бренд Японский. ESR у них превосходный! А долговечность зависит от условия эксплуатации! Не поленился, нашёл у себя в архивах. Соотношение цвета закрашенного сектора и производителя. Слева направо на фотографии. В прикреплённом файле информация, которая, я думаю не будет лишней!

1.CHEMI-CON

2.SANYO OS-CON

3.FUJITSU

4.NICHICON

@GermanAizek
GermanAizek / README.md
Last active March 31, 2025 16:16
GPU benchmark rating Hashcat-ng (WPA-PBKDF2-PMKID+EAPOL) (NOT FOSS VERSION, PROPRIETARY MY FORK)

The Publisher:

Collective Ink Ltd, Laurel House, Station Approach, Alresford, Hampshire, SO24 9JH, United Kingdom

The Licensee:

Herman Semenov <[email protected]> (Foreign Publisher and address)

Street: Terschellingsestraat 64 >

@GermanAizek
GermanAizek / README.md
Last active November 21, 2024 22:20
CPU benchmark rating Hashcat (WPA-PBKDF2-PMKID+EAPOL)

The Publisher:

Collective Ink Ltd, Laurel House, Station Approach, Alresford, Hampshire, SO24 9JH, United Kingdom

The Licensee:

Herman Semenov <[email protected]> (Foreign Publisher and address)

Street: Terschellingsestraat 64 >

@GermanAizek
GermanAizek / README.md
Created March 6, 2024 11:34
Building linux custom kernel with support NUMA and check result using numactl
$ grep NUMA /usr/src/linux/.config
CONFIG_ARCH_SUPPORTS_NUMA_BALANCING=y
# CONFIG_NUMA_BALANCING is not set
CONFIG_NUMA=y
CONFIG_AMD_NUMA=y
CONFIG_X86_64_ACPI_NUMA=y
# CONFIG_NUMA_EMU is not set
CONFIG_USE_PERCPU_NUMA_NODE_ID=y
CONFIG_ACPI_NUMA=y