Skip to content
View amigus's full-sized avatar

Block or report amigus

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
amigus/README.md

Hello, World! πŸ‘‹

πŸ“› My name is Adam.

🏒 I am the Founder and CEO of The Migus Group.

πŸ‘” I help reduce cybersecurity risk by analyzing, engineering, and securing software.

πŸ“– I primarily code in Golang, Python, and C# nowadays, but I have also written a lot of C, Java, Perl, and UNIX Shell.

🧰 I frequently use tools like Ansible, Docker (Podman), Hyper-V, KVM/QEMU, PowerShell, and VSCode.

Pinned Loading

  1. dnsmasq-web dnsmasq-web Public

    A JSON/HTTP interface for Dnsmasq

    Go 2

  2. cyrus-imap-server cyrus-imap-server Public

    A container-based build of Cyrus IMAP with supporting LDAP and Postfix

    Shell 1

  3. OpenLDAP 2.4.x configuration OpenLDAP 2.4.x configuration
    1
    CONF := /etc/openldap
    2
    BACKUP := $(CONF)/backup.ldif
    3
    DATA := $(CONF)/slapd.d
    4
    LIB := /var/lib/ldap
    5
    
                  
  4. Create a Generation 2 Hyper-V VM eas... Create a Generation 2 Hyper-V VM easily with reasonable defaults.
    1
    <#
    2
    .SYNOPSIS
    3
    4
    Easily create a new Gen 2 Hyper-V VM with reasonable defaults.
    5
  5. Functions to mess with Philips WiZ S... Functions to mess with Philips WiZ Smart Bulbs
    1
    <#
    2
    .SYNOPSIS
    3
        Controls WiZ lightbulbs.
    4
    .DESCRIPTION
    5
        I want to control my lightbulbs. These functions allow me to do that.
  6. An OpenSSL setup to generate a subor... An OpenSSL setup to generate a subordinate CA to Microsoft Certificate Services
    1
    # OpenSSL Subordinate to Microsoft Root CA
    2
    
                  
    3
    ## Generate a Certificate Request
    4
    
                  
    5
    OpenSSL installs a default configuration file in `/etc/ssl/openssl.cnf`.