“On one hand, it’s silly to complain about free software that comes with low-priced networking equipment. On the other hand, UISP isn’t the feature-packed all-in-one network management and configuration solution that Ubiquiti claims it to be. What concerns me the most is Ubiquiti’s stated goals, and their history of releasing […]
Category: Hardware
Chrony+GPSD (PPS+GPS) on Pi
apt-get update; apt-get -y dist-upgrade; apt -y autoremove; apt clean; apt autoclean root@gps1:~# cat /etc/apt/sources.list deb http://approx.my.side/raspbian/ bullseye main contrib non-free rpi apt clean; apt update; apt upgrade; apt dist-upgrade; apt autoremove reboot apt-get install snmpd apt-get install lsof Configure remote logging ln -s /usr/share/zoneinfo/US/Central /etc/localtime Set swap to 1G […]
5Ghz WiFi and Windows 10
I have been having issues with devices maintaining connections to my 5Ghz SSID on multiple devices. After the latest Android update, it seems my phone is able to maintain reliable 5Ghz connections but my Windows 10 laptop was still having issues. After some searching I decided to update the driver […]