“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 […]
Debian SNMPD Logging, Connection from UDP
If you are getting those useless “Connection from UDP” from the snmpd daemon, specifically on Debian this is the fix. None of that shit you read about editing /etc/default/snmpd works, you have to edit /lib/systemd/system/snmpd.service directly since it doesn’t use /etc/default/snmpd at all. Fucking developers, package maintainers. THIS IS HOW […]
AMD RaidXpert2 Secure Erase
Chrony Clients to the GPS Clocks
apt-get install chrony systemctl enable chrony systemctl start chrony systemctl status chrony /etc/chrony/chrony.conf # Source servers server gps1.my.side iburst server gps2.my.side iburst pool pool.ntp.org maxsources 3 # Act as an NTP server #allow # Only allow chronyc from the localhost cmdallow 127.0.0.1 # Record the rate at which the system […]