z4ch nodes
  • Read Me First
  • Bellish
  • Inscribers
    • Doginals
    • Bellscriptions
  • Miners
    • Merge Mining LTC+DOGE+BEL
    • Shaicoin
      • Shaicoin Solo Pool
    • Tidecoin
    • XENBlocks XNM Miner
  • Useful Tools
    • Docker and Docker Compose Setup
Powered by GitBook
On this page
Edit on GitHub

Useful Tools

PreviousXENBlocks XNM MinerNextDocker and Docker Compose Setup

Last updated 7 months ago

  • is a web-based system administration tool for Unix-like servers, and services that can used to configure operating system internals, such as users, disk quotas, services or configuration files, as well as modify, and control open-source apps, such as BIND DNS Server, Apache HTTP Server, PHP, MySQL, and many more.\

    curl -o setup-repos.sh https://raw.githubusercontent.com/webmin/webmin/master/setup-repos.sh
    sudo sh setup-repos.sh
    # follow next prompt to install
  • is a simple and fast disk usage analyzer which is used to find which directories or files are taking up more space either on a local or remote systems.\

    sudo apt install ncdu
    
    # replace / = path you want to check
    ncdu -x /
  • is an open-source systems monitoring and alerting toolkit with an active ecosystem. It is the only system directly supported by Kubernetes and the de facto standard across the cloud native ecosystem.

  • QUAI CLI balance checker

    cd
    cd go-quai
    wget https://raw.githubusercontent.com/zachzwei/z4chzwei.github.io/refs/heads/main/tools/install_quai_balance.sh
    chmod +x install_quai_balance.sh
    ./install_quai_balance.sh
Webmin
NCDU
Prometheus