BlueCoat Packetshaper and FreeRadius

For a test, I recently was in need of setting up a FreeRadius server to authenticate users from a BlueCoat PacketShaper appliances. In this, I found the aforementioned eBox a really good help. Insallation and setup was relatively a breeze. I first enabled both the LDAP and RADIUS modules. The LDAP module was configured witht … Continue reading BlueCoat Packetshaper and FreeRadius

Nugget post: Checkinstall

Found an interesting link: http://www.linuxjournal.com/content/using-checkinstall-build-packages-source Describes the use of checkinstall in ubuntu. Usually when compiling from source we run: ./configure make make install   Instead of running the last “make install” you’d run the “checkinstall” command. This builds a .deb file which you can then install via your normal package manager, which makes it easier … Continue reading Nugget post: Checkinstall