gog's info

<?php echo array_rand(array('web', 'dev', 'computers')); ?>

Archive for the ‘Linux’ Category

Munin on Debian Lenny – Howto

without comments

I have been playing with an excellent monitoring tool Munin. Since I had some glitches while trying to install it on my server a have decided to update my Wiki a little bit and add a tutorial about setting up Munin on Debian Lenny. It is quite late and I do not feel like proofreading this entry right now so you will have to forgive me if I forgot something.

Written by Goran Jurić

September 28th, 2009 at 11:40 pm

Posted in Debian, Linux, Ubuntu

Tagged with , , , , ,

Removing require_once() calls from Zend Framework

without comments

If you are using Zend_Loader to load your classes in Zend Framework, there is no need for all the require_once() calls that are littered all over ZF files.

Some acctually report big improvements in responsiveness of their applications and increase in number of transactions per second their hardware can handle because require_once() is quite an expensive operation, especially if the required file is already included prior to the call. Read the rest of this entry »

Written by Goran Jurić

October 16th, 2008 at 12:39 am

Dual display setup with Nvidia on Ubuntu 8.04

with 6 comments

Setting up multiple monitors under Linux can sometimes be quite a daunting task. TwinView, Xinerama, restricted drivers, editing configuration files, etc. doesn’t sound user friendly at all.

After you install Ubuntu and boot it the first time, you will get a notification in the tray asking you if you would like to install nVidia restricted drivers. They don’t get installed by default because the source code for this drivers isn’t open source. Since we don’t care about that, and just want the damn thing to work install the drivers. Read the rest of this entry »

Written by Goran Jurić

September 22nd, 2008 at 11:58 am

Posted in Linux, Ubuntu

Tagged with , , ,