Installing Ubiquiti Unifi Controller on CentOS 6.x

Upon needing to install a Ubiquiti Unifi controller on a VM recently, I found that they only have official support for Windows and Debian variants. Although I enjoy Debian and the like just fine, I thought I’d give it a go to install the controller on CentOS 6.5. We’ll: Install CentOS Update CentOS Install MongoDB […]


Installing Cacti in Centos 6.2 (Part 1): Apache, PHP, MySQL, and other YUMmy things

I’ve installed Cacti all over the place for server monitoring, but haven’t yet written a guide for it here. There are a lot of great resources out there to get info on this subject, and I’ll just add my 2 cents. The Post-Install of Centos From a fresh install, do a yum update to get […]


Getting SNMP Rolling on XENSERVER 6

So I’ve been in need of getting SNMP installed on XenServer 6- its pretty simple: login to box vi /etc/sysconfig/iptables Put in before your deny all clause -A RH-Firewall-1-INPUT -m state –state NEW -m udp -p udp –dport 161 -j ACCEPT service iptables restart vi /etc/snmp/snmpd.conf Modify this config to reflect what you need. service […]