If like me you want to host multiple domain names on an ADSL line you will need to use a DDNS service. My chosen one is noip.com All fine and dandy set the first one up on the Synology NAS GUI to automatically update when your IP changes! Magical it works, but now you want to add a second with …
Enabling SSH and ROOT account RASPBIAN
Enabling SSH sudo raspi-config Go to Interfacing options Turn on SSH Enable root account sudo passwd root set a password Enabling SSH for root sudo nano /etc/ssh/sshd_config Then find the line PermitRootLogin and uncomment and change to PermitRootLogin yes Reboot and good to go!
Reinstalling PS4-waker HomeAssistant Docker Image
Quick guide to reinstalling PS4-waker on homeassistant/home-assistant:latest docker image. I recently decided to update my homeassistant docker image running on my Synology NAS and couldn’t for the sake of me remember how to get PS4-Waker installed again. This is the only issue I had, for those with HAS running in Docker on Synology you will know the quickest way to …