Skip to content
View tsleite's full-sized avatar
Block or Report

Block or report tsleite

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

  1. integrations integrations Public

  2. AlertTelegramSecurityOnion AlertTelegramSecurityOnion Public

    Alerta configurado na base de dados do "Security Onion".

    Shell 2

  3. Zabbix_SystemD_Tcp_Udp_ Zabbix_SystemD_Tcp_Udp_ Public

    1

  4. SelfSignedCertificateSSL.txt SelfSignedCertificateSSL.txt
    1
    mkdir -p /etc/certs  
    2
    cd /etc/certs/  
    3
    openssl genrsa -aes256 -out server.key 2048 
    4
    cp server.key server.key.org  
    5
    openssl rsa -in server.key.org -out server.key  
  5. cleardbzabbix.sql cleardbzabbix.sql
    1
    use zabbix;
    2
    truncate table history;
    3
    truncate table history_log;
    4
    truncate table history_str;
    5
    truncate table history_text;
  6. ansible-role-cis-amazon-linux ansible-role-cis-amazon-linux Public

    Forked from anthcourtney/ansible-role-cis-amazon-linux

    Ansible role to apply CIS Amazon Linux Benchmark v2.0.0

    Python