Skip to content
View vladaviedov's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report vladaviedov

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

Pinned

  1. gitbm gitbm Public

    Get In The Bucket Mod for Minecraft Forge

    Java 1

  2. gitbm-fabric gitbm-fabric Public

    Get In The Bucket Mod for Minecraft Fabric

    Kotlin 1

  3. gh-lang-stats gh-lang-stats Public

    Calculate Github language stats based on commit history

    JavaScript 1

  4. ghls-template ghls-template Public template

    Template for gh-lang-stats

    2

  5. virsh-ss virsh-ss Public

    Send string to libvirt virtual machine

    C

  6. Connect to NUwave from the CLI on Linux Connect to NUwave from the CLI on Linux
    1
    ## Create new connection
    2
    ## Note: find wifi interface name from 'ip link'
    3
    # shell:
    4
    nmcli con add type wifi ifname <interface> con-name NUwave ssid NUwave
    5
    nmcli con edit id NUwave