Keeping raspberry pi pihole up to date

After installing pihole, don’t forget to add a cronjob to update it regularly. I did so with a crontab entry: pi@raspberry$ sudo bash root@raspberry$ crontab -e Add a line: 30 1 * * * pihole -up This will update your pihole installation every day at 1:30

Unifi controller on Synology NAS

There are some tutorials out there to install the Unifi controller software on your synology NAS. I ran into some pitfalls, so here’s some notes that may help you out: Pull jacobalberty/unifi:latest (not sure how trustworthy it is, but it looks legit). Create a folder on your nas to store configs/data. I chose /docker/unifi When… Continue reading Unifi controller on Synology NAS