Setup Auto Updating Apt-get Update/Upgrade with Logging

Here’s some quick steps on how to setup automatic apt-get upgrade and apt-get update on your ubuntu server, with the capability of logging and sending someone of your choosing a notification of the updates and what the output was. I pieced this together from various sources around the web into a step by step quick tutorial both for myself, and others to use to make it easier when wanting to set this up across servers....

May 31, 2015 · 2 min · 319 words · Matt G

Tutorial on how to Install Apache, Subversion and Trac with Virtual Hosting suppor in Ubuntu Linux

We recently had to setup Apache, Subversion and Trac all within a virtual hosting environment for one of our Clients to be able to develop easily and effictively among team members. They wanted to use multiple domain names for separate projects. Made sense to us, so we started looking for instructions on setting this up. We wanted to setup LigHTTPD, however it’s not nearly as easy because of no svn-dav module available, so we stuck with Apache 2 for now....

November 2, 2008 · 5 min · 941 words · Matt G

Installing Habari Blog on Ubuntu Server to Replace WordPress

You may have heard of Habari, you may not have. It’s yet another blogging software, written from the ground up to take advantage of all the latest technologies available. For this reason it’s not supported everywhere and probably is why you haven’t heard of it yet. I think this software could replace WordPress if done correctly, it will just take some time to get a little more robust, but the guts of it is definately there....

October 29, 2008 · 3 min · 569 words · Matt G

Howto Setup Permissions for Joomla on Plesk with Ubuntu

Most of the howto’s or tutorials we came across about this problem all mention to install suphp and run php as a cgi through it. We weren’t happy with this solution, so we did something different. Basically the problem is: Plesk runs apache as “www-data:www-data” while the users are “username:psacln”. So, uploading via sftp or ftp will work fine, but when you go to install something from the control panel in Joomla, it will be installed as www-data:www-data....

October 25, 2008 · 2 min · 310 words · Matt G

Remove Ubuntu Splash Screen from starting on boot

Here’s a simple way of changing your Ubuntu server so it won’t be using the splash screen. Great for seeing console, if you’re not using VESA or just plain being old school. first: # sudo nano /etc/grub/menu.lst look for # defoptions= quiet splash change it to – important leave the # in the line. # defoptions= now just run the grub updating tool and you’ll start up without the splash...

October 19, 2008 · 1 min · 75 words · Matt G