Allstar Changes

To change Allstar to use a # instead of * for the function character change these lines in rpt.conf. Reason this was done is because the repeater controller utilized * to initiate autopatch. funcchar = # ; function lead-in character (defaults to ‘*’) endchar = * ;...

Ubuntu Release Upgrade Broke Apache2

After doing a release upgrade do-release-upgrade from Ubuntu 12.04 to 14.04 my websites were going to the default vhost for apache.  After looking at /etc/apache2/apache2.conf it had changed from looking for .cfg to .conf for the vhosts files.  I just added the .cfg...

Remove Old Kernels Ubuntu

Try to do a release upgrade I ran into the issue of /boot not having enough free space.  Here is how to resolve that.   Check which kernel you are actively using. DO NOT REMOVE THIS ONE! uname -r View all kernels installed on your system. dpkg –list | grep...