Skip to content
View MiPnamic's full-sized avatar
Fast-forward
Fast-forward

Organizations

@IPM-Filters
Block or Report

Block or report MiPnamic

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. Solexma/aiprompt Solexma/aiprompt Public

    Midjourney prompt companion

    Python

  2. Test a given URL with all available ... Test a given URL with all available Cipher using OpenSSL
    1
    #!/usr/bin/env bash
    2
    
                  
    3
    # Test all ciphers against given URL
    4
    # Script by Indiv https://superuser.com/users/21867/indiv - https://superuser.com/a/224263
    5
    
                  
  3. Mysqldump a whole server with a sing... Mysqldump a whole server with a single folder for every database and a single sql file for every table
    1
    #!/bin/bash
    2
    
                  
    3
    # this file
    4
    # a) gets all databases from mysql
    5
    # b) gets all tables from all databases in a)
  4. Check average Memory usage of PHP-FP... Check average Memory usage of PHP-FPM processes
    1
    #!/bin/bash
    2
    echo "Average php-fpm process memory usage:"
    3
    PHPFPM="php-fpm" # it could be just php-fpm or php-fpm-X.X (eg. php-fpm-7.1) depending on configuration
    4
    AVG=$(ps --no-headers -o "rss,cmd" -C $PHPFPM | awk '{ sum+=$1 } END { printf ("%d%s\n", sum/NR/1024,"M") }')
    5
    QTY=$(ps -ylC $PHPFPM --sort:rss | tail -n +2 | wc -l)
  5. cocktails_for_programmers cocktails_for_programmers Public

    Forked from cocktails-for-programmers/cocktails_for_programmers

    Сocktails for programmers. Коктейли для программистов.

    1