Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 1.32 KB

README.md

File metadata and controls

22 lines (16 loc) · 1.32 KB

bashscripts

  • A respository of miscellaneous bash scripts that others might find useful

energysavings

  • Mainly beneficial from the perspective of being able to compare energy usage without a battery backup, and with a battery backup, charging the battery up overnight on Economy7, and then using it throughout the day. This original version doesn't take into account annual solar energy input, so if you are going to use it as-is, then make sure when you enter the annual usage value, you subtract off the Solar PV contribution from your total

installnetmaker

Adapted from (definitely read these before diving in & watching at least the first video listed below!):

FFI, watch these tutorials (especially the first):

INSTRUCTIONS

  • Create two files, one called:
  • serveremail => put your desired Netmaker email address in a single line in this file
  • serverdomain => put your Netmaker domain in a single line in this file (can be a TLD or subdomain)
  • Then run this script via bash installnetmaker (or chmod +x installnetmaker && ./installnetmaker)