Outdoor Technologist

Random thoughts spewed in the digital realm

Unifi Updates and Issue Notes

I’m starting this because I have had some issues with Unifi – not enough to get rid of it, but enough that I want to keep these notes on it and I figured it may help other people. Most recent events will be at the top: 2024 01 09 2024 01 05 Noticed U6 Lite…

Continue Reading

UniFi G3 Instant Camera WiFi Change

Switching WiFi ESSID on G3 Instant Cameras

Universal Dream Machine Pro: Changing Network Address

Having heard about industrial malware and other security threats, I picked up a Ubuquiti Dream Machine Pro a couple months ago to increase the security of my network and to allow me to create isolated networks (VLANs) for different projects that I work on. You can also look for proactive network threat detection solutions to…

Continue Reading

View Google WiFi ARP table

Do this: http://192.168.86.1/api/v1/diagnostic-report File downloads and you can open in a terminal with ‘less’ Info Source: https://support.google.com/googlenest/thread/497675?hl=en&msgid=502464

PiHole Setup Steps

Setup Raspian Lite: https://blog.cryptoaustralia.org.au/instructions-for-setting-up-pi-hole/T To test the local IP https://blog.cryptoaustralia.org.au/instructions-for-setting-up-pi-hole/ Setup HostName: https://geek-university.com/raspberry-pi/change-raspberry-pis-hostname/ Start SSH: https://www.raspberrypi.org/documentation/remote-access/ssh/ Install PiHole: curl -sSL https://install.pi-hole.net | bash From: https://docs.pi-hole.net/main/basic-install/ Save the SD card and use log2ram: https://github.com/azlux/log2ramReboot after installation!