Schedule your Pi or other Linux machine to reboot and run a script on boot with crontab
Simple concept. We want to ensure that our Pi is available and reliable. It is inevitable that networks get hickups, or the Pi runs out of memory requiring restart at a regular interval. For exaomple if you want to run a bash file after a reboot every 6am and 6pm,…