Skip to content
View zafergurel's full-sized avatar
🏀
Focusing
🏀
Focusing
  • CTO@Perculus / PhDc@Ozyegin Uni.
  • İstanbul
  • X @xaferel

Highlights

  • Pro

Organizations

@advancity @streaming-university
Block or Report

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.

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. 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 11

  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