Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 708 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 708 Bytes

MiniBolt Info

A bash script to monitor a MiniBolt node health and activity at a glance.

Installation

 $ sudo apt install jq net-tools netcat
 $ cd /tmp/
 $ git clone https://github.com/rmnscb/minibolt_info.git 
 $ cd /tmp/minibolt_info/
 $ nano *.sh --linenumbers # Inspect the scripts to make sure it does not do bad things. Exit with Ctrl-X
 $ sudo chmod +x *.sh  # Install the script and make it executable
 $ sudo cp *.sh /usr/local/bin/

Disable admin password request (optional -caution!)

how to disable admin password request