HP Procurve Fan and Temps Sensors

https://kb.paessler.com/en/topic/73833-can-i-monitor-my-hp-procurve-switch-health https://exchange.nagios.org/directory/Plugins/Hardware/Network-Gear/HP/HP-Procurve-SNMP-monitor/details Setup 1. Create a new SNMP Custom Advanced Sensor [https://www.paessler.com/manuals/prtg/snmp_custom_advanced_sensor] on the device 2. Configure the channels like in the below table: NameOIDValue…

Linux Unifi Controller Change Admin password

Password reset procedure for Linux: 1. Find out your username. If you don’t know it any more and it’s not ‘admin’, run this command to get all Admin users on the controller: mongo --port 27117 ace --eval "db.admin.find().forEach(printjson);" You should get a result like…

Unifi on Debian

1. install unifi, with wheezy provided mongodb (2.0.6) echo "deb http://www.ubnt.com/downloads/unifi/debian stable ubiquiti" >> /etc/apt/sources.list apt-key adv --keyserver keyserver.ubuntu.com --recv 06E85760C0A52C50 apt-get update apt-get install unifi 2. disable mongodb daemon nano /etc/init.d/mongodb ENABLE_MONGODB="yes"…

Older Unifi Controller Software

Older Unifi controller software. 2.4.6: http://www.ubnt.com/downloads/unifi/2.4.6/UniFi-installer.exe https://community.ubnt.com/t5/UniFi-Updates-Blog/UniFi-2-4-6-is-released/ba-p/592033 3.2.10: http://www.ubnt.com/downloads/unifi/3.2.10/UniFi-installer.exe https://community.ubnt.com/t5/UniFi-Updates-Blog/UniFi-3-2-10-is-released/ba-p/1165532…

How to kick everyone around you off wifi with Python

Description: This script will find the most powerful wifi interface and turn on monitor mode. If a monitor mode interface is already up it will use the first one it finds instead. It will then start sequentially hopping channels 1 per second from channel 1 to 11 identifying all access…