Skip to content
View osiyuk's full-sized avatar

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Pinned Loading

  1. free up disk space after docker garbagefree 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-fpmsimple 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_apiexample_apiPublic

    JSON REST API

    PHP

  4. examplesexamplesPublic

    Примеры кода

    HTML

  5. xdxdPublic

    hexdump

    Go