How to Back Up Linux files to Google Drive

After migrating my Home Assistant setup from the Supervised version to a Docker-based setup—prompted by the official deprecation announcements— I lost some useful add-ons, particularly those that backed up the entire Home Assistant ecosystem to Google Drive. While the Docker version of Home Assistant includes its […]

Read more

Get Free SSL certificate for your site

Get a certificate with CertBot and Let’s Encrypt I decided to try with CertBot because this solution looks like fully automated and doesn’t require any maintenance. But, in another hand I was not sure that this way is the best. So, I decided to use the […]

Read more

Install Docker-compose onto Raspberry OS or Ubuntu

1. Get root rights with sudo: 2. Update your repositories and OS host:$ sudo -s Password: host:# host:# apt-get update host:# apt-get upgrade 3. Add Docker repository curl -fsSL https://download.docker.com/linux/debian/gpg | sudo gpg –dearmor -o /usr/share/keyrings/docker-archive-keyring.gpg 4. Install Docker Engine echo "deb [arch=$(dpkg –print-architecture) signed-by=/usr/share/keyrings/docker-archive-keyring.gpg] https://download.docker.com/linux/debian […]

Read more