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

Block or report sbsatter

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. Java-Engineers-Assessment Java-Engineers-Assessment Public

    Java 1 2

  2. Basic guides, steps to setup, initia... Basic guides, steps to setup, initialize and understand elasticsearch, logstash, Filebeat and Kibana.
    1
    CONFIGURING FILEBEAT
    2
    ====================
    3
    
                  
    4
    1. rpm --import https://artifacts.elastic.co/GPG-KEY-elasticsearch
    5
    2. vi /etc/yum.repos.d/filebeat.repo and paste
  3. This short guide helps to get starte... This short guide helps to get started with setting up a Certificate Authority and a certificate for use in SSL.
    1
    1. Create a root private key for signing certificates. (Done only once)
    2
    $ openssl genrsa -des3 -out rootCA.key 2048
    3
    
                  
    4
    2. Self-sign this certificate
    5
    $ openssl req -x509 -new -nodes -key rootCA.key -sha256 -days 1024 -out rootCA.pem
  4. oauth2-starter-module-springboot2 oauth2-starter-module-springboot2 Public

    A repository aimed at simplifying the integration process of oauth2 into an existing or a new project by easy dependency management. The project is at a very basic stage as of now and will welcome …

    Java 1

  5. projectreview projectreview Public

    Project review

    Java

  6. mypan/linkedin_learning_courses_downloader mypan/linkedin_learning_courses_downloader Public

    LLCD is a simple python scraper tool that downloads video lessons from Linkedin Learning

    Python 192 155