Skip to content
View rsudre's full-sized avatar

Block or report rsudre

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. ampernetacle ampernetacle Public

    Forked from jpetazzo/ampernetacle

    HCL 2

  2. PS2EXE PS2EXE Public

    Forked from MScholtes/PS2EXE

    Module to compile powershell scripts to executables

    PowerShell 1

  3. rminer rminer Public

    Rpository

    1

  4. Create Graylog power user role Create Graylog power user role
    1
    http://docs.graylog.org/en/latest/pages/users_and_roles/permission_system.html
    2
    
                  
    3
    This will create a power user role that has permissions to do searches and create/edit dashboards (it's not necessary to include permissions already in the Reader role because Graylog will by default assign that role to all users):
    4
    
                  
    5
        curl -v -XPOST -u 'ADMIN:PASSWORD' -H 'Content-Type: application/json' 'http://graylog.example.org:9000/api/roles' -d '{"name":"Power user","description":"Dashboard and search permissions","permissions":["dashboards:create","dashboards:edit:*","dashboards:read:*","searches:absolute","searches:keyword","searches:relative"],"read_only":false}'
  5. devops-exercises devops-exercises Public

    Forked from bregman-arie/devops-exercises

    Linux, Jenkins, AWS, SRE, Prometheus, Docker, Python, Ansible, Git, Kubernetes, Terraform, OpenStack, SQL, NoSQL, Azure, GCP, DNS, Elastic, Network, Virtualization. DevOps Interview Questions

    Python 12 6

  6. efs-utils efs-utils Public

    Forked from aws/efs-utils

    Utilities for Amazon Elastic File System (EFS)

    Python