WireGuard is the most modern and easiest way to go if you want to create an VPN Server. The guys from PiVPN created a great installer for RaspberryPi’s. But I need some more Power 🙂 So here is the fast installation guide for this: Update and Upgrade your Server Install all needed packages Now you can use the pivpn.io script… Read more →
Zabbix – Proxy (docker-compose) Version 5
You can easy install you Zabbix – Proxy with this docker-compose.yml file. Download LINK Follow this steps:– Make sure that you have the same path created if not use mkdir -p /volume1/docker/Zabbix/– Generate PSK FILE by tipping this in your ssh session:“openssl rand -hex 32 >> /volume1/docker/Zabbix/zabbix_agentd.psk“– change „XXX-IDENTITY“ to the Proxy Name– change „xxx.xxx.xxx“ to the IP Adress or… Read more →
TimeLapse with DSLR and RaspberryPi
You can use your RaspberryPi to create a perfect TimeLapse-System using Gphoto2. You can easy install it by typing following with you can see if and what camera is connected. Then (if you want to record on the SD Card) you have to check the „location“ of your memory card the output should look like: Now we can set the… Read more →
Zabbix – Proxy (docker-compose) Version 4
You can easy install you Zabbix – Proxy with this docker-compose.yml file. Download LINK Follow this steps:– Make sure that you have the same path created if not use mkdir -p /volume1/docker/Zabbix/– Generate PSK FILE by tipping this in your ssh session:“openssl rand -hex 32 >> /volume1/docker/Zabbix/zabbix_agentd.psk“– change „XXX-IDENTITY“ to the Proxy Name– change „xxx.xxx.xxx“ to the IP Adress or… Read more →
Network Monitoring with Zabbix
My home network is not the network normal people have. I have 2 different locations which are booth equipped with Zyxel USG Firewalls and a Site-to-Site VPN. I do my Synology Backups into the other location or use the Smart Home over booth places. Often my mother in law (she is living in one of the locations too) is telling… Read more →