Skip to content
View kevinadi's full-sized avatar
  • MongoDB
  • Sydney, Australia
Block or Report

Block or report kevinadi

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

    Python script to delve into MongoDB's WiredTiger data files

    Python 8 3

  2. mtools mtools Public

    Forked from rueckstiess/mtools

    A collection of scripts to set up MongoDB test environments and parse and visualize MongoDB log files.

    HTML

  3. mongo-loginfo mongo-loginfo Public

    Show quick facts about a MongoDB log

    Go

  4. mlgo mlgo Public

    Stand up local MongoDB deployment for testing

    Go 1

  5. xkpasswd xkpasswd Public

    A small web app for correct horse battery staple

    JavaScript

  6. Script to create self-signed CA cert... Script to create self-signed CA certificates, server certificates, and client certificates for testing MongoDB with SSL
    1
    #!/bin/sh
    2
    
                  
    3
    # Generate self signed root CA cert
    4
    openssl req -nodes -x509 -newkey rsa:2048 -keyout ca.key -out ca.crt -subj "/C=AU/ST=NSW/L=Sydney/O=MongoDB/OU=root/CN=`hostname -f`/emailAddress=kevinadi@mongodb.com"
    5