AH Lijstje

Stap 1 – maak een boodschappenlijst in excel: Stap 2 – Sla deze op Stap 3 – Maak een nieuwe e-mail Stap 4 – Voeg het excel bestand toe als bijlage Stap 5 – Kies bijvoegen als kopie Stap 6 – Verstuur

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

Achievement Unlocked!

Part of being a software developer is having tons of small side projects, either at home or at work. Most of them die a lonely death, but some are an unexpected success. One such success was a small tool I built over the course of 3 evenings. It hooks into the gamification hype, and doesn’t… Continue reading Achievement Unlocked!