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

Highlights

  • Pro

Organizations

@advancity @streaming-university

Block or report zafergurel

Report abuse

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

Report abuse

Pinned Loading

  1. moqtail moqtail Public

    Forked from moqtail/moqtail

    Draft 11-compliant Media-over-QUIC (MoQ) libraries for publisher, subscriber (moqtail-ts) and relay (moqtail-rs) components with a sample application using the Low Overhead Media Container (LOC) fo…

    TypeScript

  2. favori-komutlarim favori-komutlarim Public

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

    Shell 6

  3. nginx-cache-cleaner nginx-cache-cleaner Public

    Nginx cache cleaning tools

    Python 11

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