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

Block or report maykinayki

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. netns-cli netns-cli Public

    A CLI to create network namespaces and bridge them together with a single command

    TypeScript

  2. mn-accordion mn-accordion Public

    An accordion plugin with support of ES6 and SCSS

    JavaScript 4 1

  3. setup-kvm setup-kvm Public

    Create Ubuntu VM, using QEMU and KVM

    Shell

  4. Hyper-V Internal Switch with static ... Hyper-V Internal Switch with static IP (Powershell)
    1
    $NetworkSubnet = 24
    2
    $NetworkCIDR = "172.30.0.0/$NetworkSubnet"
    3
    $NetAdapterIPAddress = "172.30.0.1"
    4
    
                  
    5
    $SwitchName = "DevSwitch"