Skip to content

Instantly share code, notes, and snippets.

@artembokhan
artembokhan / PowerSerttings.Unhide.reg
Created January 23, 2022 12:27 — forked from Dark4Codrutz/PowerSerttings.Unhide.reg
Reveals the most used hidden power settings in Windows 10. The value Attributes=2 means reveal, where value of 1 or 0 means hide from Power Options. Good Tweaking!
Windows Registry Editor Version 5.00
;Reveals the most used hidden power settings in Windows 10. The value Attributes=2 means reveal, where value of 1 or 0 means hide from Power Options.
;Good Tweaking!
;WLAN
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power\PowerSettings\19cbb8fa-5279-450e-9fac-8a3d5fedd0c1\12bbebe6-58d6-4636-95bb-3217ef867c1a]
"Attributes"=dword:00000002
;Power Scheme Personality
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power\PowerSettings\245d8541-3943-4422-b025-13a784f679b7]

Semantic Commit Messages

See how a minor change to your commit message style can make you a better programmer.

Format: <type>(<scope>): <subject>

<scope> is optional

Example

ar_windows_7_enterprise_with_sp1_x64_dvd_u_677643.iso Languages: Arabic SHA1: 5F7E81A84E64270764C3C649598370015E341C7B
ar_windows_7_enterprise_with_sp1_x86_dvd_u_677691.iso Languages: Arabic SHA1: 11BB8461C3D69D8FB35498E1CA0ED5A3B99A60D3
ar_windows_7_enterprise_x64_dvd_x15-70765.iso Languages: Arabic SHA1: 771C036295039F6F69EB4A243048C37EA24DF830
ar_windows_7_enterprise_x86_dvd_x15-70761.iso Languages: Arabic SHA1: 7812E8FE810CB8F23319A1A4A5E9A86B77D2D973
ar_windows_7_home_basic_with_sp1_x86_dvd_u_676462.iso Languages: Arabic SHA1: 18B9E305F71874C296817495FBC97F291D1141E8
ar_windows_7_home_basic_x86_dvd_x15-65636.iso Languages: Arabic SHA1: 8F855966C7CEF0AF8A2A7E1AC945A171389FB8B3
ar_windows_7_home_premium_with_sp1_x64_dvd_u_676551.iso Languages: Arabic SHA1: 8CC2AF16D33EE110DF4975DDB24BA27B44D0B9E1
ar_windows_7_home_premium_with_sp1_x86_dvd_u_676666.iso Languages: Arabic SHA1: CC6232A0FF99DA23D6F1E34ECFD76DBA1D138151
ar_windows_7_home_premium_x64_dvd_x15-65712.iso Languages: Arabic SHA1: A4C577BD1704556E18CF
@artembokhan
artembokhan / haproxy-sni.txt
Created May 14, 2020 21:15 — forked from git001/haproxy-sni.txt
haproxy setup for sni routing
#---------------------------------------------------------------------
# Global settings
#---------------------------------------------------------------------
global
log stdout format raw daemon debug
log-send-hostname cloud.DOMAIN.com
maxconn 5000
ssl-default-bind-options ssl-min-ver TLSv1.0 no-tls-tickets
tune.ssl.default-dh-param 2048
@artembokhan
artembokhan / empty-maxmind-db-writer.pl
Created May 13, 2020 19:41 — forked from codesnik/empty-maxmind-db-writer.pl
it creates 'empty.mmdb', empty MaxMind geoip database, good enough for your tests
#!/usr/local/bin/perl
# run 'mcpan MaxMind::DB::Writer' beforehand
use MaxMind::DB::Writer::Tree;
use Net::Works::Network;
my %types = (
#color => 'utf8_string',
#dogs => [ 'array', 'utf8_string' ],
#size => 'uint16',
@artembokhan
artembokhan / del_cluster.sh
Created December 22, 2019 19:32 — forked from ianchen06/del_cluster.sh
delete proxmox cluster
# source: https://forum.proxmox.com/threads/removing-deleting-a-created-cluster.18887/
#/bin/sh
# stop service
systemctl stop pvestatd.service
systemctl stop pvedaemon.service
systemctl stop pve-cluster.service
systemctl stop corosync
systemctl stop pve-cluster
# edit through sqlite, check, delete, verify