⏩
Fast-forward
Bearded Developer and Enthusiast;
IT Architect in the spare time.
- Italy
-
23:38
(UTC +01:00) - http://www.mipnamic.net
- https://orcid.org/0009-0007-2703-5923
- @mipnamic
Pinned Loading
-
-
Test a given URL with all available ...
Test a given URL with all available Cipher using OpenSSL 1#!/usr/bin/env bash
23# Test all ciphers against given URL
4# Script by Indiv https://superuser.com/users/21867/indiv - https://superuser.com/a/224263
5 -
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
23# this file
4# a) gets all databases from mysql
5# b) gets all tables from all databases in a)
-
Check average Memory usage of PHP-FP...
Check average Memory usage of PHP-FPM processes 1#!/bin/bash
2echo "Average php-fpm process memory usage:"
3PHPFPM="php-fpm" # it could be just php-fpm or php-fpm-X.X (eg. php-fpm-7.1) depending on configuration
4AVG=$(ps --no-headers -o "rss,cmd" -C $PHPFPM | awk '{ sum+=$1 } END { printf ("%d%s\n", sum/NR/1024,"M") }')
5QTY=$(ps -ylC $PHPFPM --sort:rss | tail -n +2 | wc -l)
-
cocktails_for_programmers
cocktails_for_programmers PublicForked from cocktails-for-programmers/cocktails_for_programmers
Сocktails for programmers. Коктейли для программистов.
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.