Skip to content
View cmabastar's full-sized avatar

Block or report cmabastar

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. audit-trigger audit-trigger Public

    Forked from icheishvili/audit-trigger

    Simple, easily customised trigger-based auditing for PostgreSQL (Postgres). See also pgaudit.

    PLpgSQL 10

  2. lenovo x230 freebsd settings lenovo x230 freebsd settings
    1
    #
    2
    # See /etc/defaults/rc.conf to add more option.
    3
    # Do not configure /etc/defaults/rc.conf.
    4
    # Configure only this file.
    5
    #
  3. Haproxy for flask-socketio Haproxy for flask-socketio
    1
    global
    2
      daemon
    3
    
                  
    4
    defaults
    5
      mode http
  4. awesome-flask awesome-flask Public

    Forked from humiaozuzu/awesome-flask

    A curated list of awesome Flask resources and plugins

  5. Back-End-Developer-Interview-Questions Back-End-Developer-Interview-Questions Public

    Forked from arialdomartini/Back-End-Developer-Interview-Questions

    A list of back-end related questions you can be inspired from to interview potential candidates, test yourself or completely ignore

  6. AWS NAT instance traffic analyzer. AWS NAT instance traffic analyzer.
    1
    tcpdump -nr /tmp/dump.log | awk '{print $3"\t"$5}' | grep -v "ICMP" | sort | uniq -c | sort -nr | head -n 10