Fine Tuning Roaming on Ubiquiti Unifi Access Points//config.properties Problems

On my CentOS controller, I was having trouble setting the RSSI (read SnR) for each AP. Apparently as of v3.1.3, Ubiquiti removed the minimum RSSI setting from the controller and moved it into the config.properties. We’ve been in this file before. I think sometime soon, I’ll have to make this a series. Been spending a […]


Installing and Working With CentOS 7 x64 and KVM

Section A: Installing KVM on Centos 7 x64 Minimal Checking for Virtualization Support Just to be clear, we’ll need to check for virtualization support; that it is enabled in the BIOS and also enabled on kernel. To check if the kernel has virtualization support, run this command: egrep ‘(vmx|svm)’ –color=always /proc/cpuinfo If the device supports […]


Centos 7 NetInstall Mirror

Centos 7 doesnt have a minimal build up yet (so sad!). But we can get this minimal installation by using the netinstall image and setting our URL to http://mirror.centos.org/centos/7/os/x86_64/ Happy centOSing.