Skip to content
View osiyuk's full-sized avatar
Block or Report

Block or report osiyuk

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

  1. free up disk space after docker garbage free up disk space after docker garbage
    1
    #!/bin/bash
    2
    GARBAGE="/var/lib/docker/aufs/diff"
    3
    du -hd 1 $GARBAGE | sort -hrk 1 | head -25
    4
    find $GARBAGE -maxdepth 1 -name *-removing -exec rm -rf '{}' \;
  2. simple nginx configuration with php-fpm simple nginx configuration with php-fpm
    1
    user nginx;
    2
    pid /run/nginx.pid;
    3
    error_log /var/log/nginx/error.log info;
    4
    
                  
    5
    http {
  3. example_api example_api Public

    JSON REST API

    PHP

  4. xd xd Public

    hexdump

    Go

  5. examples examples Public

    Примеры кода

    HTML