Skip to content
View rnjesuz's full-sized avatar

Block or report rnjesuz

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. add-msg-issue-suffix-hook add-msg-issue-suffix-hook Public

    Forked from avilaton/add-msg-issue-prefix-hook

    Python

  2. CheatSheet CheatSheet Public

  3. Epic-dependencies-crawler Epic-dependencies-crawler Public

    A tool to visualize Jira epics in a graph

    Python

  4. GoTogether GoTogether Public

    Java

  5. pg_restore script pg_restore script
    1
    # pg_restore script
    2
    Run in a screen:
    3
    ``` Shell
    4
    screen -S restore
    5
    ```
  6. extract stack dump for running thread extract stack dump for running thread
    1
    # Extract thread stack dump
    2
    ``` Shell
    3
    $ ansible-playbook ../playbooks/extract_jstacks.yml \
    4
        --extra-vars '{"host":"services","interval":"5","iterations":"5","container_filter":"label=com.docker.compose.service=server"}' \
    5
        --ask-vault-pass