Skip to content
View sv3t0sl4v's full-sized avatar

Block or report sv3t0sl4v

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 Loading

  1. Automatically Update GLM Node Prices... Automatically Update GLM Node Prices With Cron (Linux)
    1
    #!/bin/bash
    2
    PATH="$HOME/.local/bin:$PATH"
    3
    #====================================================================================================================
    4
    # Created by svet0slav of Countess Cat Inc - https://countesscat.com
    5
    # TODO: take into account GLM token price, node power draw and electricity price to improve price adjustments
  2. ClickHouse_Backup_Remote_BZ2 ClickHouse_Backup_Remote_BZ2
    1
    #!/bin/bash
    2
    #==============================================================================================
    3
    # Created by svet0slav of Countess Cat Inc - https://countesscat.com
    4
    #==============================================================================================
    5
    # We use this because clickhouse-backup freezes data and new data can't insert, not good!