Skip to content
View zafergurel's full-sized avatar
🏀
Focusing
🏀
Focusing

Highlights

  • Pro

Organizations

@advancity @streaming-university

Block or report zafergurel

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 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. favori-komutlarim favori-komutlarim Public

    Favori Shell Komutlarım, İşlemlerim, Ayarlarım

    Shell 7

  2. nginx-cache-cleaner nginx-cache-cleaner Public

    Nginx cache cleaning tools

    Python 10

  3. Configure Docker Logging Configure Docker Logging
    1
    sh -c "truncate -s 0 /var/lib/docker/containers/*/*-json.log"
    2
    echo '{ "log-driver": "json-file", "log-opts": {"max-size": "100m", "max-file": "3"} }' &> /etc/docker/daemon.json
    3
    sudo sh -c "truncate -s 0 /var/lib/docker/containers/*/*-json.log"
    4
    systemctl reload docker
    5