Skip to content
View mizhka's full-sized avatar
  • PostgresPro
  • Moscow
Block or Report

Block or report mizhka

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Ansible playbook for MaxPerformance Ansible playbook for MaxPerformance
    1
    -  name: tune operating system
    2
       hosts: all
    3
       become: true
    4
       vars:
    5
         sysctl_settings: 
  2. jailize jailize Public

    Simple shell script to manage jails based on vnet, netgraph and dhcpd

    Shell 2 1

  3. PostgreSQL may ignore index PostgreSQL may ignore index
    1
    PostgreSQL (12-16) may ignore your fresh built index due to long-running transaction in another session. It's since 2007, introduced by HOT optimization. Look at pg_index.indcheckxmin of your index.
    2
    
                  
    3
    First session:
    4
    ```
    5
    postgres=# begin;
  4. pg_diagdump pg_diagdump Public

    Shell 1

  5. acpi-hp455g7 acpi-hp455g7 Public

    ACPI AML dump of HP ProBook 455G7

    ASL 1