Setup a BeagleBone Green Wireless with HDMI cape

TL, DR BeagleBone HDMI cape needs a specific OS version to work, and we need to prevent upgrades that would break compatibility. This post provides a guide to setup a BeagleBone Green Wireless with the HDMI cape and prevent breaking updates. BeagleBone Green Wireless BeagleBones are open source Single Board Computers (SBC) that can be… Continue reading Setup a BeagleBone Green Wireless with HDMI cape

Schedule an automatic reboot for a Linux server

TL, DR In order to schedule an automatic reboot on our Linux server we need to use SuperUser privileges. Using privileged Crontab we can automate privileged operations on Linux machines. Need privileged automation? Sometimes we need to schedule a periodic reboot for our Linux machine – physical or in the cloud. There is an easy… Continue reading Schedule an automatic reboot for a Linux server