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 write software, manage servers, and analyze data.

πŸ“– I write Golang, C#, and Python nowadays but I used to write a lot of Java, C, *sh, and Perl too.

🧰 I use tools like Ansible and Docker (podman).

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. Byte Calculation Functions; use: Inv... Byte Calculation Functions; use: Invoke-Expression (&{curl -Ls https://mig.us/bcfps1 | Out-String}); (44040192 | bytesfromk | bytestogigs)
    1
    function ConvertFrom-BytesByFactor {
    2
        [CmdletBinding()]
    3
        param(
    4
            [Parameter(Mandatory)][int]$Factor,
    5
            [Parameter(Mandatory, ValueFromPipeline)][Int64]$Amount 
  5. 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
  6. 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.