GithubHelp home page GithubHelp logo

antonmz / storj-utils Goto Github PK

View Code? Open in Web Editor NEW
7.0 7.0 8.0 94 KB

Storjshare-daemon utils for Linux/Unix systems & statistic

Home Page: https://stat.storj.maxrival.com

License: MIT License

Shell 100.00%
storjshare-daemon

storj-utils's Introduction

Hi there 👋, I'm Anton (@AntonMZ)

Software Engineer

Software stack

Hardware stack

Tools

  • I’m currently working on Verytel
  • Open for new opportunities

Contacts: github linkedin telegram telegram mail-dot-ru

GitHub stats

GitHub metrics

Profile views

storj-utils's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

storj-utils's Issues

Bad number presentation in CLI output

This case concerns the use of --cli:

In the SHARE_ALLOCATED and SHARE_USED sections, the value is presented in bytes, but a metric prefix is added at the end.

For example:

  • 100 B are presented as "100 B"
  • 100 KB are presented as "100000 KB"
  • 100 MB are presented as "100000000 MB", etc...

Further:

Since you use base-2 for calculation instead of base-10, the metric prefixes should be correct:
KiB instead of KB
MiB instead of MB
GiB instead of GB
TiB instead of TB

Change 'env node' to 'default nvm env'

Change

source ~/.bash_profile

to

export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh" # This loads nvm
[ -s "$NVM_DIR/bash_completion" ] && . "$NVM_DIR/bash_completion" # This loads nvm bash_completion

1.0.5 branch not working

If I launch the health.sh in command line it shows me some errors ... dont know if it works for you?

Escape sequences dont work

hi,

on my terminal, the output looks like this
"Status: \x1b[0;32mNode running\x1b[0m
Bridge status: \x1b[0;32mBridge connected\x1b[0m
"

any advice?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.