8000 AleksdemSA (Aleksey Ubozhenko R3DHX) · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
View AleksdemSA's full-sized avatar

Block or report AleksdemSA

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

Hi there 👋

I'm Alexey, a Build Engineer. I want to help teams to make software, improve it and get it to users quickly. If any of my notes help you, that's cool. Good luck and 73! ;)

Pinned Loading

  1. metabaseDeploy metabaseDeploy Public

    Deploy Metabase in Kubernetes

    Jinja

  2. v2file v2file Public

    Go 1

  3. yggdrasil-exporter yggdrasil-exporter Public

    Exporter for yggdrasil network

    Go

  4. ffc ffc Public

    Folder File Count

    Go

  5. update gitea update gitea
    1
    #!/bin/bash
    2
    
                  
    3
    GITEA_FOLDER='/opt/gitea'
    4
    RELEASE=`curl --silent "https://api.github.com/repos/go-gitea/gitea/releases/latest" | grep '"tag_name":' | sed -E 's/.*"([^"]+)".*/\1/' | sed -E 's/v//g'`
    5
    
                  
  6. createMongoUser.go createMongoUser.go
    1
    /*
    2
    export MONGO_URI="mongodb://admin:passwd@localhost:27017"
    3
    export USER_YAML="filename"
    4
    createMongoUsers
    5
0